Skip to content

Is uploading of a zipped file supported? #552

Answered by Tpt
PiotrNowara asked this question in Q&A
Discussion options

You must be logged in to vote

Sadly, gzip is not supported yet by the HTTP API. The supported endpoints are text/turtle, application/n-triples, application/rdf+xml, application/trig and application/n-quads. Indeed, it would be nice to support Content-Encoding (oxigraph/oxhttp#15).

However, gzip is supported by the load subcommand of oxigraph_server. oxigraph_server load --location target_dir --file my_file.nt.gz should work.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by PiotrNowara
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants