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
MongoDB is a good candidate for event store as it has good scaling capabilities.
The events could be stored as documents and background processor to handle them through the MessageBus interface defined in the core package of the library.
The text was updated successfully, but these errors were encountered:
mgenov
changed the title
kcqrs: add mongodb support
adapter/mongodb: add mongodb support
Jan 4, 2018
MongoDB is a good candidate for event store as it has good scaling capabilities.
The events could be stored as documents and background processor to handle them through the MessageBus interface defined in the core package of the library.
The text was updated successfully, but these errors were encountered: