[orientdb] Re: User dependent edges

2015-07-01 Thread David de Sousa Seixas
Thanks, your reply really helped! It took me a while to get to the point where I could understand it, but it was worth it. terça-feira, 12 de Maio de 2015 às 14:09:55 UTC+1, Matus Zeman escreveu: > > I'm not expert in OrientDB and it's just my personal experimentation, > ideas. Nothing what you

[orientdb] Re: User dependent edges

2015-05-12 Thread Matus Zeman
I'm not expert in OrientDB and it's just my personal experimentation, ideas. Nothing what you should consider being correct solution. It might be interesting to know what others think too. What about these solutions? 1. Let your edge extend ORestricted and create two edges for each OUser. Each

[orientdb] Re: User dependent edges

2015-05-12 Thread David de Sousa Seixas
So to each edge I want to add two properties. Now one is the same regardless of the user, and other one is specific to each user. For example, the link from A to B contains w=0.1 and x=1 for David and w=0.1 and x=0 for John. terça-feira, 12 de Maio de 2015 às 11:04:45 UTC+1, Matus Zeman escreve

[orientdb] Re: User dependent edges

2015-05-12 Thread Matus Zeman
I'm not sure what you mean. But if you want to create an edge with some properties you should avoid Lightweight edges. http://orientdb.com/docs/last/Lightweight-Edges.html http://orientdb.com/docs/last/SQL-Create-Edge.html Matus On Monday, 11 May 2015 23:02:13 UTC+2, David de Sousa Seixas wrot