Gathers Python stack for DevOps, everything is Docker!
- Basic Python
- Basic Backend
- Scaling-up Backend
- Big data piping
- Apache big data
- Unit test
- Stress test
- Miscellaneous
- AutoPEP8
- Graph function dependencies
- Flask
- Flask with MongoDB
- REST API Flask
- Flask Redis PubSub
- Flask Mysql with REST API
- Flask Postgres with REST API
- Flask Elasticsearch
- Flask Logstash with Gunicorn
- MLFlow with Nginx reversed proxy
- Flask SocketIO with Redis
- Multiple Flask with Nginx Loadbalancer
- Multiple Flask SocketIO with Nginx Loadbalancer
- RabbitMQ and multiple Celery with Flask
- Streaming Tweepy to Elasticsearch
- Scheduled crawler using Luigi Spotify to Elasticsearch
- Flask with Hadoop
- Flask with Kafka
- Flask with Hadoop Hive
- PySpark with Jupyter and Hadoop
- Flink with Jupyter
- Pytest
- Locust
- Elasticsearch + Kibana
- Elasticsearch + Cerebro
- Jupyter notebook
- Jupyterhub
- Hadoop cluster + Luigi + Jupyter Notebook
Every folders contain .yml for docker-compose. You need to install Docker-Compose first.
To run,
compose/buildTo safely close
compose/downTo remove all images
docker rmi $(docker images -q)To remove none images
docker rmi $(docker images -f "dangling=true" -q)To remove all containers
docker rm $(docker ps -aq)