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
- Host: GitHub
- URL: https://github.com/pr4j3sh/graphdb
- Owner: pr4j3sh
- License: mit
- Created: 2025-04-10T13:00:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-10T22:59:42.000Z (about 1 year ago)
- Last Synced: 2025-04-11T03:15:59.567Z (about 1 year ago)
- Topics: database, graph, graph-database, in-memory-database
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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/)