Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 296 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 296 Bytes

Flask + Redis Queue + PySpark + Docker

Example of how to handle long-running Spark processes with Flask, Redis Queue, PySpark, and Docker

Quick Start

Spin up the containers:

$ docker-compose up -d --build

Open your browser to http://localhost:5009

Example