Skip to content

For Fuseki 4.6.1, how to load and export large RDF files without splitting the files? #1554

Answered by afs
chenkuncloud asked this question in Q&A
Discussion options

You must be logged in to vote

Q1: Upload
Using a TDB2 database:

Method 1: POST the file (e.g. with curl) including content type header.
Method 2: uses the TDB2 loader and build a database offline, then put it in place.

5-10 million triples isn't big - method 1 should be fine and has less manual steps.

Q2: Download
Method 1: Fuseki has a backup operation - it writes a file to the servers local disk.
Method 2: Do a HTTP GET: query to get everything (make sure the client software does not buffer responses).
For example: curl http://host:3030/dataset. The default is NQuads. Content-negotation (Accept header) can be used.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@chenkuncloud
Comment options

Answer selected by chenkuncloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants