interesting
Hi your project is really interesting I was wondering if you managed to get a DBPedia dump running inside a Mongo instance ? best regards Tibor
Hi,
I haven't touched this project in years. In fact I tried many RDF storage solutions, and my current feeling is that the very generic format of RDF makes it a really bad structure for a store. Querying an RDF store will be slow, by nature. Powerful, in term of complexity of the query, see SPARQL, but inherently slow. I'd not use MongoDB-RDF, instead, if you really need RDF capabilities, I'd recommand to find another solution, and treat it as a secondary store, synchronized to a primary and more traditional store.
hth,
Antoine