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
- Host: GitHub
- URL: https://github.com/mjhea0/flask-spark-docker
- Owner: mjhea0
- License: mit
- Created: 2018-01-20T18:57:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T13:59:09.000Z (over 7 years ago)
- Last Synced: 2025-03-01T02:33:13.820Z (about 1 year ago)
- Topics: docker, flask, pyspark, python, redis-queue, spark
- Language: Python
- Homepage:
- Size: 206 KB
- Stars: 35
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
