Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oakfang/synograph

A Graph DB for humans
https://github.com/oakfang/synograph

Last synced: 3 months ago
JSON representation

A Graph DB for humans

Awesome Lists containing this project

README

        

# SynoGraph
### A Graph DB for humans, via NodeJS

Please see the [docs](https://github.com/oakfang/synograph/tree/master/docs) for individual docs.

### Main API

```js
require('synograph').Graph // In memory SynoGraph
require('synograph').PersistentGraph // A Persistent SynoGraph
require('synograph').Model // A Model creator
require('synograph').modelsFactory // A Model factory
```