Difference between revisions of "SimpleGraph-Tutorial"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
The [http://tinkerpop.apache.org/docs/3.3.0/tutorials/getting-started/ Gremlin Tutorial] is a good | 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 in [https://github.com/BITPlan/com.bitplan.simplegraph/blob/master/simplegraph-core/src/test/java/com/bitplan/simplegraph/core/TestGremlinTutorial.java simplegraph-core TestGremlinTutorial] | 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:16, 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