keli / streamlit-stream

A template for creating streamlit apps that consume streaming data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streamlit Streaming

A template to create applications that consume from a stream.

This template consumes from a websocket stream but it can be anything, a messaging queue ( mqtt, amqp etc.), or any async generatior.

How to run ?

Clone the repo and

docker-compose up

And you are done.

snippet

About

A template for creating streamlit apps that consume streaming data


Languages

Language:Python 84.9%Language:Dockerfile 15.1%