An open API service indexing awesome lists of open source software.

https://github.com/mjhea0/flask-spark-docker

Just a boilerplate for PySpark and Flask
https://github.com/mjhea0/flask-spark-docker

docker flask pyspark python redis-queue spark

Last synced: about 1 year ago
JSON representation

Just a boilerplate for PySpark and Flask

Awesome Lists containing this project

README

          

# 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:

```sh
$ docker-compose up -d --build
```

Open your browser to http://localhost:5009

### Example

![](app.png)