SamuelBoerlin commented on issue #3346: URL: https://github.com/apache/jena/issues/3346#issuecomment-3127741067
I see, thanks for clarifying. We currently POST `.ttl` files to `$/datasets` in order to set up the initial TDB2 dataset and service on a new instance. Something along the lines of `curl -u "user:password" -H "Content-Type:text/turtle; charset=utf-8" --data-binary "@config.ttl" -X POST 'http://db/$/datasets'`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
