You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jena.apache.org by GitBox <gi...@apache.org> on 2022/07/03 05:27:12 UTC

[GitHub] [jena] natebowang commented on issue #1422: How to reload data without restart the server?

natebowang commented on issue #1422:
URL: https://github.com/apache/jena/issues/1422#issuecomment-1173014799

   Thanks for the reply. 
   
   I found the `s-put` in the ./jena-fuseki2/apache-jena-fuseki/bin is pretty handy for this. 
   ```bash
   s-put http://localhost:3030/ds default ./main.ttl
   ```
   
   The above command will remove the default graph and reload the `main.ttl`. 
   
   Please correct me if it's not true :)


-- 
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: issues-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org
For additional commands, e-mail: issues-help@jena.apache.org