Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oakfang/synograph
- Owner: oakfang
- Created: 2015-11-18T09:24:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-22T13:41:37.000Z (about 8 years ago)
- Last Synced: 2024-10-12T21:20:08.205Z (3 months ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SynoGraph
### A Graph DB for humans, via NodeJSPlease 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
```