Difference between revisions of "SimpleGraph-Tutorial"
Jump to navigation
Jump to search
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.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 | ||
Line 9: | Line 10: | ||
You might want to try these out in your favorite IDE e.g. {{Link|target=SimpleGraph-Installation#Eclipse}} | 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:SiGNaL]] |
Revision as of 09:07, 4 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