Big Bang Theory
Big Bang Theory

Reputation: 311

Graph Database in ruby?

Are there any graph database in ruby . i have heard of neo4j in Jruby , Are there any pure implementation of graph database in ruby ?

Upvotes: 11

Views: 2265

Answers (2)

aemadrid
aemadrid

Reputation: 249

I really like OrientDB and you can use it through REST although it would be somewhat minimal.

Upvotes: 0

M. Lanza
M. Lanza

Reputation: 6790

I have been researching this myself. There are a number of interesting graph databases; however, Neo4j and OrientDB are the only ones for which I found any sort of Ruby API.

While not a true Graph Database, FlockDB uses a MySQL backend to mimic graph database constructs.

InfoGrid and HyperGraphDB looked interesting, but sadly, no Ruby API.

Upvotes: 5

Related Questions