node-eventstore
node-eventstore copied to clipboard
EventStore Implementation in node.js
Since `ssl` option is set to false, it is not possible to establish a connection to a MongoDB server using an ecrypted connection (e.g. MongoDB Atlas). This option is not...
Since this project is no longer actively maintained I've forked it, fixed the npm audit fail for the dotty NPM package and created a new NPM package over here -...
There are a couple of problem dependencies (dotty and lodash) which are being flagged as critical by our security scans. It would be great to roll this change in to...
Fixing syntax issue within the dynamodb example
Hi there, azuretables seem deprecated, is there a plan to support cosmos db instead? Edit: Cosmos DB - Tables API is not compatible with StoredEvent Attribute id, var StoredEvent =...
add new dynamodb option: maxAddEventsRetryCount and retry putItem base on the retryCount number
Hi, I just added google cloud datastore implementation for my own usage, just thought that you might want to merge it in your main repository. Feedbacks are welcome.
Love this library. Thank you! I have a question about querying for the state of an aggregate. I need to get the the state of an event stream from its...
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 2.1.21 to 3.6.1. Release notes Sourced from mongodb's releases. v3.6.1 The MongoDB Node.js team is pleased to announce version 3.6.1 of the driver Release Highlights Kerberos A...
Is there a plan on introducing Kafka as one of the event store as well?