Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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
```