- From: Nicholas J Humfrey <njh@aelius.com>
- Date: Sun, 11 Apr 2010 16:10:37 +0100
- To: Melvin Carvalho <melvincarvalho@gmail.com>
- Cc: Redland RDF <redland-dev@lists.librdf.org>, semantic-web@w3.org, Linking Open Data <public-lod@w3.org>
>> 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.
Received on Sunday, 11 April 2010 15:11:07 UTC