You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The available services are : Cars, CarsView and EventProcessor
Cars service is responsible for saving/update cars
CarsView retrive data about cars
EventProcessor is responsible for push the events to the queue