Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.23 KB

File metadata and controls

33 lines (24 loc) · 1.23 KB

Ball.com

Ball.com is a monorepo that includes multiple microservices that recreate the domain of a big webshop. Each microservice uses .NET 8 and maintains its own database, allowing them to operate independently. The system uses RabbitMQ for messaging and ensures eventual consistency over time, so the microservices work well together without being tightly coupled.

Microservices

  • Supplier Management
  • Inventory Management
  • Customer Account Management
  • Customer Support Management
  • Payment Management
  • Order Management
  • Logistics Management
  • Notification Service

Technologies


Archimate Model

To visualize the application and all functional requirements, this Archimate model was created.

Archimate Model

CQRS

An example of CQRS (Command Query Responsibility Segregation) using an order event.

CQRS