How we store date after shutdowning fuseki server

2018-07-04 Thread jena melina
hello , I'm using fuseki server (in-memory ) to manipulate RDF data And i don't use any TDB backend. My question is how to save modification that i do using sparql update ? 1/ if I need to write the data back to disk , how can 'i do it ? 2/ if i need to connect my Fuseki to a TDB how can 'i do

Re: How we store date after shutdowning fuseki server

2018-07-04 Thread Jean-Marc Vanel
I would use a TDB baked Fuseki. The code to do this is not more complex than what you use. First, the data can resist to a power shudown. Second, it is easy to obtain a dump, by the utility program tdb.tdbdump or by an HTTP service that triggers the dump without having to stop the server.

Re: How we store date after shutdowning fuseki server

2018-07-04 Thread Andy Seaborne
On 04/07/18 17:23, Jean-Marc Vanel wrote: I would use a TDB baked Fuseki. The code to do this is not more complex than what you use. First, the data can resist to a power shudown. Second, it is easy to obtain a dump, by the utility program tdb.tdbdump or by an HTTP service that triggers the