[google-appengine] Re: using GAE datastore as triple store

2010-05-06 Thread Remo
Hi Tim thank you very much for the link, very interesting project! just too bad that there is no backend for the app engine datastore available yet... you are absolutely right, the query/fetch restrictions will probably cause problems for items with a very large number of triples. my goal is to

[google-appengine] Re: using GAE datastore as triple store

2010-05-04 Thread Tim Hoffman
Hi If you are interested in triplestores (quadstore), you might also want to have a look at python implementation rdflib (http:// www.rdflib.net/) it is pretty simple to create backend store's for it (it already has backends for zodb, mysql, sqlite, in memory, etc). You will find you won't be