Hi there,
is there any sample code or gist that show how to create a function wich 
handle time serie with graph api triggered by vertex creation?

i think this is a common pattern

thank you

Il giorno mercoledì 3 giugno 2015 15:55:43 UTC+2, Luigi Dell'Aquila ha 
scritto:
>
> Hi Thomas,
>
> it depends on following factors:
> - do you need bi-directional traversal? In case an edge is better
> - do you plan to store information on the links? in case an edge is 
> better; in case not, with linkset you will save some space and performance
> - do you plan to delete events? In case you do, graph API will remove 
> hanging edges for you
>
> Luigi
>
>
> 2015-06-03 0:14 GMT+02:00 Thomas Kennedy <tomais....@gmail.com 
> <javascript:>>:
>
>> I have a time series modelled in the graph way
>>
>> year(linkmap)->month(linkmap)->day(linkmap)->hour(linkmap)
>>
>> I have two other vertices which are events and users
>>
>> I want to join events to the time series. Is this best achieved by using 
>> an edge or a linkset? 
>>
>> year(linkmap)->month(linkmap)->day(linkmap)->hour(linkmap)-> ?Edge|Linkset? 
>> Event -> User
>>
>>  -- 
>>
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "OrientDB" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to orient-databa...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to