You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2016/05/11 10:57:12 UTC

[jira] [Commented] (S2GRAPH-72) Support Apache TinkerPop and Gremlin

    [ https://issues.apache.org/jira/browse/S2GRAPH-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15279929#comment-15279929 ] 

stephen mallette commented on S2GRAPH-72:
-----------------------------------------

Here is some additional developer documentation for getting a graph implementation off the ground:

http://tinkerpop.apache.org/docs/3.2.0-incubating/dev/provider/

> Support Apache TinkerPop and Gremlin
> ------------------------------------
>
>                 Key: S2GRAPH-72
>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-72
>             Project: S2Graph
>          Issue Type: Improvement
>            Reporter: Marko A. Rodriguez
>
> I posted a similar ticket when GitHub issues was the issue tracker for this project. In short, it would be great if S2Graph leveraged Apache TInkerPop (http://tinkerpop.apache.org). You can read the benefits here:
> http://tinkerpop.apache.org/providers.html
> One neat thing is that {{SparkGraphComputer}} would work over S2Graph and it would immediately get OLAP support.
> You can read a bit about Gremlin here.
> http://tinkerpop.apache.org/gremlin.html
> S2Graph would create a set of {{TraversalStrategies}} to make use of S2Graph specific optimizations such as global indices, local indices, multi-query (breadth query), etc. 
> If you are interested in this path and have any questions, the Apache TinkerPop team is more than happy to help.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Re: [jira] [Commented] (S2GRAPH-72) Support Apache TinkerPop and Gremlin

Posted by Jason Plurad <pl...@gmail.com>.
+1 definitely reach out to us on the TinkerPop dev mailing list if you have
questions. And if you find gaps in our docs, let us know so we can improve
them for other graph providers.
On Fri, May 13, 2016 at 12:46 AM DO YUNG YOON <sh...@gmail.com> wrote:

> Hi folks.
>
> So I and Hyunsung had great time with TinkerPop guys today and actually
> start to play around with TinkerGraph, the reference implementation.
>
> so far I am having fun and get managed to implement addVertex method on
> S2Graph.
>
> here is where my WIP branch.
>
> https://github.com/SteamShon/incubator-s2graph/tree/S2GRAPH-72-WIP-steamshon
>
> If anyone is interested, please feel free to join and discuss it(This is
> not the real implementation but rather playing around to figure out
> specific tasks we need to work on).
>
> On Thu, May 12, 2016 at 11:35 AM Hyunsung Jo <hy...@gmail.com>
> wrote:
>
> > I'm interested, as well.
> >
> > On Wed, May 11, 2016 at 9:26 PM DO YUNG YOON <sh...@gmail.com> wrote:
> >
> > > Hi Marko, Thanks for brought up this issue.
> > > Stephen, Thanks for the reference.
> > >
> > > Hi folks. I think this Issue is really our top priority not only for
> > > community but also all goodies that Apache TinkerPop provide.
> > >
> > > Is there any folks who want to work on this Issue? I think it is great
> > > chance to get involved both in TinkerPop and S2Graph.
> > >
> > > Seems like injun is interested, so I think we can work on this
> together.
> > >
> > > Whoever is interested, let's start to go ahead to read references from
> > > Stephen, and reference implementation - tinkergraph-gremlin so we can
> > > discuss works need to be done, and split them into small tasks.
> > >
> > >
> > >
> > > On Wed, May 11, 2016 at 8:58 AM Injun Song <ij...@gmail.com> wrote:
> > >
> > > > It looks interesting! Reference implementation - tinkergraph-gremlin
> > > > is very helpful.
> > > >
> > > > On Wed, May 11, 2016 at 7:57 PM, stephen mallette (JIRA)
> > > > <ji...@apache.org> wrote:
> > > > >
> > > > >     [
> > > >
> > >
> >
> https://issues.apache.org/jira/browse/S2GRAPH-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15279929#comment-15279929
> > > > ]
> > > > >
> > > > > stephen mallette commented on S2GRAPH-72:
> > > > > -----------------------------------------
> > > > >
> > > > > Here is some additional developer documentation for getting a graph
> > > > implementation off the ground:
> > > > >
> > > > > http://tinkerpop.apache.org/docs/3.2.0-incubating/dev/provider/
> > > > >
> > > > >> Support Apache TinkerPop and Gremlin
> > > > >> ------------------------------------
> > > > >>
> > > > >>                 Key: S2GRAPH-72
> > > > >>                 URL:
> > https://issues.apache.org/jira/browse/S2GRAPH-72
> > > > >>             Project: S2Graph
> > > > >>          Issue Type: Improvement
> > > > >>            Reporter: Marko A. Rodriguez
> > > > >>
> > > > >> I posted a similar ticket when GitHub issues was the issue tracker
> > for
> > > > this project. In short, it would be great if S2Graph leveraged Apache
> > > > TInkerPop (http://tinkerpop.apache.org). You can read the benefits
> > here:
> > > > >> http://tinkerpop.apache.org/providers.html
> > > > >> One neat thing is that {{SparkGraphComputer}} would work over
> > S2Graph
> > > > and it would immediately get OLAP support.
> > > > >> You can read a bit about Gremlin here.
> > > > >> http://tinkerpop.apache.org/gremlin.html
> > > > >> S2Graph would create a set of {{TraversalStrategies}} to make use
> of
> > > > S2Graph specific optimizations such as global indices, local indices,
> > > > multi-query (breadth query), etc.
> > > > >> If you are interested in this path and have any questions, the
> > Apache
> > > > TinkerPop team is more than happy to help.
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > This message was sent by Atlassian JIRA
> > > > > (v6.3.4#6332)
> > > >
> > >
> >
>

Re: [jira] [Commented] (S2GRAPH-72) Support Apache TinkerPop and Gremlin

Posted by DO YUNG YOON <sh...@gmail.com>.
Hi folks.

So I and Hyunsung had great time with TinkerPop guys today and actually
start to play around with TinkerGraph, the reference implementation.

so far I am having fun and get managed to implement addVertex method on
S2Graph.

here is where my WIP branch.
https://github.com/SteamShon/incubator-s2graph/tree/S2GRAPH-72-WIP-steamshon

If anyone is interested, please feel free to join and discuss it(This is
not the real implementation but rather playing around to figure out
specific tasks we need to work on).

On Thu, May 12, 2016 at 11:35 AM Hyunsung Jo <hy...@gmail.com> wrote:

> I'm interested, as well.
>
> On Wed, May 11, 2016 at 9:26 PM DO YUNG YOON <sh...@gmail.com> wrote:
>
> > Hi Marko, Thanks for brought up this issue.
> > Stephen, Thanks for the reference.
> >
> > Hi folks. I think this Issue is really our top priority not only for
> > community but also all goodies that Apache TinkerPop provide.
> >
> > Is there any folks who want to work on this Issue? I think it is great
> > chance to get involved both in TinkerPop and S2Graph.
> >
> > Seems like injun is interested, so I think we can work on this together.
> >
> > Whoever is interested, let's start to go ahead to read references from
> > Stephen, and reference implementation - tinkergraph-gremlin so we can
> > discuss works need to be done, and split them into small tasks.
> >
> >
> >
> > On Wed, May 11, 2016 at 8:58 AM Injun Song <ij...@gmail.com> wrote:
> >
> > > It looks interesting! Reference implementation - tinkergraph-gremlin
> > > is very helpful.
> > >
> > > On Wed, May 11, 2016 at 7:57 PM, stephen mallette (JIRA)
> > > <ji...@apache.org> wrote:
> > > >
> > > >     [
> > >
> >
> https://issues.apache.org/jira/browse/S2GRAPH-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15279929#comment-15279929
> > > ]
> > > >
> > > > stephen mallette commented on S2GRAPH-72:
> > > > -----------------------------------------
> > > >
> > > > Here is some additional developer documentation for getting a graph
> > > implementation off the ground:
> > > >
> > > > http://tinkerpop.apache.org/docs/3.2.0-incubating/dev/provider/
> > > >
> > > >> Support Apache TinkerPop and Gremlin
> > > >> ------------------------------------
> > > >>
> > > >>                 Key: S2GRAPH-72
> > > >>                 URL:
> https://issues.apache.org/jira/browse/S2GRAPH-72
> > > >>             Project: S2Graph
> > > >>          Issue Type: Improvement
> > > >>            Reporter: Marko A. Rodriguez
> > > >>
> > > >> I posted a similar ticket when GitHub issues was the issue tracker
> for
> > > this project. In short, it would be great if S2Graph leveraged Apache
> > > TInkerPop (http://tinkerpop.apache.org). You can read the benefits
> here:
> > > >> http://tinkerpop.apache.org/providers.html
> > > >> One neat thing is that {{SparkGraphComputer}} would work over
> S2Graph
> > > and it would immediately get OLAP support.
> > > >> You can read a bit about Gremlin here.
> > > >> http://tinkerpop.apache.org/gremlin.html
> > > >> S2Graph would create a set of {{TraversalStrategies}} to make use of
> > > S2Graph specific optimizations such as global indices, local indices,
> > > multi-query (breadth query), etc.
> > > >> If you are interested in this path and have any questions, the
> Apache
> > > TinkerPop team is more than happy to help.
> > > >
> > > >
> > > >
> > > > --
> > > > This message was sent by Atlassian JIRA
> > > > (v6.3.4#6332)
> > >
> >
>

Re: [jira] [Commented] (S2GRAPH-72) Support Apache TinkerPop and Gremlin

Posted by Hyunsung Jo <hy...@gmail.com>.
I'm interested, as well.

On Wed, May 11, 2016 at 9:26 PM DO YUNG YOON <sh...@gmail.com> wrote:

> Hi Marko, Thanks for brought up this issue.
> Stephen, Thanks for the reference.
>
> Hi folks. I think this Issue is really our top priority not only for
> community but also all goodies that Apache TinkerPop provide.
>
> Is there any folks who want to work on this Issue? I think it is great
> chance to get involved both in TinkerPop and S2Graph.
>
> Seems like injun is interested, so I think we can work on this together.
>
> Whoever is interested, let's start to go ahead to read references from
> Stephen, and reference implementation - tinkergraph-gremlin so we can
> discuss works need to be done, and split them into small tasks.
>
>
>
> On Wed, May 11, 2016 at 8:58 AM Injun Song <ij...@gmail.com> wrote:
>
> > It looks interesting! Reference implementation - tinkergraph-gremlin
> > is very helpful.
> >
> > On Wed, May 11, 2016 at 7:57 PM, stephen mallette (JIRA)
> > <ji...@apache.org> wrote:
> > >
> > >     [
> >
> https://issues.apache.org/jira/browse/S2GRAPH-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15279929#comment-15279929
> > ]
> > >
> > > stephen mallette commented on S2GRAPH-72:
> > > -----------------------------------------
> > >
> > > Here is some additional developer documentation for getting a graph
> > implementation off the ground:
> > >
> > > http://tinkerpop.apache.org/docs/3.2.0-incubating/dev/provider/
> > >
> > >> Support Apache TinkerPop and Gremlin
> > >> ------------------------------------
> > >>
> > >>                 Key: S2GRAPH-72
> > >>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-72
> > >>             Project: S2Graph
> > >>          Issue Type: Improvement
> > >>            Reporter: Marko A. Rodriguez
> > >>
> > >> I posted a similar ticket when GitHub issues was the issue tracker for
> > this project. In short, it would be great if S2Graph leveraged Apache
> > TInkerPop (http://tinkerpop.apache.org). You can read the benefits here:
> > >> http://tinkerpop.apache.org/providers.html
> > >> One neat thing is that {{SparkGraphComputer}} would work over S2Graph
> > and it would immediately get OLAP support.
> > >> You can read a bit about Gremlin here.
> > >> http://tinkerpop.apache.org/gremlin.html
> > >> S2Graph would create a set of {{TraversalStrategies}} to make use of
> > S2Graph specific optimizations such as global indices, local indices,
> > multi-query (breadth query), etc.
> > >> If you are interested in this path and have any questions, the Apache
> > TinkerPop team is more than happy to help.
> > >
> > >
> > >
> > > --
> > > This message was sent by Atlassian JIRA
> > > (v6.3.4#6332)
> >
>

Re: [jira] [Commented] (S2GRAPH-72) Support Apache TinkerPop and Gremlin

Posted by DO YUNG YOON <sh...@gmail.com>.
Hi Marko, Thanks for brought up this issue.
Stephen, Thanks for the reference.

Hi folks. I think this Issue is really our top priority not only for
community but also all goodies that Apache TinkerPop provide.

Is there any folks who want to work on this Issue? I think it is great
chance to get involved both in TinkerPop and S2Graph.

Seems like injun is interested, so I think we can work on this together.

Whoever is interested, let's start to go ahead to read references from
Stephen, and reference implementation - tinkergraph-gremlin so we can
discuss works need to be done, and split them into small tasks.



On Wed, May 11, 2016 at 8:58 AM Injun Song <ij...@gmail.com> wrote:

> It looks interesting! Reference implementation - tinkergraph-gremlin
> is very helpful.
>
> On Wed, May 11, 2016 at 7:57 PM, stephen mallette (JIRA)
> <ji...@apache.org> wrote:
> >
> >     [
> https://issues.apache.org/jira/browse/S2GRAPH-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15279929#comment-15279929
> ]
> >
> > stephen mallette commented on S2GRAPH-72:
> > -----------------------------------------
> >
> > Here is some additional developer documentation for getting a graph
> implementation off the ground:
> >
> > http://tinkerpop.apache.org/docs/3.2.0-incubating/dev/provider/
> >
> >> Support Apache TinkerPop and Gremlin
> >> ------------------------------------
> >>
> >>                 Key: S2GRAPH-72
> >>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-72
> >>             Project: S2Graph
> >>          Issue Type: Improvement
> >>            Reporter: Marko A. Rodriguez
> >>
> >> I posted a similar ticket when GitHub issues was the issue tracker for
> this project. In short, it would be great if S2Graph leveraged Apache
> TInkerPop (http://tinkerpop.apache.org). You can read the benefits here:
> >> http://tinkerpop.apache.org/providers.html
> >> One neat thing is that {{SparkGraphComputer}} would work over S2Graph
> and it would immediately get OLAP support.
> >> You can read a bit about Gremlin here.
> >> http://tinkerpop.apache.org/gremlin.html
> >> S2Graph would create a set of {{TraversalStrategies}} to make use of
> S2Graph specific optimizations such as global indices, local indices,
> multi-query (breadth query), etc.
> >> If you are interested in this path and have any questions, the Apache
> TinkerPop team is more than happy to help.
> >
> >
> >
> > --
> > This message was sent by Atlassian JIRA
> > (v6.3.4#6332)
>

Re: [jira] [Commented] (S2GRAPH-72) Support Apache TinkerPop and Gremlin

Posted by Injun Song <ij...@gmail.com>.
It looks interesting! Reference implementation - tinkergraph-gremlin
is very helpful.

On Wed, May 11, 2016 at 7:57 PM, stephen mallette (JIRA)
<ji...@apache.org> wrote:
>
>     [ https://issues.apache.org/jira/browse/S2GRAPH-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15279929#comment-15279929 ]
>
> stephen mallette commented on S2GRAPH-72:
> -----------------------------------------
>
> Here is some additional developer documentation for getting a graph implementation off the ground:
>
> http://tinkerpop.apache.org/docs/3.2.0-incubating/dev/provider/
>
>> Support Apache TinkerPop and Gremlin
>> ------------------------------------
>>
>>                 Key: S2GRAPH-72
>>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-72
>>             Project: S2Graph
>>          Issue Type: Improvement
>>            Reporter: Marko A. Rodriguez
>>
>> I posted a similar ticket when GitHub issues was the issue tracker for this project. In short, it would be great if S2Graph leveraged Apache TInkerPop (http://tinkerpop.apache.org). You can read the benefits here:
>> http://tinkerpop.apache.org/providers.html
>> One neat thing is that {{SparkGraphComputer}} would work over S2Graph and it would immediately get OLAP support.
>> You can read a bit about Gremlin here.
>> http://tinkerpop.apache.org/gremlin.html
>> S2Graph would create a set of {{TraversalStrategies}} to make use of S2Graph specific optimizations such as global indices, local indices, multi-query (breadth query), etc.
>> If you are interested in this path and have any questions, the Apache TinkerPop team is more than happy to help.
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)