Re: A meta model for gremlin's property graph

2022-01-16 Thread pieter gmail
; > approach or another, first decide what we are trying to achieve in > > the first place. > > > > > +1 > >   > > Here goes my understanding of what we are trying to achieve. > > > > 1: A property graph meta model. To describe exactly what kin

Re: A meta model for gremlin's property graph

2022-01-16 Thread Joshua Shinavier
not even be considered. i.e. 99% > backward compatibility should be guaranteed at all times. > I think you can do what you are proposing with no changes at all to the Gremlin language. Josh > > > On Tue, 2022-01-11 at 10:47 -0800, Joshua Shinavier wrote: > > Hey Pieter, >

Re: A meta model for gremlin's property graph

2022-01-15 Thread pieter gmail
ponses inline. > > > On Sun, Jan 9, 2022 at 4:28 AM pieter gmail > wrote: > > Hi, > > > > I have done some work on defining a meta model for Gremlin's > > property graph. I am using the approach used in the modelling > > world, in particular as done b

Re: A meta model for gremlin's property graph

2022-01-15 Thread pieter gmail
"weight", "type", GremlinDataType.INTEGER.name()); knows.addEdge("properties", knowsWeightVertexProperty); Vertex created = modernModelGraph.addVertex(T.label, "EdgeLabel", "label", "created"); Vertex createdWeightVertexProperty = moder

Re: A meta model for gremlin's property graph

2022-01-11 Thread Joshua Shinavier
Hey Pieter, Good to see some more motion on this front. Responses inline. On Sun, Jan 9, 2022 at 4:28 AM pieter gmail wrote: > Hi, > > I have done some work on defining a meta model for Gremlin's property > graph. I am using the approach used in the modelling world, in partic

Re: A meta model for gremlin's property graph

2022-01-11 Thread Stephen Mallette
hi Pieter, the dev list isn't so good with embedded attachments so your images are missing. Perhaps you could make those available some other way? On Sun, Jan 9, 2022 at 7:28 AM pieter gmail wrote: > Hi, > > I have done some work on defining a meta model for Gremlin's pro

A meta model for gremlin's property graph

2022-01-09 Thread pieter gmail
Hi, I have done some work on defining a meta model for Gremlin's property graph. I am using the approach used in the modelling world, in particular as done by the OMG group when defining their various meta models and specifications. However where OMG uses a subset of the UML to define their