vstack-graph
v0.12.2
Published
A RxJS object relation graph for client side JavaScript Applications
Downloads
34
Readme
VStack Graph
Work in progress
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
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.
GraphService
Work in progress. Will allow defined relationships between Restfull collections created with
the RestCollection
allowing data deduping and graph like structures in client apps.
Getting Started
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 bundlesnpm run test
build and run testsnpm run coverage
build and run test coverage
Temp Demo: http://plnkr.co/edit/RcQO38Bztxnhnch1I12W?p=preview