Added some "tutorials" to the list CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cb7057c5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cb7057c5 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/cb7057c5 Branch: refs/heads/TINKERPOP-1784 Commit: cb7057c5f747705effb8a722365cf752272771c9 Parents: 021db56 Author: Stephen Mallette <[email protected]> Authored: Thu Oct 12 13:41:38 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Thu Oct 12 13:41:38 2017 -0400 ---------------------------------------------------------------------- docs/src/index.asciidoc | 4 ++++ docs/static/images/gremlin-compendium.png | Bin 0 -> 212061 bytes 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cb7057c5/docs/src/index.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/index.asciidoc b/docs/src/index.asciidoc index eb76a7b..40fbb8c 100644 --- a/docs/src/index.asciidoc +++ b/docs/src/index.asciidoc @@ -66,6 +66,10 @@ Learn Gremlin using typical patterns found when querying data with SQL. (*extern ^|image:gremlin-standing.png[width=125] |link:https://academy.datastax.com/resources/getting-started-graph-databases[Getting Started with Graph Databases] + A brief overview of RDBMS architecture in comparison to graph, basic graph terminology, a real-world use case for graph, and an overview of Gremlin. (*external*) +^|image:gremlin-compendium.png[width=200] |link:http://www.doanduyhai.com/blog/?p=13460[The Gremlin Compendium, minimum survival kit for any Gremlin user] + +A series of blog posts that examine the Gremlin language in the context of various graph traversal patterns. (*external*) +^|image:gremlin-running.png[width=125] |link:http://kelvinlawrence.net/book/Gremlin-Graph-Guide.html[Graph Databases, Gremlin and TinkerPop: A Tutorial] + +A getting started guide for users of graph databases and the Gremlin query language featuring hints, tips and sample queries. (*external*) |========================================================= [[publications]] http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cb7057c5/docs/static/images/gremlin-compendium.png ---------------------------------------------------------------------- diff --git a/docs/static/images/gremlin-compendium.png b/docs/static/images/gremlin-compendium.png new file mode 100755 index 0000000..19a38b8 Binary files /dev/null and b/docs/static/images/gremlin-compendium.png differ
