Difference between revisions of "SimpleGraph-Tutorial"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{SimpleArticle|title=Getting Started|text=}} | {{SimpleArticle|title=Getting Started|text=}} | ||
{{SimpleArticle|title=Gremlin|text= | {{SimpleArticle|title=Gremlin|text= | ||
+ | == Gremlin Tutorial == | ||
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] | ||
+ | |||
+ | You might want to try these out in your favorite IDE e.g. {{Link|target=SimpleGraph-Installation#Eclipse}} | ||
+ | |||
+ | == Practical Gremlin: An Apache TinkerPop Tutorial == | ||
+ | The next step is to go thru the example in | ||
+ | [http://kelvinlawrence.net/book/Gremlin-Graph-Guide.html Practical Gremlin: An Apache TinkerPop Tutorial by Kelvin Lawrence] see also https://github.com/krlawrence/graph | ||
}} | }} | ||
[[Category:frontend]] | [[Category:frontend]] | ||
+ | [[Category:SiGNaL]] | ||
+ | [[Category:Tutorial]] |
Latest revision as of 08:06, 14 March 2018
Getting Started
Gremlin
Gremlin Tutorial
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
You might want to try these out in your favorite IDE e.g. SimpleGraph-Installation#Eclipse
Practical Gremlin: An Apache TinkerPop Tutorial
The next step is to go thru the example in Practical Gremlin: An Apache TinkerPop Tutorial by Kelvin Lawrence see also https://github.com/krlawrence/graph