What is the best data model and database systems to store social graph?

RDBS or Graph Database to store the rdf downloaded from DBPedia?

  • The option is to use Neo4j for graph database or to use MySQL, but convert it programmatically to graph data structure.

  • Answer:

    It really depends on how you're going to use the datasets. but I don't really see a use case for Neo4j in any case. If you're just running SPARQL queries against them and need some minimum meta data to help locate the right dataset than MySQL or even noSQL is fine. you may even choose to store the datasets on the file system and just store pointers to them in the DB. You're not really planning to take apart the rdfs and store the pieces in a graph DB. I think it would be an overkill. Again, I'm just guessing what you want to do with these datasets. You may want to post more details in order to get a more specific answer. In case you didn't already know about it, you may be interested in : http://blog.dbpedia.org/2013/11/25/dbpedia-as-tables-released/

Mordechai Danielov at Quora Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.