Elaborate Microservice async example with FastAPI, RabbitMQ, MongoDB and Redis — part1.

Anders Wiklund
8 min readMar 29, 2023
Image created by author

Introduction

This is part1 in the series. This part talks about the problem space and a solution to handle asynchronous events between Microservices. It also covers the installation of required components.

--

--