Re: [orientdb] OrientDB V3.0RC Load Script Error

2017-12-19 Thread Luigi Dell'Aquila
Hi Krishna, Could you please post the script? Thanks Luigi 2017-12-20 7:00 GMT+01:00 Krishna Chandra Prajapati : > Hello Guys, > > I'm getting the below error while loading data into class. > > orientdb {db=netdevices}> LOAD SCRIPT '/home/krishna/ag1.osql'; > > Loading script /home/krishna/ag1

[orientdb] OrientDB V3.0RC Load Script Error

2017-12-19 Thread Krishna Chandra Prajapati
Hello Guys, I'm getting the below error while loading data into class. orientdb {db=netdevices}> LOAD SCRIPT '/home/krishna/ag1.osql'; Loading script /home/krishna/ag1.osql... Error: com.orientechnologies.orient.enterprise.channel.binary.OResponseProcessingException: Exception during response

[orientdb] OrientDB Trigger

2017-12-19 Thread Krishna Chandra Prajapati
Hello Guys, Is it possible to write a trigger in OrientDB with condition below. 1. If the date of the vertex is old, the edge color should turn to RED. 2. If the data of the vertex is today's date, the edge color should be GREEN 3. If one of the edge color turns to RED, the tree below that edge s

Re: [orientdb] Show name with vertex

2017-12-19 Thread Krishna Chandra Prajapati
Hello Luigi, Is there any option to do the same using console. Regards, Krishna On Monday, 18 December 2017 13:51:58 UTC+5:30, Luigi Dell'Aquila wrote: > > Hi Krishna, > > In the graph panel, on the left, you have to select the edit tab (the > second one), then you can choose the label you want

Re: [orientdb] Show name with vertex

2017-12-19 Thread Krishna Chandra Prajapati
Thanks Luigi. I got it. On Monday, 18 December 2017 13:51:58 UTC+5:30, Luigi Dell'Aquila wrote: > > Hi Krishna, > > In the graph panel, on the left, you have to select the edit tab (the > second one), then you can choose the label you want to display on the graph > from the vertex attributes > >

[orientdb] OrientDB Data Modelling

2017-12-19 Thread Krishna Chandra Prajapati
Hello Guys, I'm doing OrientDB data modelling for storing data of 1000 of routers. There will be loops, trees and leafs. The whole graph database should be traversal from both up as well as bottom. It should be to traverse from top and should reach to bottom through neighbors and vice-versa. D