-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Broke the single large file into a single file per major section header. Renamed "Gremlin-Graph-Guide.adoc" to "Practical-Gremlin.adoc". Fixed up the doc build toolchain given latest installs of the tooling.
- Loading branch information
1 parent
adbfbc2
commit fcc0598
Showing
15 changed files
with
25,622 additions
and
25,619 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
PRACTICAL GREMLIN: An Apache TinkerPop Tutorial | ||
=============================================== | ||
Kelvin R. Lawrence <gfxman@yahoo.com> | ||
//v281 (TP 3.3.5), January 28th 2019 | ||
v283-preview, May 4th 2022 | ||
// vim: set tw=85 cc=+1 wrap spell redrawtime=20000: | ||
// Wed May 04, 2022 08:20:08 CDT | ||
//:Author: Kelvin R. Lawrence | ||
//:Email: gfxman@yahoo.com | ||
:Numbered: | ||
:source-highlighter: pygments | ||
:pygments-style: paraiso-dark | ||
:title-logo-image: CoverArt.png | ||
//:pygments-style: lovelace | ||
//:source-highlighter: rouge | ||
//:source-highlighter: coderay | ||
//:pygments-style: native | ||
//:pygments-style: monokai | ||
//:pygments-style: manni | ||
//:pygments-style: vim | ||
:toc: | ||
:toclevels: 4 | ||
:revision: 283-preview | ||
//:revision: 281 (TP 3.3.5) | ||
:doctype: book | ||
:icons: font | ||
//:pdf-page-size: Letter | ||
:draftdate: May 4th 2022 | ||
:tpvercheck: 3.5.2 | ||
|
||
// NOTE1: I updated the paraiso-dark style so that source code with a style of text | ||
// has a white foreground color. The default was unreadable, | ||
// NOTE2: These notes are encoded using a minimal level of Asciidoc markup. You can read | ||
// them as-is or generate HTML or other output formats from this file using the | ||
// 'asciidoc' processor available on most Linux systems or via Cygwin on | ||
// Windows. On Mac OS X the easiest way to install asciidoc is probably via | ||
// Homebrew. You can also install Asciidoctor, a Ruby Gem, as an alternative to | ||
// Asciidoc which is written in Python. | ||
// | ||
// NOTE3: In my tests, Asciidoctor seems a lot faster than Asciidoc and it has now become my | ||
// preferred way of processing this file. | ||
// | ||
// As well as 'asciidoc' or Asciidoctor, the 'source-highlight' utility will also need to | ||
// be installed if you want to process this file using Asciidoc and get source code | ||
// highlighting. To get the table of contents to render correctly, the 'toclevels' | ||
// setting needs to be set to 3 in asciidoc.conf. There are alternatives to | ||
// 'source-highlight' such as Pygments that can also be used. Pygments, like | ||
// source-highlight, will need to be installed before it can be used. | ||
// | ||
// Currently I find that Asciidoctor + pygments produces the most pleasing output. | ||
// | ||
// To use the Asciidoctor/Pygments combo you will need to install: | ||
// 1. Asciidoctor (via gem) | ||
// 2. pygments.rb (via gem) | ||
// | ||
// You probably should not need to manually install the pip piece as it is bundled | ||
// in the Gem but if it does not work you may, | ||
// | ||
// 3. pygments (via pip) | ||
// | ||
// <img src="GremlinEaselNoText.png"> | ||
// <h1>PRACTICAL GREMLIN:<br>An Apache TinkerPop Tutorial</h1> | ||
//<img src="PRACTICAL-GREMLIN-Revised-v2.png"> | ||
//<h1>PRACTICAL GREMLIN:<br>An Apache TinkerPop Tutorial</h1> | ||
|
||
include::Section-Introduction.adoc[] | ||
|
||
include::Section-Getting-Started.adoc[] | ||
|
||
include::Section-Writing-Gremlin-Queries.adoc[] | ||
|
||
include::Section-Beyond-Basic-Queries.adoc[] | ||
|
||
include::Section-Miscellaneous-Queries-Results.adoc[] | ||
|
||
include::Section-Moving-Beyond.adoc[] | ||
|
||
include::Section-Introducing-Gremlin-Server.adoc[] | ||
|
||
include::Section-Common-Serialization-Formats.adoc[] | ||
|
||
include::Section-Further-Reading.adoc[] | ||
|
||
// vim: set tw=85 cc=+1 wrap spell redrawtime=20000: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.