Tpt
d838d55f02
Uses nightly rustfmt on imports and comments
1 year ago
Tpt
2a135283d5
Lints against 1.74
1 year ago
Tpt
899e553249
Makes SPARQL query result Send and Sync
1 year ago
Tpt
dbb39d867a
Upgrades json-event-parser
2 years ago
Tpt
c5f02d9263
Upgrades oxhttp
...
- Disables HTTPs support by default, the TLS stack is opt-in
- Renames "http_client" feature to "http-client"
- Uses native TLS by default in pyoxigraph and cli
- Uses Rustls for Linux Python wheels and Docker images
2 years ago
Tpt
7fe055d2b4
Exposes SPARQL results I/O in Oxigraph and improve EvaluationError
2 years ago
Tpt
1e1ed65d3b
Stop assuming JS platform when compiling to wasm32-unknown-unknown
...
- Adds the "js" feature to enable JS support
- Adds the "custom-now" feature to oxsdatatypes to inject a custom "now" implementation
It is already possible for random with the getrandom "custom" feature
Issue #471
2 years ago
Thomas
8e770fbb5d
SPARQL: Removes intermediate query plan representation
...
Covered by the optimizer plan
2 years ago
Thomas
501f9ce6f9
Makes profiler independent from query plan
2 years ago
Tpt
40b10cdabc
Adds a naive standalone query optimizer
...
This drops some left join optimizations
2 years ago
Tpt
60ffd99ad8
Exposes the query profiler to the CLI app
2 years ago
Tpt
81793bc221
Makes nested PlanNode easy to clone
2 years ago
Tpt
8684b82893
Properly expose oxigraph::sparql::QueryDataset
2 years ago
Tpt
d7e4d5583f
SPARQL: Adds an option to disable the optimizer
...
Provides a plain evaluator without any trick
2 years ago
Tpt
eedc4b3a71
Removes unnecessary qualified paths
3 years ago
Tpt
1f7e59dde7
HTTP client: adds an option to allow redirections
3 years ago
Tpt
774ba56388
Updates changelog
3 years ago
Tpt
4efd193708
Improves documentation
3 years ago
Tpt
045fb8cbf6
Adds a public API for transaction
...
Very similar to the one of the previous SledStore
3 years ago
Tpt
34a944036f
Simplifies UpdateOptions API
...
Keeps only useful methods
3 years ago
Tpt
32d3f0782b
Fixes some new clippy warnings
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
01a33192eb
Adds a public API for SPARQL query results I/O
3 years ago
Tpt
f64001906c
Minor documentation improvements
3 years ago
Tpt
cfb3be6d34
Adds custom functions support
3 years ago
Tpt
a3e40556da
Automatically retries transactions on failure
3 years ago
Tpt
607aa0b0dd
WIP: Transactions
3 years ago
Tpt
97bb227042
Migrates to Rust 2021
4 years ago
Tpt
f6dbb96327
Makes Clippy happy
4 years ago
Tpt
6d4bb36425
Uses Reduced everywhere cardinality is not important
...
Allows avoiding dumb downstream duplicated work and should hopefully unlock optimizations in the future.
4 years ago
Tpt
311fffe711
Adds an option to set HTTP timeout
4 years ago
Tpt
f084cfe332
Enables more Clippy lints and enforces them
4 years ago
Tpt
f9d9530a1b
Makes SPARQL string storage insertion infallible
4 years ago
Tpt
0efc5b4654
Renames SledStore to Store and cleans up files hierarchy
4 years ago
Tpt
17a3ae728d
Removes generics from SPARQL implementation
4 years ago
Tpt
be4a5b0b6b
Moves SPARQL parser and algebra to an independent crate
4 years ago
Tpt
e4f97bafb3
Makes SPARQL algebra private
4 years ago
Tpt
fe5bab8eb9
Drops generics on string ids
4 years ago
Tpt
1662bd7e57
Removes the MemoryStore
4 years ago
Tpt
700e47af1e
SPARQL UPDATE options
4 years ago
Tpt
34f0efbb39
Rework SPARQL algebra and makes it public
4 years ago
Tpt
7f8bbce07f
Makes rustdoc build the internal links in the documentation
4 years ago
Tpt
773bdb943e
Drops QueryOption parameter from the query method
...
Introduces a query_opt method for that
4 years ago
Tpt
ece760f0c1
Drops prepare_query methods
...
Not very useful, most of the job could be done by parsing the query first
4 years ago
Tpt
7a110902d2
Provides an API to edit the SPARQL query dataset
4 years ago
Tpt
359da8d9c3
Makes Variable::new validate the variable name
...
Allows to be sure that the variables name is always valid and easily serializable
5 years ago
Tpt
fa068e1e53
Fixes WASM build
5 years ago
Tpt
23cc09f481
Implements a Simple HTTP client for SPARQL federation and SPARQL LOAD
5 years ago