My learning steps into the world of CQRS and EventSourcing
-
CQRS
- Read side -> MongoDb
- TODO Validation of 'Queries'
- TODO Logging with aid of Mediatr Behaviours
- Write side -> Eventsourcing -> GetEventStore
- TODO Validation of 'Commands'
- Caching of Aggregate -> REDIS
- DDD
- Decoupling Read side & Write side
- Azure Servicebus
- Consequence: Eventual Consistency
- Read side -> MongoDb
-
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
- Currently in development on a seperate git repo.
-
TODO Docker
-
TODO Authentication and Authorization