Skip to content

Latest commit

 

History

History
executable file
·
38 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

executable file
·
38 lines (25 loc) · 1.17 KB

OSTRICH Admin

A Web GUI for interacting with an OSTRICH store.

Functionality:

  • Version Materialization: Query a certain version by triple pattern.
  • Delta Materialization: Query differences between two versions by triple pattern.
  • Version Queries: Query all versions by triple pattern.
  • Ingest: Append a new changeset.
  • Stats: Basic statistics about the store.

Install

OSTRICH requires ZLib, Kyoto Cabinet and CMake (compilation only) to be installed.

$ npm install

Run

When running, you have to pass a path to an OSTRICH store.

$ npm start data/mystore.ostrich/

The Web GUI will now be running on http://localhost:3000/.

Optionally, a second prefixes file parameter can be added, which defaults to config/prefixes.json.

Some example OSTRICH datasets are available here: https://linkedsoftwaredependencies.org/raw/ostrich/datasets/

License

This software is written by Ruben Taelman and colleagues.

This code is copyrighted by Ghent University – imec and released under the MIT license.