Tpt
|
80171cbf9f
|
Server: improves errors handling
|
3 years ago |
Tpt
|
a90bd85497
|
Improves oxigraph_server CLI API
|
3 years ago |
Tpt
|
f069d85426
|
Server: makes content negotiation more lenient
|
3 years ago |
Tpt
|
8ddd80d48b
|
Server: returns query solutions in streaming
Fixes streaming HTTP body writer
|
3 years ago |
Tpt
|
32d3f0782b
|
Fixes some new clippy warnings
|
3 years ago |
Tpt
|
df1478e931
|
Upgrades to Clap 3
|
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
|
bb0d4fb2c4
|
Server: Allows loading multiple files in //
|
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
|
f262df9f53
|
Improve Oxigraph server CLI API
|
3 years ago |
Tpt
|
5973de3a73
|
Avoids using tempfile in tests
Not useful
|
3 years ago |
Tpt
|
fe4c330d22
|
Oxigraph server: streams RDF triples/quads responses
|
3 years ago |
Tpt
|
73f04b2baf
|
Oxigraph server: use OxHTTP server
|
3 years ago |
Tpt
|
605c94e848
|
Improves executable parameter documentation
|
3 years ago |
Tpt
|
f084cfe332
|
Enables more Clippy lints and enforces them
|
3 years ago |
Tpt
|
ec2b307255
|
Fixes Clippy warnings
|
3 years ago |
Tpt
|
a58a6fac8e
|
Migrates from argh to clap
|
3 years ago |
Tpt
|
977f843bfe
|
Migrates from argh to clap
|
3 years ago |
Tpt
|
7b98d58b10
|
Url: fixes depreciation warning
|
4 years ago |
Tpt
|
4302316a41
|
Fixes the input type of graph manipulation methods
Nested triples are not allowed there
|
4 years ago |
Tpt
|
bdeb73868c
|
Server: Add union-default-graph parameter
Bug #92
|
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
|
e4f97bafb3
|
Makes SPARQL algebra private
|
4 years ago |
Tpt
|
35fe15f796
|
Drops RocksDBStore
|
4 years ago |
Tpt
|
477d1cb930
|
SPARQL HTTP graph store: do not normalizes URIs
Bug: #92
|
4 years ago |
Tpt
|
d43b3ac038
|
Fixes HTTP content negotiation
The implementation in http_types is buggy
Bug: #91
|
4 years ago |
Tpt
|
cc43742da1
|
Makes Clippy 1.51 happy
|
4 years ago |
Tpt
|
e92c36f115
|
Server: do not hard fail on unknown query parameters
|
4 years ago |
Tpt
|
8f8bb95669
|
Uses http-types complex header support
|
4 years ago |
Tpt
|
225309758e
|
Fixes logo path in Oxigraph Server
|
4 years ago |
Tpt
|
a4b09dcb3a
|
SPARQL graph store API
|
4 years ago |
Tpt
|
fe3b8e54e1
|
Improves Server code style
|
4 years ago |
Tpt
|
6edd9149ba
|
Makes server SPARQL protocol pass the test suite
|
4 years ago |
Tpt
|
700e47af1e
|
SPARQL UPDATE options
|
4 years ago |
Tpt
|
7aca89016d
|
Drops usages of async_std::spawn_blocking
|
4 years ago |
Tpt
|
773bdb943e
|
Drops QueryOption parameter from the query method
Introduces a query_opt method for that
|
4 years ago |
Tpt
|
7a110902d2
|
Provides an API to edit the SPARQL query dataset
|
4 years ago |
Christoph Herzog
|
7e09b105ac
|
server: allow storage backend choice with feature
Implement rocksdb and sled features for the oxigraph_server crate.
|
4 years ago |
Tpt
|
23cc09f481
|
Implements a Simple HTTP client for SPARQL federation and SPARQL LOAD
|
4 years ago |
Tpt
|
21c2f6d870
|
Implements CSV and TSV results serialization
|
4 years ago |
Tpt
|
39fdf4b16b
|
Adds Oxigraph logo as ther server HTML UI flavicon
|
4 years ago |
Tpt
|
6ed2f0117d
|
Adds basic SPARQL UPDATE support to the server
|
4 years ago |
Tpt
|
496a6e1d8c
|
Provides the ability to specify the SPARQL query dataset using the API
|
4 years ago |
Tpt
|
6b3062f496
|
Renames some sparql module element and improves documentation
QueryResult -> QueryResults
QueryResultFormat -> QueryResultsFormat
QuerySolutionsIterator -> QuerySolutionIter
QueryTriplesIterator -> QueryTripleIter
|
4 years ago |
Tpt
|
56ef29f787
|
Adds federation to Wikibase server
|
4 years ago |
Tpt
|
19e96c73ce
|
Quick fix to avoid deadlock while streaming federated response
|
4 years ago |
Tpt
|
240e09c3ac
|
Adds federated queries to the standalone server
|
4 years ago |
Tpt
|
5640b0a32d
|
Renames *Syntax into *Format
It is a simpler word that matches more the current usages
|
4 years ago |
Tpt
|
9d4fe700d6
|
Cleans up code related to file syntaxes
|
4 years ago |