Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

RHeactorJS/event-store-dynamodb

Repository files navigation

event-store-dynamodb

npm version Build Status Greenkeeper badge js-standard-style semantic-release Test Coverage Code Climate Standard - JavaScript Style Guide Commitizen friendly

Implementation of an event store using DynamoDB.

Contains helper methods to manage secondary indices.

Versioning

Storing events per aggregateName is done in a list per individual aggregateName, the order of the insertion is guaranteed by using the version as the range key.