A RxJS object relation graph for client side JavaScript Applications
npm install vstack-graph


A Observable (RxJS) based Graph layer for JavaScript Applications. Supports Object relation structures via REST APIs. Includes Angular 2 support out of the box and has a generic adapter for many different
client libraries.
RestCollection is a base class to extend rest services from. This base class will add CRUD functionality
as well as features such as state history tracking, error logging and Flux like collection streams.
RestCollection has a peer dependency on RxJS 5.
Work in progress. Will allow defined relationships between Restfull collections created with
the RestCollection allowing data deduping and graph like structures in client apps.
This project is in alpha and a work in progress. To get started run npm install in the root directory.
- npm run build create distributables and bundles
- npm run test build and run tests
- npm run coverage build and run test coverage
Temp Demo: http://plnkr.co/edit/RcQO38Bztxnhnch1I12W?p=preview