Tpt
|
9085a424e8
|
Upgrades Rio to 0.7
|
3 years ago |
Tpt
|
9870ce4881
|
Removes Sophia traits implementation
Sophia is planning to depend on Oxigraph, this will make stuff simpler
|
3 years ago |
Tpt
|
b14d0c6221
|
Starts developing v0.3.0-beta.4
|
3 years ago |
Tpt
|
45031db791
|
Renames "rocksdb-sys" into "oxrocksdb-sys"
|
3 years ago |
Tpt
|
da315abd44
|
Starts developing v0.3.0-beta.3
|
3 years ago |
Tpt
|
074ee466a3
|
Starts developing v0.3.0-beta.2
|
3 years ago |
Tpt
|
f617dc9bd3
|
Releases v0.3.0-beta.1
|
3 years ago |
Tpt
|
00b8528399
|
Updates zstd
|
3 years ago |
Tpt
|
4efd193708
|
Improves documentation
|
3 years ago |
Tpt
|
d4d7f2dc49
|
Upgrades OxIRI to v0.2
|
3 years ago |
Tpt
|
fc26fa87a5
|
Makes a lot of dumb functions inline
|
3 years ago |
Tpt
|
850b8eddcf
|
Moves out of Oxigraph SPARQL results parser and serializers
|
3 years ago |
Tpt
|
967dbacad7
|
Spargebra: Uses oxrdf terms
|
3 years ago |
Tpt
|
a16a4108b8
|
Allows using oxrdf without RDF-star
|
3 years ago |
Tpt
|
f5545f1948
|
Makes Oxigraph model standalone as oxrdf
Allows to reuse it in other crates like spargebra
|
3 years ago |
Tpt
|
a969563617
|
Uses Rustls everywhere
Avoids linking problems with system libraries.
Rustls uses the system certificates.
|
3 years ago |
Tpt
|
8c60844ae2
|
Updates dependencies
|
3 years ago |
Tpt
|
3c297e5ef7
|
Lib: do not include always native-tls
|
3 years ago |
Tpt
|
177f0201c4
|
Python Linux wheel now vendors Rustls
Instead of OpenSSL: same security issues and easier compilation
|
3 years ago |
Tpt
|
ad4dd2832e
|
Upgrades to latest pyo3 version
|
3 years ago |
Tpt
|
2c304aa29d
|
Share environment between RocksDB instances
Allow multiple RocksDB instance in the same process to share resources instead of fighting to get them.
|
3 years ago |
Tpt
|
821cac9c4c
|
Sets some RocksDB options doing perf improvements
|
3 years ago |
Tpt
|
3fd0332e32
|
Use our own Custom rocksdb bindings
Will allow exposing more C++ functions
|
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
|
728a5dadf4
|
Adds a native SPARQL query and update benchmark based on BSBM
|
3 years ago |
Tpt
|
97bb227042
|
Migrates to Rust 2021
|
3 years ago |
Tpt
|
9952f1256d
|
Uses released OxHTTP version
|
3 years ago |
Tpt
|
d722edd4af
|
Use OxHTTP HTTP client
|
3 years ago |
Tpt
|
596f196f1a
|
Upgrades to nom 7
|
3 years ago |
Tpt
|
dc1acd17a8
|
Upgrades to nom 7
|
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
|
f084cfe332
|
Enables more Clippy lints and enforces them
|
3 years ago |
dependabot[bot]
|
fdd7753d97
|
Bump sophia_api from 0.6.2 to 0.7.0 (#116)
* Bump sophia_api from 0.6.2 to 0.6 or 0.7
Bumps [sophia_api](https://github.com/pchampin/sophia_rs) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/pchampin/sophia_rs/releases)
- [Changelog](https://github.com/pchampin/sophia_rs/blob/main/CHANGELOG.txt)
- [Commits](https://github.com/pchampin/sophia_rs/compare/v0.6.2...v0.7.0)
|
3 years ago |
dependabot[bot]
|
e05e58704e
|
Bump rocksdb from 0.16.0 to 0.17.0 (#115)
* Bump rocksdb from 0.16.0 to 0.16.0 or 0.17.0
Bumps [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/rust-rocksdb/rust-rocksdb/releases)
- [Changelog](https://github.com/rust-rocksdb/rust-rocksdb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-rocksdb/rust-rocksdb/compare/v0.16.0...v0.17.0)
|
3 years ago |
Tpt
|
a21dcbb4f7
|
Releases v0.2.5
|
3 years ago |
Tpt
|
f3eeecb08d
|
Migrates to Rio v0.6
|
3 years ago |
Tpt
|
25e192095e
|
Makes SPARQL-star optional in the SPARQL parser
|
3 years ago |
Tpt
|
7858eb210a
|
Adds basic support of RDF-star to reading I/O
|
3 years ago |
Tpt
|
cde2672cdd
|
Adds JSON deserializer
Closes #47
|
3 years ago |
Tpt
|
7ff23b2a75
|
Simplifies lasso dependency
No need for multithreading anymore
|
4 years ago |
Tpt
|
0b278a88a3
|
Upgrades version to 0.3.0-dev
|
4 years ago |
Tpt
|
3e05c6ef40
|
Releases v0.2.4
|
4 years ago |
Tpt
|
be4a5b0b6b
|
Moves SPARQL parser and algebra to an independent crate
|
4 years ago |
dependabot[bot]
|
b24bcf52ac
|
Update rocksdb requirement from 0.15 to 0.16 (#98)
Updates the requirements on [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) to permit the latest version.
- [Release notes](https://github.com/rust-rocksdb/rust-rocksdb/releases)
- [Changelog](https://github.com/rust-rocksdb/rust-rocksdb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-rocksdb/rust-rocksdb/compare/v0.15.0...v0.16.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
4 years ago |
Tpt
|
431ec26536
|
Enables the "sled" feature by default
|
4 years ago |
Tpt
|
122db6a2c3
|
Drops Oxigraph JS
Not supported by Sled
|
4 years ago |
Tpt
|
35fe15f796
|
Drops RocksDBStore
|
4 years ago |
dependabot[bot]
|
b30e0fea43
|
Update peg requirement from 0.6 to 0.7 (#97)
Updates the requirements on [peg](https://github.com/kevinmehall/rust-peg) to permit the latest version.
- [Release notes](https://github.com/kevinmehall/rust-peg/releases)
- [Commits](https://github.com/kevinmehall/rust-peg/compare/0.6.0...0.7.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
4 years ago |
Tpt
|
a80612ccb9
|
Releases v0.2.3
|
4 years ago |