hpvd opened a new issue #9008:
URL: https://github.com/apache/pulsar/issues/9008


   **Is your enhancement request related to a problem? Please describe.**
   
   One thing would complete the documentation: a full scale example
   - to learn basics,
   - some professional practice and
   - have fast positive experience -which could directly be shared with others.
   - 
   **Describe the solution you'd like**
   
   Requirements to fulfil this:
   - it needs some kind of simple web frontend to show it directly to colleges 
and decision makers (motivation!)
   - step-by-step guide how to setup and build it (text not video, to easily 
copy code for each step) 
   - the complete project as download as alternative to build it via guide
   - having it as running Live-Demo on Pulsar's website, always using the 
latest pulsar version
   
   One raw idea would be some kind of simple (one way) chat system "me->Tom"
   - with some interesting features
   - setup in a real professional manner (e.g. with schema and encryption)
   
   e.g. only 6 elements on a website webpage:
   1. Text field "me" to put text in
   2. a send button to sent my text to a topic
   3. Text field "to be removed" with letters which should be removed (via a 
pulsar function and stored "in cleaned up topic") e.g. "e"
   4. text field "tom" who receives my text in the manipulated version (from 
cleaned up topic)
   5. a check mark near text field "me" to indicate Tom received my message 
(acknowledged)
   6. a simple statistic (text) which uses function state to count:
   - number of messages sent
   - number of removed "e"
   
   of course this could be enhanced further in many ways...
   - bidirectional chat
   - possibility to set names of chatting people
   - ....
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to