Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksafranski/ksdb
Graph Database in Node (for funsies)
https://github.com/ksafranski/ksdb
Last synced: about 23 hours ago
JSON representation
Graph Database in Node (for funsies)
- Host: GitHub
- URL: https://github.com/ksafranski/ksdb
- Owner: ksafranski
- Created: 2023-09-04T13:55:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-07T11:36:49.000Z (over 1 year ago)
- Last Synced: 2024-04-15T09:19:38.064Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KSDB
Because why not create a Graph Database in Node ¯\\\_(ツ)\_/¯
## Development
### Setup
```bash
yarn
```### Test
```bash
yarn test
# or
yarn test:watch
```