----- Original Message ----- > Hi all, > > I've been thinking for a while of experimenting with graph databases > -- especially Neo4j[1], but there are others out there -- and just > this week I ran across a graph language, Gremlin[2]. > > I know Volcane has done some experimentation with Neo4j, but has > anyone else messed with any of these?
we've spent a fair bit of time on neo4j and found it to be just too slow to really do what we needed :( The REST API is quite limited, while its extendable that would be a bit of work and its native access methods only really work well via jruby. We looked in storing the graphs in some document database after post processing them into a more palatable format and this seemed to work ok but it does feel like a hack. > > I'm especially wondering how suitable it'd be to store the catalogs > for all hosts on a large network, and what kind of benefits we'd see > from that over, say, storing them in a document database or > key/value store. > > 1 - http://neo4j.org/ > 2 - https://github.com/tinkerpop/gremlin/wiki > > -- > The easiest way for your children to learn about money is for you > not to have any. -- Katharine Whitehorn > --------------------------------------------------------------------- > Luke Kanies -|- http://puppetlabs.com -|- http://about.me/lak > > > > > -- > You received this message because you are subscribed to the Google > Groups "Puppet Developers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/puppet-dev?hl=en. > > -- R.I.Pienaar -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
