Re: [DISCUSS] Support Apache TinkerPop and Gremlin

2017-05-07 Thread DO YUNG YOON
ps://github.com/apache/incubator-s2graph/pull/100> so we can proceed > to implement all interfaces of tp3 actually. I intentionally left actual > implementation omitted because it can be changed after this discussion. > > Apart from that, Here are few things I want to discuss regarding

Re: [DISCUSS] Support Apache TinkerPop and Gremlin

2016-11-27 Thread DO YUNG YOON
the ServiceName and columnName in the vertex property > > > > ex) graph.addVertex(T.Id, 1, "serviceName". "gogo", columnName , > > "user") > > > > > > > > - Replace tp3 id with S2graph VertexId (ServiceName, columnName, i

Re: [DISCUSS] Support Apache TinkerPop and Gremlin

2016-11-27 Thread daewon
x) graph.addVertex(T.label, "gogo::user", T.id, 1 ) > > > > > > - Ignore ServiceColumn on Vertex because edge label contains a > > > ServiceColumn relationship > > > ex) greaph.addVertex(T.id, 1) > > > > > > > > > I think Verte

Re: [DISCUSS] Support Apache TinkerPop and Gremlin

2016-11-27 Thread Hyunsung Jo
gt; > > - Replace tp3 id with S2graph VertexId (ServiceName, columnName, id) > > > ex) graph.addVertex(T.Id, new S2VertexId(1, "gogo", "user")) > > > > > > - Use Vertex Label > > > ex) graph.addVertex(T.label, "gogo::user", T.id, 1 ) > > > > > > - Ignore ServiceColumn on Vertex b

Re: [DISCUSS] Support Apache TinkerPop and Gremlin

2016-11-24 Thread hongki kim
Column relationship > > ex) greaph.addVertex(T.id, 1) > > > > > > I think VertexLabel is a good choice for some reason. > > > > - Using the vertex property allows individual filtering but is > inconvenient > > to input, and the code that forces this props is unnatural and I think it > >

Re: [DISCUSS] Support Apache TinkerPop and Gremlin

2016-11-24 Thread DO YUNG YOON
nt types of > edges, but there is a problem of data integrity > > > > > ------ > > > > From: DO YUNG YOON <sho...@gmail.com> > To: s2graph-dev <dev@s2graph.incubator.apache.org> > Cc: >

Re: [DISCUSS] Support Apache TinkerPop and Gremlin

2016-11-24 Thread 김홍기
-- From: DO YUNG YOON <sho...@gmail.com> To: s2graph-dev <dev@s2graph.incubator.apache.org> Cc: Date: Thu, 24 Nov 2016 03:44:36 + Subject: [DISCUSS] Support Apache TinkerPop and Gremlin Hi folks. After discussion at Apach