/flask-spark-docker

Just a boilerplate for PySpark and Flask

Primary LanguagePythonMIT LicenseMIT

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