hyper-graph-cli

0.0.1 • Public • Published

hyper-graph-cli

A simple cli tool for making, loading, importing data into, and querying hyper-graph-db instances.

This is very much a work in progress

Installation

npm install hyper-graph-cli -g

Usage

# start up interactive REPL 
hypergraph
# then create or load database 
--> .create test.db
# then import data 
--> .import path/to/triples.ttl
# then query directly with SPARQL 
--> SELECT *
... WHERE {
...    ???o
... } LIMIT 10
# Watch the data flow. 
--> .exit

Package Sidebar

Install

npm i hyper-graph-cli

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • e-e-e