Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

It is a research project. We will record lot videos everyday, and metadata with log data would be saved in semantic model, RDF or OWL. The video would be used to download or processed on server.Everyday we would add lot data. What is the best storage solution? Some Options

  1. use the Hbase. the binary files would be stored in HDFS. Hbase supportw semantic well.
  2. use HDFS + Neo4j. Neo4j is just for semantic mode. So we just record the binary file's path in the RDF or OWL file. Then Java would process the logic.
  3. Lustre+ Hbase or Neo4j. The Lustre would store the large video files, and Hbase/Neo4j is used for semantic data.

What is the Best one, or some better solution. Thanks

share|improve this question

closed as not constructive by Dori Nov 3 '11 at 10:26

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

up vote 1 down vote accepted

For storing RDF triples one of the triple stores listed below can be a solution:

For an extensive list please see http://www.w3.org/wiki/LargeTripleStores

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.