Implementation of event sourcing with event store using cosmos db for events write side and ms sql server for read. Working with Domain Driven Desgin, based on onion architecture.
- Cars service is responsible for saving/update cars
- CarsView retrive data about cars
- EventProcessor is responsible for push the events to the queue
- .NET 5
- CosmosDB
- Sql Server
- Entity framework
- Mediatr
- Rabbit MQ
- Automapper