Simple data pipeline demo based on redis as (task) queue and web UI using websocket
- Clone this repo on your localhost
git clone https://github.com/Hujun/DataPipelineDemo && cd DataPipelineDemo
- Run prepared compose file. The images will be automatically built
docker-compose up
- Use your browser to visit
localhost:8687
. Attention that the page use directlyWebSocket API
. If it occurs some error, please update your browser to the latest version.