[orientdb] Increase speed in populating database via Http API

2016-04-05 Thread Ricardo A. Pasquini
Dear all, I am using the Http API to populate an OrientDB database. I am using a multi-threaded java based app which collects the data from another source and then updates the ODB database. I am looking to ways for speeding up the population process which is taking too much time.. several days a

[orientdb] Re: Functions in Studio stopped working

2015-11-24 Thread Ricardo A. Pasquini
he javascript functions one by one to find the one > with the error. > > > hope this helps. > > On Tuesday, November 24, 2015 at 5:03:46 PM UTC-8, Ricardo A. Pasquini > wrote: >> >> Dear all, >> Hope you can help me with an error message that appears when exec

[orientdb] Functions in Studio stopped working

2015-11-24 Thread Ricardo A. Pasquini
Dear all, Hope you can help me with an error message that appears when executing functions from the Functions' Manager in Studio. In the last days I have written several functions in Javascript that I was executing nicely from Studio, but suddently it stopped working. No matter which Function I e

Re: [orientdb] Re: Selecting edges for ShortestPath

2015-11-24 Thread Ricardo A. Pasquini
Thanks very much Scott and Luca. Yes, indeed I am looking for something more like: SELECT shortestPath(#8:32, #8:10, 'both', Workin.date="2010-05-01") Which would involve first selecting a graph (edges) that exist in a given date, and second obtaining the shortest path for that specific graph.

[orientdb] Re: Selecting edges for ShortestPath

2015-11-23 Thread Ricardo A. Pasquini
Let me rephrase the question: Is it possible to select a ShortestPath from a graph where edges have a specific edge property? On Saturday, November 21, 2015 at 1:42:02 PM UTC-3, Ricardo A. Pasquini wrote: > > Hi Orientdb community, > I have a graph with dates as propertys in the edg

[orientdb] Selecting edges for ShortestPath

2015-11-21 Thread Ricardo A. Pasquini
Hi Orientdb community, I have a graph with dates as propertys in the edges. In my case, for instance, I have employees and companys as vertices, and an edge class (say Workin) represents that an employee X works in company Y since a specific date. For instance: Employee X-> Workin (since May 20

[orientdb] Re: destination vertex is null error in ETL

2015-10-07 Thread Ricardo A. Pasquini
tl download > from git. > > In my case I'm sure the vertex that is looked up exists because I've made > sure its true in the data and I've created the vertexes before trying to > create the edge. > > On Monday, October 5, 2015 at 4:36:07 PM UTC-4, Ricardo A. Pa

[orientdb] Re: destination vertex is null error in ETL

2015-10-05 Thread Ricardo A. Pasquini
Just to clarify my OrientDB version is 2.1.2 GA Community Edition (September 9, 2015) for windows 64. On Monday, October 5, 2015 at 5:36:07 PM UTC-3, Ricardo A. Pasquini wrote: > > Hi there, > Ive been trying to use the ETL module for a particular application and > repeate