-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Description
Description
Aggregations right now can only be done over a single timeseries. It would be good to allow aggreagations from multiple timeseries. This won't be a problem as long as each aggregate only uses data from one timeseries, but could be more difficult if you can mix multiple sources in the same aggregate, e.g. @aggregate(fn: "sum" arg: "Source1.priceUSD * Source2.amount")
, as that will require aligning the two timeseries, i.e., answering the question 'which entry in Source2 corresponds to this entry in Source1')
juanmardefago
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
github-actions commentedon Oct 2, 2024
Looks like this issue has been open for 6 months with no activity. Is it still relevant? If not, please remember to close it.
PolEpie commentedon Apr 11, 2025
please allow more interval as 1min, 4h, 1 week 🙏 for ohcl