/DataPipelineDemo

Simple data pipeline demo based on redis as (task) queue and web UI using websocket

Primary LanguagePython

DataPipelineDemo

Simple data pipeline demo based on redis as (task) queue and web UI using websocket

Prerequistes

How to run

  1. Clone this repo on your localhost
git clone https://github.com/Hujun/DataPipelineDemo && cd DataPipelineDemo
  1. Run prepared compose file. The images will be automatically built
docker-compose up
  1. Use your browser to visit localhost:8687. Attention that the page use directly WebSocket API. If it occurs some error, please update your browser to the latest version.