SimpleGraph-Tutorial: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
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 11:16, 19 February 2018

SimpleGraph

Getting Started


Gremlin

http://tinkerpop.apache.org/docs/3.1.1-incubating/images/gremlin-standing.png 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