1.0.0 • Published 8 years ago

cubitt-graph-cqrs v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

Cubitt Graph-CQRS

CQRS interface to cubitt-graph

GitHub license npm version Build Status Test Coverage

About

This package provides a CQRS interface to cubitt-graph, allowing for manipulation of the graph by Commands and Events

Features

  • CQRS Graph interface
  • Transaction/Rollback/Commit support
  • Auto-rollback on transaction failure

Usage

Install the package and use it in your code.

npm install cubitt-graph-cqrs
import {CQRSGraph} from "cubitt-cqrs-graph";

let myCQRSGraph = new CQRSGraph();

Documentation

For developers

To get started:

npm run dev

To run the unit tests:

npm run test

To generate a test coverage report:

npm run test-coverage

To generate documentation:

npm run typedoc

License

MIT

Changelog

Changelog

1.0.0

8 years ago

0.9.0

8 years ago

0.8.1

8 years ago

0.8.0

8 years ago

0.7.0

8 years ago

0.6.2

8 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago