Skip to content

e-e-e/hyper-graph-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 {
...    ?s ?p ?o
... } LIMIT 10
# Watch the data flow.
--> .exit

About

A cli tool for working with hyper-graph-db instances.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published