├── .gitignore ├── ChatGPT Image Apr 15, 2025, 04_03_32 PM.png ├── Netflix.pdf ├── README.md ├── docker-compose.yml ├── flask-api ├── Dockerfile ├── app.py └── requirements.txt ├── grafana.png ├── prometheus.yml └── spark-ml ├── synthetic_streaming_data.csv └── train_model.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theglassofdata/Netflix-Redis-Cache-Recommendation-Engine/HEAD/.gitignore -------------------------------------------------------------------------------- /ChatGPT Image Apr 15, 2025, 04_03_32 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theglassofdata/Netflix-Redis-Cache-Recommendation-Engine/HEAD/ChatGPT Image Apr 15, 2025, 04_03_32 PM.png -------------------------------------------------------------------------------- /Netflix.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theglassofdata/Netflix-Redis-Cache-Recommendation-Engine/HEAD/Netflix.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theglassofdata/Netflix-Redis-Cache-Recommendation-Engine/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theglassofdata/Netflix-Redis-Cache-Recommendation-Engine/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /flask-api/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theglassofdata/Netflix-Redis-Cache-Recommendation-Engine/HEAD/flask-api/Dockerfile -------------------------------------------------------------------------------- /flask-api/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theglassofdata/Netflix-Redis-Cache-Recommendation-Engine/HEAD/flask-api/app.py -------------------------------------------------------------------------------- /flask-api/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theglassofdata/Netflix-Redis-Cache-Recommendation-Engine/HEAD/flask-api/requirements.txt -------------------------------------------------------------------------------- /grafana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theglassofdata/Netflix-Redis-Cache-Recommendation-Engine/HEAD/grafana.png -------------------------------------------------------------------------------- /prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theglassofdata/Netflix-Redis-Cache-Recommendation-Engine/HEAD/prometheus.yml -------------------------------------------------------------------------------- /spark-ml/synthetic_streaming_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theglassofdata/Netflix-Redis-Cache-Recommendation-Engine/HEAD/spark-ml/synthetic_streaming_data.csv -------------------------------------------------------------------------------- /spark-ml/train_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Theglassofdata/Netflix-Redis-Cache-Recommendation-Engine/HEAD/spark-ml/train_model.py --------------------------------------------------------------------------------