GitHub user vtslab opened a pull request:
https://github.com/apache/tinkerpop/pull/875
TINKERPOP-1967 Add a connectedComponent() step - vtslab contribution
This merges the new OLAP step into a corrected version of the old recipe. I
did not adapt the release-update file, which is no longer consistent with the
sutiation (leave that to you). I made a comment in the TINKERPOP-1967 branch
proper about the gremlin-console import section.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vtslab/incubator-tinkerpop
TINKERPOP-1967-vtslab
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/875.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #875
----
commit f91d3d9d21f1e921a071200668b0fd0e33b321a8
Author: Stephen Mallette <spmva@...>
Date: 2018-05-17T18:44:01Z
TINKERPOP-1967 Added connectedComponent() step
Deprecated the recipe for "Connected Components" but left the old content
present as I felt it had educational value.
commit 552cc228f4b86ddf76c250667466291ece2fc705
Author: HadoopMarc <vtslab@...>
Date: 2018-05-21T12:03:54Z
Merged vtslab recipe for connected components
commit 657ffd423df093909fc861a079280e9e2b94f100
Author: HadoopMarc <vtslab@...>
Date: 2018-06-10T13:17:17Z
Extended the connected-components recipe
----
---