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.
OSTRICH requires ZLib, Kyoto Cabinet and CMake (compilation only) to be installed.
$ npm install
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/
This software is written by Ruben Taelman and colleagues.
This code is copyrighted by Ghent University – imec and released under the MIT license.