I've got code which allows binary connection via Thrift to a DatasetGraph but it requires the server side to be bootstrapped. It's something under consideration by Jean I believe. We use it to connect via Python. What http overhead are you concerned with? It's the standard binary connection...
Dick -------- Original message --------From: Laura Morales <[email protected]> Date: 29/04/2017 06:35 (GMT+00:00) To: jena-users-ml <[email protected]> Subject: Jena bindings Basically what I'd like to try is connecting to the database without the overhead of HTTP requests (right now I'm sending HTTP requests to Fuseki). Is there any way to do this? It looks like this could be possible with Java only, so I was wondering if there were any bindings for other languages such as PHP or Python?
