gremlin> g = Neo4jGraph.open("/tmp/neo4j")==>neo4jgraph[EmbeddedGraphDatabase [/tmp/neo4j]]gremlin> g.loadKryo('data/tinkerpop-classic.gio')==>nullgremlin> g.cypher('MATCH (a {name:"marko"}) RETURN a')==>[a:v[0]]
gremlin> g.cypher('MATCH (a {name:"marko"}) RETURN a').select('a')==>v[0]gremlin> g.cypher('MATCH (a {name:"marko"}) RETURN a').select('a').out('knows').name==>vadas==>josh
gremlin> g.V.match('a',g.of().as('a').has('name','marko')).select('a').out('knows').name==>vadas==>josh
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CAA-H43-%3DGRX3-%2BixeFXmdcVoP7kZpLhKXFCpOtAJ-EvCM--pOA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CAF59RW5-6zVk_QP3TNSwjJ-bHknv%3DBHcGOkYTVsPHD5xeFf0%2Bg%40mail.gmail.com.
Need to think on it some more (learn more about cypher perhaps)...might be possible to drop in and out seamlessly.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/F38072A0-CCD4-4439-935C-0848C3BD776C%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CAA-H43_DTiW3wkWpQhPY6bvZBfoCCS-4T79oLhY3C-AVdmsGag%40mail.gmail.com.
Hi,I updated the TinkerPop3 to discuss cypher().Enjoy!,Marko.
On Jul 31, 2014, at 9:04 AM, Stephen Mallette <> wrote:
Need to think on it some more (learn more about cypher perhaps)...might be possible to drop in and out seamlessly.
On Jul 31, 2014 10:10 AM, "Marko Rodriguez" <> wrote:
Hey Peter,To your point of going from imperative, to declarative, to imperative, ad nasseum, we updated the MatchStep docs:As Stephen mentions, you can only start a traversal with cypher(), you can't go back into it -- is that a hard limitation Stephen or just the nature of the current implementation? Be nice to have …cypher()…cypher().. like we do with match().Take care,Marko.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CAA-H43-%3DGRX3-%2BixeFXmdcVoP7kZpLhKXFCpOtAJ-EvCM--pOA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/CAF59RW5-6zVk_QP3TNSwjJ-bHknv%3DBHcGOkYTVsPHD5xeFf0%2Bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/F38072A0-CCD4-4439-935C-0848C3BD776C%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-users+unsubscribe@googlegroups.com.
gremlin> g.V.match('a',g.of().as('a').id().cypher("MATCH (m)-[:writtenBy]->(n) WHERE n.name = 'Garcia' AND id(m) = {start} RETURN m").select('m').as('b'),g.of().as('b').out('sungBy').has('name','Garcia').as('c')).select('b').name==>CRYPTICAL ENVELOPMENT==>CREAM PUFF WAR
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/190d4db0-797c-4481-8b29-c2e9cedc5327%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/53EEFEC0.1090705%40gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/d0afb3a0-8dc8-4a49-aa24-300c64b66c20%40googlegroups.com.