Re: structure API for TP4

2020-01-06 Thread Joshua Shinavier
Hi Pieter, Stephen, Pieter: Can it be specified in `formal` English rather than in Category Theory? Josh: Sure. CT is a mathematical framework that makes our definition of the data model rigorous, but the data model can also be described in plain English. We tried to do both in the paper, and natu

[jira] [Comment Edited] (TINKERPOP-2328) Do not close all connections if just one has became closed

2020-01-06 Thread Dzmitry L (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17009053#comment-17009053 ] Dzmitry L edited comment on TINKERPOP-2328 at 1/6/20 5:48 PM: -

[jira] [Commented] (TINKERPOP-2328) Do not close all connections if just one has became closed

2020-01-06 Thread Dzmitry L (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17009053#comment-17009053 ] Dzmitry L commented on TINKERPOP-2328: -- It may happend due to issues on a networ

Re: Access controls for vertices, edges and vertex properties

2020-01-06 Thread Stephen Mallette
Yes - you could do a TraversalStrategy in the manner you described. It would be relatively easy especially with a really simple access control model. The question I'm raising is whether or not that approach to an implementation is going to really solve access control problems in a way that users wi

[jira] [Commented] (TINKERPOP-2328) Do not close all connections if just one has became closed

2020-01-06 Thread Florian Hockmann (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17008858#comment-17008858 ] Florian Hockmann commented on TINKERPOP-2328: - [~idzmitry] Did you encoun

[DISCUSS] ASF Board Draft Report - January 2020

2020-01-06 Thread Stephen Mallette
Here is the attached draft of our board report for this month. Please let me know if you'd like to see something changed or added. --- ## Description: Apache TinkerPop is a graph computing framework for both graph databases (

AW: Access controls for vertices, edges and vertex properties

2020-01-06 Thread Florian Hockmann
> 4. As I think about how users initialize a TraversalSource, I can't help > thinking that implementing this feature as a TraversalStrategy places it at > the wrong level of abstraction. Currently, authentication is done on the connection level, but that gets much more difficult if it should be

Re: structure API for TP4

2020-01-06 Thread Stephen Mallette
Hi Pieter - my thoughts are inline: > Regarding the structure api and query specification. > > Can it be specified in `formal` English rather than in Category Theory? > I think having the specification in Category Theory simply makes the > barrier to entry to high for many of us to partake in the

Re: structure API for TP4

2020-01-06 Thread Stephen Mallette
> However, Vertex, Edge, Property etc. are also part of the structure API, and they are fundamental. I agree...we likely still need the notion of Vertex, Edge and Property as Gremlin will need to programmatically interact with such things.In fact we might yet even need Graph (for subgraph use cas