Skip to content
An in-memory graph database for modern browsers.
JavaScript
Branch: master
Clone or download

Latest commit

Latest commit d2e1b16 Nov 14, 2017

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
lib copyright Dec 30, 2014
tests updating tests Oct 1, 2013
.gitignore updating tests Oct 1, 2013
CHANGES.md Added CHANGES.md Sep 27, 2013
LICENSE Update LICENSE Nov 15, 2017
README.md remove license info from README Sep 18, 2017
VERSIONS.md removed unrelated files Apr 26, 2013
bower.json Add bower.json Apr 16, 2015
helios.js loadGraphSON and loadGraphML return a Promise and resolve to the grap… Sep 27, 2013
package.json updating tests Oct 1, 2013

README.md

HeliosJS

HeliosJS is an in-memory graph database for modern browsers. It employs a non-blocking asynchronous architecture through the use of Promises and Web Workers. This enables HeliosJS to download and process large data sets without blocking the UI.

In order to traverse the graph, HeliosJS uses a Gremlin inspired graph traversal language to query, analyze and manipulate the graph. Gremlin is an open source project maintained by TinkerPop. For more information on Gremlin, see the Gremlin wiki.

Please see the website for full documentation of the current version (0.2.0).

You can’t perform that action at this time.