Javascript implementation of Trepo.
This repo contains the following packages:
treo-core
- The main Trepo class, exposing a request method that calls graphql.trepo-npipes
- Traversalstrepo-ptree
- Genealogical data model helper functionstrepo-server
- Run a Trepo http servertrepo-vgraph
- vGraph implementation on top of vagabond-dbtrepo-xsearch
- Searching
trepo-js
is a mono-repo managed by lerna. To get started clone this repo and run:
npm install # Installs lerna and dev dependencies
npm run bootstrap # Links packages and installs regular dependencies