Skip to content

KOBA789/gurafu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gurafu

A hexastore implementation using RocksDB.

It's just for practice and not for production

Hexastore

A triple a -[b]-> c is coded as below:

Triple("a".into(), "b".into(), "c".into())

To get the all triples which connected by the predicate of b, you can make the query as shown as below:

CriteriaBuilder::default()
    .predicate("b".into())
    .build()

About

A hexastore implementation using RocksDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages