factis-store-hexastore

1.0.3 • Public • Published

Be sure to check http://factis.io for more information and documentation !

Factis store hexastore

This module is a datastore for Factis, the modular database system.

The hexastore store allows store arbitrary triples, like a RDF database.

Installation

Using NPM

npm install factis-store-hexastore

Usage

Require the module

var FactisHexastore = require('factis-store-hexastore');

Create a new store

var hexastore = new FactisHexastore();

You can add and remove triples from the store

hexastore.add(["this","is a","triple"]);
hexastore.remove(["this","is a","triple"]);

Check the documentation on factis.io

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    4
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i factis-store-hexastore

Weekly Downloads

4

Version

1.0.3

License

BSD-3-Clause

Last publish

Collaborators

  • crubier