ncbo / goo

Graph Oriented Objects (GOO) for Ruby. A RDF/SPARQL based ORM.
http://ncbo.github.io/goo/
Other
15 stars 6 forks source link

Offline mode #30

Closed palexander closed 11 years ago

palexander commented 11 years ago

We should have an offline mode that doesn't interact with the triplestore and instead uses some internal mechanism to store and retrieve data. This would be useful in allowing basic development and testing without a 4store instance.

msalvadores commented 11 years ago

as discussed, we probably do not want this in the end.

Main reason ... difficult to maintain and ultimately we all want to test all the stack before pushing a change and that involves the triple store.