Y
Hacker News
new
|
ask
|
show
|
jobs
by
AzzieElbab
559 days ago
no one uses or writes new graph databases. sad
1 comments
pphysch
559 days ago
Pure graph DBs, like Neo4j, are toys. Just use a proper relational database or kv store for your vertex/edge data, and then load it into memory in your desired graph format and do your graph analysis on it in your favorite PL.
link