Projects with this topic
-
RabbitMQ is an open source general-purpose message broker that is designed for consistent, highly-available messaging scenarios (both synchronous and asynchronous)
Updated -
A Microservices project focused on mastering asynchronous communication and event-driven architecture through practical use of RabbitMQ message queues. (ASP.NET Core Web API)
Updated -
A lightweight Symfony-based API providing CRUD operations for user reviews.
Updated -
Boilerplate for creating a scalable FastAPI application with AI integrations
Updated -
This microservice handles all CRUD operations for devices and utilizes asynchronous communication through RabbitMQ to coordinate with the User Microservice, ensuring database integrity.
Updated -
This project serves as an example of a messaging system, utilizing RabbitMQ as the message broker and Django Celery for task management and worker generation. RabbitMQ efficiently queues and distributes messages, ensuring reliable and asynchronous communication between services. Django Celery integrates with the Django framework to manage and schedule background tasks, generating workers that execute these tasks. Together, they provide a robust and scalable solution for handling asynchronous tasks and inter-service communication.
Updated -
-
Python interface for AMQP middleware applications.
Updated -
-
-
This project demonstrates the use of microservices with CockroachDB. There are three services, each of which contains a Python Django web server. All three services connect to the same CockroachDB cluster but utilise their own database within the clu
Archived 0Updated -
This project demonstrates the use of microservices with PostgreSQL. There are three services, each of which contains a Python Django web server. All three services have their own PostgreSQL database.
Archived 0Updated