Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 411 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 411 Bytes

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