[redland-dev] Lightweight Redland based TriplesStore
Dave Beckett
dave at dajobe.org
Sat Dec 19 16:59:56 CET 2009
Nicholas J Humfrey wrote:
> Hello,
>
> Has anyone written a Redland based triplestore daemon with a SPARQL over HTTP endpoint?
>
> I am looking for a lightweight triplestore to run on my virtual server and thinking of writing one (in C), if nobody else has...
>
I used the memory storage, perl API to make this: http://triplr.org/query
which is a sparql endpoint.
If you need persistence, use the mysql or berkeleydb
Dave
More information about the redland-dev
mailing list