All Projects → zuudo → Helios.js

zuudo / Helios.js

Licence: mit
An in-memory graph database for modern browsers.

Programming Languages

javascript
184084 projects - #8 most used programming language

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).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].