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

https://github.com/pr4j3sh/graphdb

in-memory graph database
https://github.com/pr4j3sh/graphdb

database graph graph-database in-memory-database

Last synced: 2 months ago
JSON representation

in-memory graph database

Awesome Lists containing this project

README

          

# graphdb

This is an in-memory graph database written in javascript.

## Usage

- Run using

```bash
npm run start
```

## Reference

- [Dagoba: An In-Memory Graph Database](https://aosabook.org/en/500L/dagoba-an-in-memory-graph-database.html)
- [NodeJS Documentation](https://nodejs.org/en/learn/getting-started/introduction-to-nodejs)
- [NPM Documentation](https://docs.npmjs.com/)
- [@pr4j3sh/frames](https://pr4j3sh.github.io/frames/)