SimpleGraph-Tutorial: Difference between revisions

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

You might want to try these out in your favorite IDE e.g. SimpleGraph-Installation#Eclipse