@eventstore.net/event.store
Version:
A simple and fast EventStore that support multiple persistence and notification providers
21 lines (14 loc) • 1.3 kB
Markdown
# Event.Store
[](https://badge.fury.io/js/%40eventstore.net%2Fevent.store)
[](https://travis-ci.org/thiagobustamante/node-eventstore)
[](https://thiagobustamante.github.io/node-eventstore/mutation/html/)
[](https://codecov.io/gh/thiagobustamante/node-eventstore)
[](https://snyk.io/test/github/thiagobustamante/node-eventstore?targetFile=package.json)
[](https://bettercodehub.com/)
Event.Store is an open source library to create Event Stores that works with multiple persistence providers and notification systems.
## Installing
```sh
npm install --save @eventstore.net/event.store
```
## Usage
Visit our [website](http://www.eventstore.net.br) to access documentation and usage examples.