Skip to content

bgraph is an in-memory browser-compatible graph database

License

Notifications You must be signed in to change notification settings

uncharted-aske/bgraph

Repository files navigation

BGraph

In-memory browser-compatible Graph DB

Dagoba Fork

BGraph began as a TypeScript rewrite of Dann Toliver's Dagoba: in-memory graph database - Copyright (c) Dann Toliver, 2015. Original implementation illustrated in the book 500 Lines or Less: http://aosabook.org/en/index.html

Setup (Development)

  1. Install
$ yarn install
  1. Start development interface
$ yarn develop