Re: [DISCUSS] Algorithm DSL

2018-06-21 Thread Stephen Mallette
Create an issue in JIRA for this: https://issues.apache.org/jira/browse/TINKERPOP-1991 On Fri, Jun 1, 2018 at 4:35 PM Stephen Mallette wrote: > Right now we have pageRank() and peerPressure() just sorta hanging out in > our core traversal API, but they really don't fit well there. Plus, as we

[DISCUSS] Algorithm DSL

2018-06-01 Thread Stephen Mallette
Right now we have pageRank() and peerPressure() just sorta hanging out in our core traversal API, but they really don't fit well there. Plus, as we add more of those types of steps we risk polluting the core API further. I think that these steps were originally placed there as a bit of an