Tpt
|
9038ab3921
|
Converts oxigraph::Error into oxigraph::sparql::EvaluationError
|
4 years ago |
Tpt
|
5640b0a32d
|
Renames *Syntax into *Format
It is a simpler word that matches more the current usages
|
4 years ago |
Tpt
|
7f418fffc3
|
Makes syntax enumerations non exhaustive
|
4 years ago |
Tpt
|
0bc5e235eb
|
Adds a serializers API and improves the parser API
|
4 years ago |
Tpt
|
35fd315585
|
Adds QueryTriplesIterator
|
4 years ago |
Tpt
|
3e11180405
|
Converts all "&mut impl Write" into "impl Write"
Write is implemented for all &mut impl Write so it makes the API a bit easier to use
|
4 years ago |
Tpt
|
d7dc9c88a5
|
Adds a file parsing API
|
4 years ago |
Tpt
|
9d4fe700d6
|
Cleans up code related to file syntaxes
|
4 years ago |
Tpt
|
0d4743f452
|
Uses io::Error for all basic disk store operations
|
4 years ago |
Tpt
|
562cda7d97
|
Makes doc tests fail on warning
|
4 years ago |
Tpt
|
1ee4ee1a96
|
Simplifies QueryResults write API and adds examples
|
4 years ago |
Tpt
|
a3dce12d94
|
Makes SPARQL query execution static and simplify federation
|
4 years ago |
Tpt
|
3926fdc219
|
Renames QueryResult::Bindings into QueryResult::Solutions
|
4 years ago |
Tpt
|
71016ce475
|
Makes the format from MIME type converter accept more MIME types
|
4 years ago |
Tpt
|
3f3406e1a0
|
Adds concrete PreparedQuery structs and deprecates the trait
Allows to explicitly state the type of prepared queries
|
4 years ago |
Tpt
|
cc7c92092f
|
Provides a nice API for SPARQL SELECT solutions handling
|
5 years ago |
Tpt
|
feaca89f77
|
Moves NamedNodeOrVariable and TermOrVariable to the SPARQL algebra
These data structures are part of the SPARQL algebra
|
5 years ago |
Tpt
|
98a4d40a7e
|
Cleans up the Variable structure to only represent actual variables
There should be now a sane blank node support in the SPARQL algebra.
They are now allowed only in places where they are allowed by the SPARQL syntax
|
5 years ago |
Tpt
|
f4f542ce00
|
Removes unimplemented! macro calls for SPARQL results formats
|
5 years ago |
Tpt
|
23f5ac78ed
|
Drops dependency on anyhow to get something implementing std::error::Error
Closes #25
|
5 years ago |
Tpt
|
73f61884c1
|
Breaking: Uses anyhow instead of failure
Closes #25
|
5 years ago |
Tpt
|
1550acdc31
|
Adds a basic Wikibase loader
|
5 years ago |
Dustin Whitney
|
aea8dcebb9
|
wiring hooked up
|
5 years ago |
Tpt
|
4bbd2ce204
|
Uses u128 instead of UUID inside of BlankNode
Makes code slightly simpler
|
5 years ago |
Tpt
|
25b5e20c2b
|
Migrates to Rio 0.3
|
5 years ago |
Tpt
|
e1328bb204
|
Adds RDF/XML server output and upgrades quick_xml
|
5 years ago |
Tpt
|
153eeb1033
|
Adds JSON SPARQL results output
|
5 years ago |
Tpt
|
17abe2d1ab
|
Uses rouille as HTTP server
Way easier to write than with asyncio
Allows to post files to the server
|
5 years ago |
Tpt
|
7acb99ab13
|
Makes QueryResult::read lifetimes better
|
5 years ago |
Tpt
|
d617e72550
|
Cleanup SPARQL module public API
|
5 years ago |