[redland-dev] RedStore 0.3 released
Nicholas J Humfrey
njh at aelius.com
Sun Apr 11 17:10:37 CEST 2010
>> I have released version 0.3 of RedStore:
>> http://code.google.com/p/redstore/
>>
>> RedStore is a lightweight RDF triplestore written in C using the Redland
>> library. It is aimed at being a quick to install and easy to use triplestore for people wanting to test/develop/experiment with semantic web technologies.
>>
> This is awesome.
>
> Question: do you run this on localhost only, or combine it with some kind of dyndns technology?
I don't fully understand your question; but hopefully this answers it.
There is currently no form of access control, so anyone who can access the endpoint can query/add/update and delete any data. So I would recommend that you firewall it/bind it to localhost:
redstore -p 9000 -b 127.0.0.1
nick.
More information about the redland-dev
mailing list