can someone elaborate, what is the pattern to store timeseries data within graph db? suppose we have orders and we want to get the last 6 month orders and its aggregation. what is the best way to store these information in graph db which could help quickly to find out these use cases?
1 Like
Not sure what you mean by “pattern”. Have you seen the datetime scalar available in both DQL and GraphQL schemas? Each order would have a datetime predicate, and from there any number of aggregation queries could be performed for nodes matching a time period.
Hi @matthewmcneely
Need to know the correct way to model time series data in Dgraph? which could be explored easily with relationship between Year, month and day and also painlessly give us the data between date ranges
This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.