Our consumer in this example is someone who wants to get events from the client in near-realtime and perform some logic on top of it.
- ESE Role: Consume events and perform operations on it
- Talks to: ESE-Server to get the events
- Number of instances: 1
docker run -d -p 8501:8501 --name ese-consumer saumyabhatt10642/ese-consumer
- Stack: Python, Streamlit App
- Nature: Currently polls for events from ese-server to get near-real-time events
- Hosted at: http://localhost:8501