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/03/31 18:04:08 UTC

[GitHub] [jena] chenkun19960427 commented on issue #1243: Can Fuseki be used with Jena - Model ? Similar to Virtuoso - VirtGraph

chenkun19960427 commented on issue #1243:
URL: https://github.com/apache/jena/issues/1243#issuecomment-1084934478


   Hi, @[ajs6f](https://github.com/ajs6f)
   
   Thank you very much for your reply! Your reply is helpful to me.
   
   I want to use **Fuseki** to store RDF data, possibly **update in real time**, and open up **SPARQL Endpoint** to outside.
   
   I was also going to use **Jena's Java APIs** , but I found that it can't be accessed by multiple applications at the same time and has no SPARQL Endpoint, which is why I didn't choose TDB directly. As [TDB](https://jena.apache.org/documentation/tdb/index.html) says:
   ```
   If you wish to share a TDB dataset between multiple applications please use our Fuseki component which provides a SPARQL server that can use TDB for persistent storage and provides the SPARQL protocols for query, update and REST update over HTTP.
   ```
   
   After your reply, I learned that I had to update Fuseki through SPARQL, but this would involve a lot of escape problems in the text, and it would be complicated to write the code. At the same time, HTTP would also increase the performance overhead.  
   
   I wonder if I missed something about Jena?
   
   Best Regards


-- 
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