Pub-Sub Architecture using FastAPI and Redis

anu1996rag

Anurag Patil

Posted on July 17, 2023

Pub-Sub Architecture using FastAPI and Redis

I have tried to implement Redis as a message broker using FastAPI. Its a simple implementation to give a headstart for the event driven architecture.

Below is the high-level view for what I have implemented.

pubsub_architecture

Clone the repo from here and give it a shot.

Please feel free to go through it and let me know your suggestions.
Hope to get some positive response as its my first ever post on any community platform so far ..:)

Happy Learning !!!

💖 💪 🙅 🚩
anu1996rag
Anurag Patil

Posted on July 17, 2023

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related