Live data from Hacker News

Graph Databases 101

cray.com

1–10 of 107 posts

Re: Graph Databases 101

#4
post #2

Question as someone new to graph databases: Are there any open source graph databases worth looking into?

ArangoDB is free open source multi model no-sql db that has decent¹ perfomance with graph support:

https://www.arangodb.com

¹ https://www.arangodb.com/2015/10/benchmark-postgresql-mongod...

Re: Graph Databases 101

#5
post #2

Question as someone new to graph databases: Are there any open source graph databases worth looking into?

Depends on what kind of data and graph you are going to store/use. Neo4j is quite popular, cypher isn't very hard to learn, and it has lots of examples. Might be a good choice for a beginner.

https://en.wikipedia.org/wiki/Graph_database#List_of_graph_d...

Re: Graph Databases 101

#7
post #5
post #2

Question as someone new to graph databases: Are there any open source graph databases worth looking into?

Depends on what kind of data and graph you are going to store/use. Neo4j is quite popular, cypher isn't very hard to learn, and it has lots of examples. Might be a good choice for a beginner. https://en.wikipedia.org/wiki/Graph_database#List_of_graph_d...

> cypher isn't very hard to learn

Oh but I love a challenge. Are there reasons to choose cypher besides a gentle learning curve?

Re: Graph Databases 101

#8
post #2

Question as someone new to graph databases: Are there any open source graph databases worth looking into?

Yes. I love the Tinkerpop stack (http://tinkerpop.incubator.apache.org). I am currently writing a Python library as I develop an application around it called gizmo (https://github.com/emehrkay/gizmo).

Re: Graph Databases 101

#9
post #4
post #2

Question as someone new to graph databases: Are there any open source graph databases worth looking into?

ArangoDB is free open source multi model no-sql db that has decent¹ perfomance with graph support: https://www.arangodb.com ¹ https://www.arangodb.com/2015/10/benchmark-postgresql-mongod...

"The performance will suffer if the dataset is much bigger than the memory."

That is a huge drawback when compared to relational databases.

A good follow-up question would be: which open-source graph databases can reasonably import and store graph data that's not small -- that is, more data than fits in than RAM? Without proprietary extensions?

Re: Graph Databases 101

#10
post #2

Question as someone new to graph databases: Are there any open source graph databases worth looking into?

In the rdf space there are a whole bunch. Graph as in sparkling gives you : Virtuoso Blazegraph Jena Rdf4j Ruby.rdf

There are more but these are opensource and I know them. And money more commercial ones.

Post reply on HN