Skip to content

ddd-cqrs-es/ErazerCQRS

 
 

Repository files navigation

ErazerCQRS

My learning steps into the world of CQRS and EventSourcing

Features

  • CQRS

    • Read side -> MongoDb
    • Write side -> Eventsourcing -> GetEventStore
      • TODO Validation of 'Commands'
      • Caching of Aggregate -> REDIS
      • DDD
    • Decoupling Read side & Write side
      • Azure Servicebus
      • Consequence: Eventual Consistency
  • TODO Angular (> 4)

    • Currently in development on a seperate git repo.
      • Will become public soon.
    • Using Angular CLI
    • Using ngrx-store
    • Using websockets
      • Check issue #7
  • TODO Docker

  • TODO Authentication and Authorization

Resources

About

My learning steps into the world of CQRS and EventSourcing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.8%
  • Other 1.2%