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
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
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
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.
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
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
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
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