cubitt-graph-cqrs
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.02latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.02
0.9.00
0.8.10
0.8.00
0.7.00
0.6.20
0.6.10
0.6.00
0.5.00

Package Sidebar

Install

npm i cubitt-graph-cqrs

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • uu-cubitt