https://github.com/danieldantasdev/awesomeshop_webapi_microservice-oriented-event-architecture_orders_dotnet-5_csharp-9
List: awesomeshop_webapi_microservice-oriented-event-architecture_orders_dotnet-5_csharp-9
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/danieldantasdev/awesomeshop_webapi_microservice-oriented-event-architecture_orders_dotnet-5_csharp-9
- Owner: danieldantasdev
- Created: 2023-07-07T04:07:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T13:51:24.000Z (about 3 years ago)
- Last Synced: 2025-11-06T21:02:56.226Z (8 months ago)
- Language: C#
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AwesomeShop.Services.Customers - Formação Microsserviços com ASP.NET Core
A arquitetura do AwesomeShop, sistema de e-commerce baseado na arquitetura de microsserviços, contém 6 microsserviços:
- [Customers](https://github.com/danieldantasdev/awesomeshop_microservice_customers_dotnet-5.0)
- [Products](https://github.com/danieldantasdev/awesomeshop_microservice_products_dotnet-5.0)
- [Orders](https://github.com/danieldantasdev/awesomeshop_microservice_orders_dotnet-5.0)
- [Payments](https://github.com/danieldantasdev/awesomeshop_microservice_payments_dotnet-5.0)
- [Notifications](https://github.com/danieldantasdev/awesomeshop_microservice_notifications_dotnet-5.0)
- [API Gateway](https://github.com/danieldantasdev/awesomeshop_microservice_apigateway_dotnet-5.0)
## Tecnologias, práticas e arquitetura utilizadas
- ASP.NET Core com .NET 5.0
- Arquitetura de Microsserviços
- Princípios do Domain-Driven Design
- MongoDB
- Clean Architecture
- CQRS
- RabbitMQ e arquitetura orientada a eventos
- API Gateway com Ocelot
- Service Discovery com Consul
- Observabilidade com Prometheus e Grafana
## Funcionalidades do Orders
- Cadastro
- Busca por Id
- Atualização de Status consumindo evento PaymentAccepted