UNPKG

@eventstore.net/event.store

Version:

A simple and fast EventStore that support multiple persistence and notification providers

21 lines (14 loc) 1.3 kB
# Event.Store [![npm version](https://badge.fury.io/js/%40eventstore.net%2Fevent.store.svg)](https://badge.fury.io/js/%40eventstore.net%2Fevent.store) [![Build Status](https://travis-ci.org/thiagobustamante/node-eventstore.svg?branch=master)](https://travis-ci.org/thiagobustamante/node-eventstore) [![Mutation testing badge](https://badge.stryker-mutator.io/github.com/thiagobustamante/node-eventstore/master)](https://thiagobustamante.github.io/node-eventstore/mutation/html/) [![Coverage Status](https://codecov.io/gh/thiagobustamante/node-eventstore/branch/master/graph/badge.svg)](https://codecov.io/gh/thiagobustamante/node-eventstore) [![Known Vulnerabilities](https://snyk.io/test/github/thiagobustamante/node-eventstore/badge.svg?targetFile=package.json)](https://snyk.io/test/github/thiagobustamante/node-eventstore?targetFile=package.json) [![BCH compliance](https://bettercodehub.com/edge/badge/thiagobustamante/node-eventstore?branch=master)](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.