Blog
FastAPI Event Driven Architecture Example using Redis
Event driven architectures have become quite popular over the last few years. This is mainly due to their flexibility and ability to handle complex business scenarios. In this post, we will create a FastAPI Event Driven Architecture example using Redis. We will be covering the below aspects in this application Read more…