Skip to content

Oxigraph

What is OxiGraph?

From the Oxigraph website:

Oxigraph is a graph database implementing the SPARQL standard.

Its goal is to provide a compliant, safe, and fast graph database based on the RocksDB key-value store1. It is written in Rust. It also provides a set of utility functions for reading, writing, and processing RDF files.

Oxigraph is in heavy development and SPARQL query evaluation has not been optimised yet.

Benchmark

TODO


  1. RocksDb is also used by Stardog for its underlying engine