Background job processing using Python, FastAPI and Redis Queue | Python | Message Queue
About this lesson
In this video we will create a project where in we will use the python and Redis to create a background job processing system . We will be using the Redis Queue library to push jobs using the FastAPI Rest server. ## References - Code https://github.com/self-tuts/job-processing-python-fast-api-redis - Install Redis using docker and docker compose | Redis Insight docker installation https://www.youtube.com/watch?v=qucL1F2YEKE - Install Redis using docker compose http://selftuts.in/install-redis-using-docker-compose/
Original Description
In this video we will create a project where in we will use the python and Redis to create a background job processing system . We will be using the Redis Queue library to push jobs using the FastAPI Rest server.
## References
- Code
https://github.com/self-tuts/job-processing-python-fast-api-redis
- Install Redis using docker and docker compose | Redis Insight docker installation
https://www.youtube.com/watch?v=qucL1F2YEKE
- Install Redis using docker compose
http://selftuts.in/install-redis-using-docker-compose/
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: Distributed Systems
View skill →Related AI Lessons
⚡
⚡
⚡
⚡
Common Next.js Errors (and How I Solved Them)
Dev.to · gary killen
Applying Scalability in Backend (CodeBuddy)
Medium · LLM
Why Every Backend Developer Should Learn Nginx Before Going to Production
Medium · DevOps
Connecting Frontend to Backend: A Backend Engineer’s Reality Check
Medium · Programming
🎓
Tutor Explanation
DeepCamp AI