项目作者: Frando

项目描述 :
A small command-line explorer for hyper-graph databases.
高级语言: JavaScript
项目地址: git://github.com/Frando/hyper-graph-cli-browser.git
创建时间: 2018-06-11T12:41:19Z
项目社区:https://github.com/Frando/hyper-graph-cli-browser

开源协议:MIT License

下载


hyper-graph-cli-browser

A small command-line explorer for hyper-graph databases.

Has a built-in preset to load databases created with hyper-readings.

Screenshot

Installation

  1. npm install -g hyper-graph-cli-browser

or

  1. git clone https://github.com/Frando/hyper-graph-cli-browser
  2. npm install

Usage

  1. $ 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

  1. hg-browser hyperreadings

If running from the cloned repository, replace hg-browser by node cli.js.