[jira] [Commented] (TINKERPOP-1499) Gremlin to connect to a Restful ElasticSearch hosted on AWS

2016-10-13 Thread santosh u malimath (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15571083#comment-15571083 ] santosh u malimath commented on TINKERPOP-1499: --- But I am using the foll

[jira] [Commented] (TINKERPOP-1499) Gremlin to connect to a Restful ElasticSearch hosted on AWS

2016-10-13 Thread stephen mallette (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15571553#comment-15571553 ] stephen mallette commented on TINKERPOP-1499: - Gremlin and TinkerPop have

[jira] [Created] (TINKERPOP-1502) Chained has()-steps should simply left-append HasContainers in Gremlin-Java.

2016-10-13 Thread Marko A. Rodriguez (JIRA)
Marko A. Rodriguez created TINKERPOP-1502: - Summary: Chained has()-steps should simply left-append HasContainers in Gremlin-Java. Key: TINKERPOP-1502 URL: https://issues.apache.org/jira/browse/TINKERPOP-15

On the concept of BytecodeStrategies

2016-10-13 Thread Marko Rodriguez
Hello, There are two types of “programs” in Gremlin: Bytecode and Traversals. Bytecode => Virtual machine instructions (like Java bytecode) Traversals => Machine instructions (like Intel machine code) The core of Gremlin’s compiler is its TraversalStrategies. A traversal strategy

[jira] [Created] (TINKERPOP-1503) TraverserSet initial size should be specified for barriers.

2016-10-13 Thread Marko A. Rodriguez (JIRA)
Marko A. Rodriguez created TINKERPOP-1503: - Summary: TraverserSet initial size should be specified for barriers. Key: TINKERPOP-1503 URL: https://issues.apache.org/jira/browse/TINKERPOP-1503 P

XXXGraphStepStrategy heads up -- TinkerPop 3.2.3.

2016-10-13 Thread Marko Rodriguez
Hey, So, TinkerPop 3.2.3 has LazyBarrierStrategy included as a default strategy. LazyBarrierStrategy walks a traversal and looks for flatMaps (out(), in(), both(), V(), values(), etc.) and adds “lazy barriers” to dam up the stream so as to increase the probability of bulking the traversers. One

[jira] [Commented] (TINKERPOP-1501) Consider BytecodeStrategies

2016-10-13 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15572110#comment-15572110 ] Marko A. Rodriguez commented on TINKERPOP-1501: --- See more thorough idea

XXXGraphStepStrategy heads up -- TinkerPop 3.2.3.

2016-10-13 Thread Marko Rodriguez
Hey, So, TinkerPop 3.2.3 has LazyBarrierStrategy included as a default strategy. LazyBarrierStrategy walks a traversal and looks for flatMaps (out(), in(), both(), V(), values(), etc.) and adds “lazy barriers” to dam up the stream so as to increase the probability of bulking the traversers. One

Recommendation Recipe

2016-10-13 Thread Stephen Mallette
I just wrote up a recommendation recipe, based on the nice "recommendation on steroids" post to the mailing list that kuppitz had. http://tinkerpop.apache.org/docs/3.2.3-SNAPSHOT/recipes/#recommendation Feedback welcome. I'll announce these new recipes with our official release of 3.2.3 btw.

[jira] [Closed] (TINKERPOP-1466) PeerPressureTest has been failing recently

2016-10-13 Thread Marko A. Rodriguez (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marko A. Rodriguez closed TINKERPOP-1466. - Resolution: Fixed Fix Version/s: 3.2.3 Simply commented out this test w

new "existing" option in docs

2016-10-13 Thread Stephen Mallette
To this point we could do: [gremlin-groovy,modern] g.V() in asciidoc to get the modern graph loaded as an example. A problem I frequently found in writing docs though was that when I wanted to use a "custom" graph i wasn't able to because the state of the graph would reset in the next [

[jira] [Created] (TINKERPOP-1504) MutationListener doesn't provide property key on property additions

2016-10-13 Thread Jason Plurad (JIRA)
Jason Plurad created TINKERPOP-1504: --- Summary: MutationListener doesn't provide property key on property additions Key: TINKERPOP-1504 URL: https://issues.apache.org/jira/browse/TINKERPOP-1504 Proje

[jira] [Created] (TINKERPOP-1505) Transaction Status listener list gets overwritten

2016-10-13 Thread Jason Plurad (JIRA)
Jason Plurad created TINKERPOP-1505: --- Summary: Transaction Status listener list gets overwritten Key: TINKERPOP-1505 URL: https://issues.apache.org/jira/browse/TINKERPOP-1505 Project: TinkerPop

[jira] [Created] (TINKERPOP-1506) Optional/Coalesce should not allow sideEffect traversals.

2016-10-13 Thread Marko A. Rodriguez (JIRA)
Marko A. Rodriguez created TINKERPOP-1506: - Summary: Optional/Coalesce should not allow sideEffect traversals. Key: TINKERPOP-1506 URL: https://issues.apache.org/jira/browse/TINKERPOP-1506 Proj

[jira] [Created] (TINKERPOP-1507) Pick.any and Pick.none are not in GraphSON or Gremlin-Python

2016-10-13 Thread Marko A. Rodriguez (JIRA)
Marko A. Rodriguez created TINKERPOP-1507: - Summary: Pick.any and Pick.none are not in GraphSON or Gremlin-Python Key: TINKERPOP-1507 URL: https://issues.apache.org/jira/browse/TINKERPOP-1507

[jira] [Created] (TINKERPOP-1508) Add choose(predicate,trueTraversal)

2016-10-13 Thread Marko A. Rodriguez (JIRA)
Marko A. Rodriguez created TINKERPOP-1508: - Summary: Add choose(predicate,trueTraversal) Key: TINKERPOP-1508 URL: https://issues.apache.org/jira/browse/TINKERPOP-1508 Project: TinkerPop

[jira] [Commented] (TINKERPOP-1506) Optional/Coalesce should not allow sideEffect traversals.

2016-10-13 Thread Robert Dale (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15573538#comment-15573538 ] Robert Dale commented on TINKERPOP-1506: I don't use optional() but I wonder i