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
This is a demonstration of a fully distributed CQRS implementation using MassTransit (RabbitMQ) for the service bus,, JOliver Event Store, MongoDB for the read model, Node.js to expose a RESTful API over the read model. There is lots of room for improvement