Sample Application DDD Reactive Microservices with CQRS & Event Sourcing

Aykut Aktaş
Feb 27, 2021

POS — DDD, Reactive Microservices, CQRS Event Sourcing Powered by DERMAYON LIBRARY

Sample Application DDD Reactive Microservices with CQRS & Event Sourcing with DERMAYON LIBRARY.

Microservices — also known as the microservice architecture — is an architectural style that structures an application as a collection of services that are

  1. Highly maintainable and testable
  2. Loosely coupled
  3. Independently deployable
  4. Organized around business capabilities
  5. Owned by a small team

Features

  1. Microservices
  2. CQRS (Command Query Responsibility Segregation)
  3. Event Sourcing
  4. Generic Repository
  5. UnitOfWork
  6. Domain Driven Design
  7. Api Gateway Ocelot
  8. Multiple Databases type [MongoDb, SqlServer, etc]
  9. Message Broker [Kafka]

GitHub Page : https://github.com/NHadi/Pos

--

--