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.
- Host: GitHub
- URL: https://github.com/osmanaliyardim/aspnetmicroservices
- Owner: osmanaliyardim
- License: mit
- Created: 2023-04-26T07:09:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T06:48:24.000Z (over 2 years ago)
- Last Synced: 2025-01-14T11:28:36.867Z (9 months ago)
- Topics: aggregator, bff, clean-architecture, containerization, cqrs, csharp, dapper, docker, dotnet, dotnet-core, entity-framework-core, grpc, masstransit, microservices, mongodb, ocelot, postgresql, rabbitmq, redis, sqlserver
- Language: C#
- Homepage:
- Size: 2.91 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
Microservices Architecture Implementation on .NET 5