Tpt
|
7d58f451bd
|
Runs LLVM address sanitizer and fixes found bugs
|
3 years ago |
Tpt
|
a33dbb6d06
|
Avoids abusing std::io::Error
Introduces new specific errors and make them implement Into<io::Error> for compatibility
|
3 years ago |
Tpt
|
44d1a5f04c
|
Makes bulk load partial insertions atomic
Ensures that the stores does not end up in an inconsistent state.
|
3 years ago |
Tpt
|
461a27865c
|
Run test_backward_compatibility only on linux
Windows seems unhappy with it
|
3 years ago |
Tpt
|
7cdabe9417
|
Adds a test about blank nodes renaming
|
3 years ago |
Tpt
|
ed17e86853
|
Renames write_stt_files to insert_stt_files
|
3 years ago |
Tpt
|
6f44a5956b
|
Simplifies bulk load API
|
3 years ago |
Tpt
|
607aa0b0dd
|
WIP: Transactions
|
3 years ago |
Tpt
|
196d6d6576
|
Adds bulk load by directly write RocksDB SSTs
|
3 years ago |
Tpt
|
cb146efd7c
|
Use directly RocksDB C API
Will allow more customizations in the future
|
3 years ago |
Tpt
|
063683088d
|
Moves back from Sled to RocksDB
Simple implementation without transactions
|
3 years ago |
Tpt
|
e9608fb2eb
|
Adds wasm32 support to lib crate
The storage layer is in memory and not optimized yet
|
3 years ago |
Tpt
|
4302316a41
|
Fixes the input type of graph manipulation methods
Nested triples are not allowed there
|
4 years ago |
Tpt
|
a97250dcce
|
Basic RDF-star support
No parsing and SPARQL support yet
|
4 years ago |
Tpt
|
8004fc28c0
|
Renames NamedOrBlankNode to Subject
Preparatory work for RDF-star addition
|
4 years ago |
Tpt
|
0efc5b4654
|
Renames SledStore to Store and cleans up files hierarchy
|
4 years ago |
Tpt
|
6aa27d4885
|
Makes Oxigraph store "graph aware"
|
4 years ago |
Pierre-Antoine Champin
|
35cb9ffef3
|
add feature-flags on test files
this allows to run 'cargo test' with only a subset of features enabled,
i.e.
cargo test
or
cargo test --features sled
|
4 years ago |
Tpt
|
10e4c1518d
|
Adds small backward compatibility tests for Sled and RocksDB
|
4 years ago |