You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Andy Seaborne <an...@apache.org> on 2013/01/30 20:10:35 UTC

New experimental model: sparql-cache

I'll uploaded a small, experimental project that is an external cache 
for a SPARQL endpoint.  It also manages OFFSET/LIMIT/ORDER used for 
paging by asking the whole query and locally slicing.

Prototype.  Hardwired to cache sparql.org/books/sparql currently.

Teh project has a dependency on Google Guava for caching.  This is 
ASL-2.0 licensed.

And the code is in scala.

	Andy



Re: New experimental model: sparql-cache

Posted by Andy Seaborne <an...@apache.org>.
On 30/01/13 20:31, Damian Steer wrote:
>
> On 30 Jan 2013, at 19:10, Andy Seaborne <an...@apache.org> wrote:
>
>> I'll uploaded a small, experimental project
>
> Sounds interesting. Where is it?
>
> Damian
>

https://svn.apache.org/repos/asf/jena/Experimental/sparql-cache/

Re: New experimental model: sparql-cache

Posted by Damian Steer <d....@bris.ac.uk>.
On 30 Jan 2013, at 19:10, Andy Seaborne <an...@apache.org> wrote:

> I'll uploaded a small, experimental project 

Sounds interesting. Where is it?

Damian