I like it (very much) that is supports SPARQL/Update and the SPARQL endpoint that comes with it, but
So far I couldn't find any descent and comparable products (commercial or otherwise). They pretty much look immature or experimental to me. Ideas ?
It supports also SQL JDBC access to Knowledge Graph and GraphQL over SPARQL. Virtuoso is a multi-model hybrid-RDBMS that supports management of data represented as relational tables and/or property graphs Providers of DBaaS offerings, please contact us to be listed.
GraphDB Enterprise is a high-performance semantic repository created by Ontotext.... Virtuoso is a modern multi-model RDBMS for managing data represented as tabular relations... GraphDB allows you to link text and data in big knowledge graphs. It’s easy to experiment...
GraphDB allows you to link text and data in big knowledge graphs. It’s easy to experiment... Performance & Scale — as exemplified by DBpedia and the LOD Cloud it spawned, i.e.,...
What you might be looking for is http://4store.org/ and you might also try searching for questions very like this over on http://www.semanticoverflow.com/ (link is defunct)
Having used a lot of different Triple Stores as storage layers in my research project I would recommend the following two:
While Virtuoso is very good at some things it has a seriously bad case of feature creep and has a lot of non-standard/proprietary features which like you imply might lead to vendor lock in.
Like Ian says stick to using the core language features in the SPARQL Standards and then you can easily move to a different Triple Store as your needs change. When developing your application try and design it to be storage agnostic so you can just plug in a different storage layer as your need to. How easy this is to do will depend on your programming environment/language/API but doing it will be beneficial in the long run.
- I'm a little worried about vendor lock in
OpenLink Software (my employer) works very hard to implement open standards and specifications where they exist and are sufficient. We add extensions, and document that we've done so, when necessary -- as with the aggregate and other analytics functions which were not part of SPARQL 1.0, but are part of SPARQL 1.1 and/or will be part of SPARQL 2.0.
If you stick with the published standards, you won't be locked in. If you need the extensions, we think we're not so much locking you in as enabling and empowering you... but your mileage may vary.
- I think it is overkill for my requirements (I want a graph store with half a billion triples)
By all means, consider all the functionality you need when making your decision. But it seems likely to me that you'll be doing more than storing your triples. Queries, reasoning, query optimization, Federated SPARQL (joins against other remote SPARQL endpoints, formerly known as SPARQL-FED), and other functionality may not be so much overkill as simply not-yet-needed.
It's worth noting that Virtuoso can be run in a minimized form (LiteMode=1
) which disables many of the features perceived as "overkill" and makes it much more like an embedded DBMS -- but still hybrid at the core. When Lite mode is on:
- I would love to use an open-source and free product instead
Virtuoso has two flavors -- commercial (VCE), and open source (VOS). Commercial includes shared-nothing elastic clustering which brings linear scalability, SPARQL GEO indexing and querying, result transformation to CXML for exploration with PivotViewer, and other features which VOS lacks ... but use the one that makes sense to you.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With