krlawrence / graph

Practical Gremlin - An Apache TinkerPop Tutorial
Apache License 2.0
836 stars 254 forks source link

Expand coverage of Gremlin Server and GLVs #123

Open krlawrence opened 6 years ago

krlawrence commented 6 years ago

The capabilities offered by a Gremlin Server along with the number of different ways that you can communicate with it has continued to grow. The coverage of Gremlin Server in the book should be expanded as a result. Possible additions could include:

  1. Make Gremlin Server its own Chapter [DONE]
  2. How to load air routes into a TinkerGraph + Gremlin Server for easy local testing #118 [DONE]
  3. Expanding coverage of sending script from Java, Python (via Client class) etc.
  4. Expand coverage of GLV based approaches
  5. Add coverage of GLV in general (issues #122 #121 #107 #88 #89 #71)
  6. Expand coverage of ByteCode #71
  7. Expand coverage of Gremlin Server commands and remote console tips.
  8. Add a high level discussion of using programming languages with Gremlin (#139)
krlawrence commented 5 years ago

Made Gremlin Server its own Chapter as a start to expanding the coverage. #131

krlawrence commented 5 years ago

Added a new section on loading air-routes into a TinkerGraph hosted by Gremlin Server #118.

krlawrence commented 1 year ago

Additional improvements will be made as part of the Second Edition rework