I am trying to experiment with OrientDB as a DB for Time Series. 
According to the TIme Series use case doc I can create a document DB that 
uses linkmaps to create a tree-style structure. 
Similarly, I could use linkmaps to maintain edges between important data.

So suppose I would like to organize my data as follows

Metric -> Customer -> Device 

and for each Device I would like to store Timestamps (Datetime) and Values. 

Now I could aggregate them according to 
year->month->day->basic-time-interval

1. Would I have to create to pathes to basic-time-interval? One from Device 
to this hierarchy (should the linkmap actually head to the year?)
2. It is unclear to me how to actually store data with an insert.  Can 
someone provide me please an example for entering the first data through
    the hierarchy?

Of course more properties will be used for my test case.
Enter code here...




-- 

--- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to