Re: [Virtuoso-users] Monitoring uploads via WebDav

2015-03-03 Thread Alexey Zakhlestin
> On 03 Mar 2015, at 13:12, Chris Rimmer wrote: > > At this point I think I may have to resort to issuing a query for a whole > graph using SPARQL to get a stream of triples and serialize them at the > client. Any other suggestions? This will probably fail with a similar error. Virtuoso has a

Re: [Virtuoso-users] Monitoring uploads via WebDav

2015-03-03 Thread Chris Rimmer
Hugh, Thanks for your reply, I've seen the bulk loader, but I need my application itself to upload and download multiple whole graphs. I don't really want to have to automate the copying of files using scp. Anyway, I have worked around this by parsing the files using Jena, writing out as N-Triples

Re: [Virtuoso-users] Monitoring uploads via WebDav

2015-02-27 Thread Hugh Williams
Hi Chris, For large datasets files as you indicate having, it is generally recommend to use the Virtuoso RDF Bulk loader to upload the files as detailed at: http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtRDFInsert#Loading%20RDF%20datasets%20into%20one%20or%20more%20Virt

[Virtuoso-users] Monitoring uploads via WebDav

2015-02-26 Thread Chris Rimmer
Hi, I am building an application which needs to programmatically upload RDF files to be stored in Virtuoso. I've been using the Graph Crud Endpoint, which is fine for files that are not too large, but I've found it getting progressively slower once the file gets beyond 200MB or so. I'm now lookin