An open API service indexing awesome lists of open source software.

https://github.com/osmanaliyardim/aspnetmicroservices

Real world e-commerce microservices architecture based application on .NET with WebAPI, Docker, Redis, MongoDB, RabbitMQ, PostgreSQL, Ocelot, EF Core, Dapper, SQL Server, Masstransit.
https://github.com/osmanaliyardim/aspnetmicroservices

aggregator bff clean-architecture containerization cqrs csharp dapper docker dotnet dotnet-core entity-framework-core grpc masstransit microservices mongodb ocelot postgresql rabbitmq redis sqlserver

Last synced: 7 months ago
JSON representation

Real world e-commerce microservices architecture based application on .NET with WebAPI, Docker, Redis, MongoDB, RabbitMQ, PostgreSQL, Ocelot, EF Core, Dapper, SQL Server, Masstransit.

Awesome Lists containing this project

README

          

# AspNetMicroservices

It includes a couple of microservices which implements e-commerce modules over Catalog, Basket, Discount and Order microservices with NoSQL (MongoDB, Redis) and Relational databases (PostgreSQL, Sql Server) with communicating over RabbitMQ for Event Driven Communication and using Ocelot API Gateway.

System Architecture:
![System Architecture](https://user-images.githubusercontent.com/1147445/110304529-c5b70180-800c-11eb-832b-a2751b5bda76.png)

Microservices Architecture Implementation on .NET 5