emilhe / dash-redis-mwe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dash redis mwe

This repository holds a minimal working example of how data can be polled from an external source to a Plotly Dash app using Redis.

Running the example

The example can be run with a single command,

docker-compose up -d

When the command completes, the app can be accessed at,

http://localhost:8000/

About


Languages

Language:Python 62.6%Language:Dockerfile 37.4%