GuillaumeLebeau / ErazerCQRS

My learning steps into the world of CQRS and EventSourcing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C# 44.6%Language:CSS 29.3%Language:TypeScript 20.7%Language:HTML 4.9%Language:JavaScript 0.5%