Difference between revisions of "SimpleGraph-Tutorial"

From BITPlan Wiki
Jump to navigation Jump to search
Line 7: Line 7:
  
 
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]
 +
 +
You might want to try these out in your favorite IDE e.g. {{Link|target=SimpleGraph-Installation#Eclipse}}
 
}}
 
}}
 
[[Category:frontend]]
 
[[Category:frontend]]

Revision as of 13:17, 19 February 2018

SimpleGraph

Getting Started


Gremlin

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