Gremlin looks quite similar to the language that we built at Tideway,
which came from the CORBA Relationship Service.  What Gremlin appears
to lack is any sort of typing mechanism and, as far as I can see,
general purpose graph traversal (find all nodes that I can get to from
node (x)). Dunno how important these are to you. Personally, I like
strong typing for graphs as otherwise, I've found that the data gets
broken at some point and then all sorts of assumptions in the programs
fall apart....

On May 24, 4:48 am, Luke Kanies <[email protected]> wrote:
> 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?
>
> 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.

Reply via email to