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

https://github.com/crubier/Hexastore

A fast, pure javascript triple store implementation, also useful as a graph database.
https://github.com/crubier/Hexastore

Last synced: 10 months ago
JSON representation

A fast, pure javascript triple store implementation, also useful as a graph database.

Awesome Lists containing this project

README

          

# Deprecated

Go check the [factis package](https://www.npmjs.com/package/factis) and [factis.io](http://factis.io) instead !

# Old description

A fast, pure javascript triple store implementation, also useful as a graph database. Works in any browser, with browserify or webpack. Early development, API is subject to changes.

Hexastore is based on [this research paper](http://karras.rutgers.edu/hexastore.pdf). It is a way to structure RDF data such that queries are really fast. However, as implemented here, it has a 6 fold increase in memory usage as compared to a naive implementation of a triple store.

Documentation on the project page: [http://crubier.github.io/Hexastore](http://crubier.github.io/Hexastore)

[![Travis](https://img.shields.io/travis/crubier/Hexastore.svg?style=flat-square)](https://travis-ci.org/crubier/Hexastore) [![Coverage Status](https://img.shields.io/coveralls/crubier/Hexastore.svg?style=flat-square)](https://coveralls.io/r/crubier/Hexastore) [![Gemnasium](https://img.shields.io/gemnasium/crubier/Hexastore.svg?style=flat-square)](https://gemnasium.com/crubier/Hexastore) [![npm](https://img.shields.io/npm/dm/hexastore.svg?style=flat-square)](https://www.npmjs.com/package/hexastore) [![npm](https://img.shields.io/npm/v/hexastore.svg?style=flat-square)](https://www.npmjs.com/package/hexastore) [![node](https://img.shields.io/node/v/hexastore.svg?style=flat-square)](https://www.npmjs.com/package/hexastore) [![GitHub tag](https://img.shields.io/github/release/crubier/Hexastore.svg?style=flat-square)](https://github.com/crubier/Hexastore) [![Codacy](https://img.shields.io/codacy/e072bd118cb5478996bc90a6aab73b3e.svg?style=flat-square)](https://www.codacy.com/public/vincentlecrubier/Hexastore)