Difference between revisions of "SimpleGraph-Tutorial"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
{{SimpleArticle|title=Gremlin|text= | {{SimpleArticle|title=Gremlin|text= | ||
http://tinkerpop.apache.org/docs/3.1.1-incubating/images/gremlin-standing.png | http://tinkerpop.apache.org/docs/3.1.1-incubating/images/gremlin-standing.png | ||
− | The [http://tinkerpop.apache.org/docs/3. | + | The [http://tinkerpop.apache.org/docs/3.3.0/tutorials/getting-started/ Gremlin Tutorial] is a good |
starting point to learn about Gremlin. | starting point to learn about Gremlin. | ||
− | The Tutorial examples use the Gremlin console. You'll find corresponding java examples | + | The Tutorial examples use the Gremlin console. You'll find corresponding java examples in [https://github.com/BITPlan/com.bitplan.simplegraph/blob/master/simplegraph-core/src/test/java/com/bitplan/simplegraph/core/TestGremlinTutorial.java simplegraph-core TestGremlinTutorial] |
}} | }} | ||
[[Category:frontend]] | [[Category:frontend]] |
Revision as of 12:15, 19 February 2018
Getting Started
Gremlin
The Gremlin Tutorial is a good starting point to learn about Gremlin. The Tutorial examples use the Gremlin console. You'll find corresponding java examples in simplegraph-core TestGremlinTutorial