https://github.com/frando/hyper-graph-cli-browser
A small command-line explorer for hyper-graph databases.
https://github.com/frando/hyper-graph-cli-browser
cli hyper-graph-db hyperdb
Last synced: about 2 months ago
JSON representation
A small command-line explorer for hyper-graph databases.
- Host: GitHub
- URL: https://github.com/frando/hyper-graph-cli-browser
- Owner: Frando
- License: mit
- Created: 2018-06-11T12:41:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T13:18:10.000Z (almost 7 years ago)
- Last Synced: 2025-03-11T05:46:17.270Z (2 months ago)
- Topics: cli, hyper-graph-db, hyperdb
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hyper-graph-cli-browser
A small command-line explorer for [hyper-graph databases](https://github.com/e-e-e/hyper-graph-db).
Has a built-in preset to load databases created with [hyper-readings](https://github.com/e-e-e/hyper-reader).

## Installation
npm install -g hyper-graph-cli-browser
or
git clone https://github.com/Frando/hyper-graph-cli-browser
npm install## Usage
```
$ hg-browser browse path/to/db --predidate rdf:type --object hr:root
```Opens the hypergraph database at that pass. Specify a root (intro) query with one, two or three options out of `--subject`, `--predicate`, `--object`.
or, to directly browse hyper-reader databases
```
hg-browser hyperreadings
```If running from the cloned repository, replace `hg-browser` by `node cli.js`.