-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Igor Shevchenko edited this page May 30, 2022
·
2 revisions
Demo app covers building microservices using net5. At a high-level it covers: Building two Microservices using the REST API pattern. Working with dedicated persistence layers for both services (MSSQL and PostgreSQL). One of the services uses cqrs pattern and Mediator. Deploying our services to Kubernetes cluster using Docker. Employing the API Gateway pattern to route to our services. Building Synchronous messaging between services (HTTP & gRPC). Building Asynchronous messaging between services using an Event Bus (RabbitMQ).