Niko PLP
|
7b0b60cda0
|
adding serde to the data model
|
6 months ago |
Niko PLP
|
a9ff0524e2
|
remove feature rocksdb, added key to open storage
|
7 months ago |
Niko PLP
|
6226e1fba6
|
libc version reduced
|
7 months ago |
Niko PLP
|
fdcaf65a8d
|
remmoved cli
|
7 months ago |
Niko PLP
|
77edc05ced
|
use nextgraph's version of rocksdb
|
7 months ago |
Tpt
|
cbb72c7be6
|
sparopt: Avoid join reordering in SERVICE
This is done better by the remote endpoint and avoids harmful transformation like LATERAL insertion
|
7 months ago |
Tpt
|
58699f36f3
|
Removes dependency on escargot
|
7 months ago |
Tpt
|
1d5843fddc
|
Upgrades to PyO3 0.21
|
8 months ago |
Tpt
|
0f0c1d2742
|
Releases v0.4.0-alpha.6
|
8 months ago |
Tpt
|
184b8367dc
|
Fixes compatibility with latest OxIRI version
|
8 months ago |
Tpt
|
ba396bad10
|
Releases v0.4.0-alpha.5
|
8 months ago |
Tpt
|
f5b975e4d1
|
Bump versions and fixes spargebra version
Issue #817
|
8 months ago |
Tpt
|
130f090555
|
Fixes dependency version
|
8 months ago |
Tpt
|
bdde46b5c7
|
Releases v0.4.0-alpha.4
|
8 months ago |
Tpt
|
8e2548467c
|
Upgrades dependencies including RocksDB 8.11.3
|
8 months ago |
Tpt
|
accadaac34
|
CI: Uses 1.76.0 for Clippy
|
9 months ago |
Yuri Astrakhan
|
0400f04915
|
Error renaming
```
enum sparesults::error::ParseError -> QueryResultsParseError
struct sparesults::error::SyntaxError -> QueryResultsSyntaxError
Inlined inner
enum oxrdfxml::error::ParseError -> RdfXmlParseError
struct oxrdfxml::error::SyntaxError -> RdfXmlSyntaxError
enum oxttl::toolkit::error::ParseError -> TurtleParseError
struct oxttl::toolkit::error::SyntaxError -> TurtleSyntaxError
enum oxrdfio::error::ParseError -> RdfParseError
struct oxrdfio::error::SyntaxError -> RdfSyntaxError
struct spargebra::parser::ParseError -> SparqlSyntaxError
enum spargebra::parser::ParseErrorKind
Parser -> Syntax
```
|
9 months ago |
Tpt
|
655ecd3e91
|
Convert error to thiserror
Co-authored-by: Yuri Astrakhan <yuriastrakhan@gmail.com>
|
9 months ago |
Yuri Astrakhan
|
1c3f054836
|
Convert error to thiserror
This converts just one `SerializerError` to use `thiserror` crate, removing some code.
|
9 months ago |
Yuri Astrakhan
|
a924df0e0a
|
Clean workspace dependency list and updates dependencies
|
9 months ago |
Tpt
|
0b1aabfcdd
|
Moves main crate to lib/oxigraph and centralizes dependencies
|
9 months ago |
Tpt
|
46d3ed3f99
|
Removes all debuginfo from release build
Smaller binaries, most of them where stripped out anyway
|
10 months ago |
Tpt
|
42a66f62b9
|
Enables cargo semver-checks again
|
10 months ago |
Tpt
|
a5781d1187
|
Releases v0.4.0-alpha.1
|
10 months ago |
Tpt
|
025bd2afd2
|
Uses new cargo lint configuration system
|
11 months ago |
Tpt
|
90b7b128f2
|
Upgrades MSRV to 1.70
|
1 year ago |
Tpt
|
3c51dd31bc
|
Move back MSRV to 1.67 but keep Cargo.lock to 1.70
Allows to build on Debian unstable while using latest dependencies
|
1 year ago |
Tpt
|
bdedcc47e3
|
Renames oxigraph-server to oxigraph(-cli)
|
1 year ago |
Tpt
|
6611b491b1
|
Sets Rust minimum version to 1.70
|
1 year ago |
Tpt
|
570f21748d
|
Cargo.toml: share some common fields in the workspace
|
1 year ago |
Tpt
|
7cd383af79
|
Introduces OxRDF I/O stand-alone crate
|
1 year ago |
Tpt
|
69d8ce6b4e
|
Migrates RDF/XML parser from Rio
|
1 year ago |
Tpt
|
71b1768d28
|
New N3/Turtle/TriG/N-Triple/N-Quad parsers and serializers
- Compatible with async IO
- Turtle/TriG parser recovery on simple errors
|
1 year ago |
Tpt
|
40b10cdabc
|
Adds a naive standalone query optimizer
This drops some left join optimizations
|
1 year ago |
Tpt
|
57d39cad24
|
Makes Clippy happy
|
1 year ago |
Tpt
|
df2233c51c
|
JS: Optimizes release builds for size
Makes the WASM file go from 2.6MB to 2.3MB
|
2 years ago |
Tpt
|
f6e9ceccc1
|
Add back oxrocksdb-sys to the main workspace
Having it separated was failing fuzz tests for some unknown reason
This reverts commit d97eb9eb31 .
This reverts commit 4927b3148e .
|
2 years ago |
Tpt
|
d97eb9eb31
|
Properly exclude oxrocksdb-sys from the main workspace
|
2 years ago |
Tpt
|
4927b3148e
|
Moves oxrocksdb-sys out of the workspace
It changes not very often and does not contain Rust code
|
2 years ago |
Tpt
|
854e29ee38
|
Makes XSD datatypes a standalone crate
Allows other crates to reuse Oxigraph XSD datatypes implementation
|
2 years ago |
Tpt
|
b7059d07e8
|
Adds very basic SPARQL evaluation fuzzer
|
2 years ago |
Tpt
|
45031db791
|
Renames "rocksdb-sys" into "oxrocksdb-sys"
|
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
|
f5545f1948
|
Makes Oxigraph model standalone as oxrdf
Allows to reuse it in other crates like spargebra
|
3 years ago |
Tpt
|
04827a71f8
|
Removes Oxigraph Wikibase
Will be moved to its own repository
|
3 years ago |
Tpt
|
3fd0332e32
|
Use our own Custom rocksdb bindings
Will allow exposing more C++ functions
|
3 years ago |
Tpt
|
f76f0396e8
|
Adds back Oxigraph JS
|
3 years ago |
Tpt
|
16194bbaa4
|
Uses a single codegen unit
|
4 years ago |
Tpt
|
be4a5b0b6b
|
Moves SPARQL parser and algebra to an independent crate
|
4 years ago |