On 23/04/18 15:50, Laura Morales wrote:
     SELECT *
     WHERE { ?s ?p ?o }


Is it possible to stream queries results with Fuseki? It feels like what Fuseki 
is doing is 1) retrieve all results first 2) send all results at once second. 
Is this correct?

Results for a query such as that one are streamed.

Whether you local HTTP library passes them to the application streamed or waits until all the results have been received, is a local matter.

    Andy


In particular, what I'm trying to do is to loop through a large set of triples using 
either Python or PHP, so what I'd need is some kind of "iterator" to read data 
(query results) in a streaming fashion.

Any hints? Thanks a lot.

Reply via email to