
RDF face aux défis du stockage
Get flash to fully experience Pearltrees
I can't comment specifically on HBase, but I have implemented RDF storage for Cassandra which has a very similar BigTable -inspired data model. You basically have two options in how to store RDF data in wide-column databases like HBase and Cassandra: the resource-centric approach and the statement-centric approach. In the statement-oriented approach, each RDF statement corresponds to a row key (for instance, a UUID) and contains subject , predicate and object columns.
Storing RDF data into HBase? - Semantic Overflow
How RDF Databases Differ from Other NoSQL Solutions - The Datagr
Evri Ties the Knot with Twine — Twine CEO Comments and Analysis
Today I am announcing that my company, Radar Networks , and its flagship product, Twine , have been acquired by Evri . TechCrunch broke the story here . This acquisition consolidates two leading providers of semantic discovery and search.Evri Acquires Radar Networks In Semantic Search Consolidation
This is an RDF.rb plugin that adds support for storing RDF data in the Apache Cassandra distributed database management system. Features Stores RDF statements in a resource-centric manner using one Cassandra supercolumn family per RDF repository. Inherits Cassandra's characteristics of high availability, eventual consistency, and horizontal scalability. Optimized for write-heavy workloads with no need to perform a read before inserting or deleting an RDF statement.

