Revision 281 (TP 3.3.4)
Here is a link to the Git diffs between this release and the prior one.
The examples in this release have been tested against Apache TinkerPop at the 3.3.3 and 3.3.4 levels. As always I am very grateful for the feedback by e-mail, issue and PR. This release resolves a number of issues and adds quite a bit of new content. Please check the commit log for finer grained details of all changes. Here is a list of the major improvements in this release.
- Added a new section called "Seven degrees of separation".
- Added a new section on finding the longest routes.
- Added a section presenting a case study of copying one vertex from another.
- Added a section on finding isolated networks within the graph.
- Expanded the section that discusses using
coalesceas a way to doupserttype operations - Added to the section that introduces the
emitstep. - Added a section covering the new
Order.ascandOrder.descenumerations. Issue #127. - Added a section on finding airports with no routes.
- Added a small section showing
mathbeing used to convert feet to meters. - Added examples of the
mathstep'ssignumoperator. - Added examples of using
projectto feedmath. - Added more examples to the section introducing the
injectstep. - Added a warning that not all Graph DBs accept lambdas (in-line code).
- Added additional notes and tips and made wording improvements.
- Added to the section on the Gremlin Server and using a remotely connected Gremlin Console.
- Added another example to the section that introduces the
identitystep. - Added coverage of the
start,stopandstatuskeywords that can be used to control a Gremlin Server. - Added two new samples -
basic-client.pyandglv-client.py- that show how to connect to Gremlin Server using thegremlinpythonlibrary. - Added a sample called
quick-social2.groovythat creates a social graph useful for testing. Intended to be run from the Gremlin console. - Uploaded updated versions of the air-routes data and corresponding demo apps.
- Added CSV versions of the air-routes data set. Issue #75
- Resolved several issues.