Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T13:18:10.000Z (over 6 years ago)
- Last Synced: 2024-11-08T12:06:37.892Z (about 1 month ago)
- Topics: cli, hyper-graph-db, hyperdb
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 3
- 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).
![Screenshot](screenshot.png?raw=true "Screenshot")
## 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`.