-
Book Overview & Buying
-
Table Of Contents
Neo4j High Performance
By :
Gremlin is basically a wrapper to Groovy. It provides some nice constructs that make the traversal of graphs efficient. It is an expressive language written by Marko Rodriguez and uses connected operations for the traversal of a graph. Gremlin can be considered Turing complete and has simple and easy-to-understand syntax.
Groovy is a powerful, optionally typed, and dynamic language, with static typing and static compilation capabilities for the Java platform aimed at multiplying developers' productivity thanks to a concise, familiar, and easy-to-learn syntax. It integrates smoothly with any Java program and immediately delivers to your application powerful features, including scripting capabilities, domain-specific language authoring, runtime and compile-time meta-programming, and functional programming. Check it out at http://groovy-lang.org/.
Gremlin integrates well with Neo4j since it was mainly designed for use with property graphs. The earlier versions...
Change the font size
Change margin width
Change background colour