Hujun / DataPipelineDemo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 80.9%Language:HTML 19.1%