Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Peter Heringer be7c070e51 Update README 1 year ago
.cargo Improves Clippy lint list 2 years ago
.clusterfuzzlite CI: Temporarily disable SPARQL XML results fuzzing 2 years ago
.devcontainer Fixes ReadTheDocs build 3 years ago
.github Update workflows 1 year ago
bench Remove unused JAVA_HOME. If to be used by child processes -- should have been exported 2 years ago
fuzz Fuzzer: SPARQL results: Makes the fuzzers test serialization too 2 years ago
js Releases v0.3.20 2 years ago
lib Add while-loop for steps 1 year ago
oxrocksdb-sys Releases v0.3.20 2 years ago
python Releases v0.3.20 2 years ago
server Releases v0.3.20 2 years ago
testsuite Upgrades RocksDB 2 years ago
.dockerignore Fixes a style problem in pyoxigraph Cargo.toml 5 years ago
.gitignore Add gfa/ttl/txt to gitignore 1 year ago
.gitmodules Upgrades to RocksDB 7.10.2 2 years ago
.mailmap Make all Thomases into one 2 years ago
.readthedocs.yaml ReadTheDocs: updates rust to 1.64 2 years ago
CHANGELOG.md Releases v0.3.20 2 years ago
CITATION.cff Adds DOI to CITATION.cff 2 years ago
Cargo.lock Move code to storage_generator file 1 year ago
Cargo.toml Makes Clippy happy 2 years ago
LICENSE-APACHE Initial commit 7 years ago
LICENSE-MIT Update LICENSE-MIT 6 years ago
README.md Update README 1 year ago
clippy.toml Improves Rustfmt and Clippy configuration 3 years ago
deny.toml Upgrades RocksDB to 7.0 3 years ago
logo.svg Adds Oxigraph logo 5 years ago
rustfmt.toml Improves Rustfmt and Clippy configuration 3 years ago
test_spec_links.py Python doc: cleans up links to RDF specifications 2 years ago
typos.toml Adds a typo linter as part of the CI 2 years ago

README.md

Oxigraph-handlegraph

Oxigraph is a graph database implementing the SPARQL standard.

This is a fork of oxigraph that includes rs-handlegraph. The purpose is to make pangenomic GFA-files accessible with SPARQL queries.

Oxigraph implements the following specifications:

When cloning this codebase, don't forget to clone the submodules using git clone --recursive https://github.com/oxigraph/oxigraph.git to clone the repository including submodules or git submodule update --init to add the submodules to the already cloned repository.

Help

Feel free to ask heringerp for help. Bug reports are also very welcome.

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Oxigraph by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.