Difference between revisions of "SimpleGraph-Tutorial"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "{{Link|target=SimpleGraph}} {{SimpleArticle|title=Getting Started|text= http://tinkerpop.apache.org/docs/3.1.1-incubating/images/gremlin-standing.png }} Category:frontend")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Link|target=SimpleGraph}}
 
{{Link|target=SimpleGraph}}
{{SimpleArticle|title=Getting Started|text=
+
{{SimpleArticle|title=Getting Started|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
 +
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]
 +
 +
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 09:06, 14 March 2018

SimpleGraph

Getting Started


Gremlin

Gremlin Tutorial

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

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