Hello All, I just started working on Jena and had a question I was hoping one of you could help me with. I have a Hugh pdf store and the after I make my query, I will have to convert the result to JSON format and store it elsewhere. The problem is, the returned result is too huge to store in the ram. Thus I wanted to know if I could directly put the returned answer to a Kafka queue, or read the returned result in parts. Is this possible? Please let me know.
Thanks, Ganesh
