Skip to content

zourzouvillys/triplerocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RocksDB Triplestore

a simple triplestore backed by RocksDB, with an adapter for Apache Jena.


// create the store.
final JenaRocksStore store = new JenaRocksStore(Paths.get("/my/store"));

// create a graph wrapper.
final JenaRocksGraph graph = new JenaRocksGraph(store);

// use as a DatasetGraph if you want
final DatasetGraph ds = DatasetGraphFactory.wrap(graph);


About

Apache Jena RocksDB backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages