You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use NGSILD API with temporal query format to access timeseries data
Acceptance Criteria
Start with a normal temporal query in NGSI-LD API format, should receive a response based on time duration
Apply complex temporal query like aggregation function on temporal entity data using NGSILD API
Response should have value according to Aggregation method
Tasks
[] Analyse SQL complex query implemented by Scorpio Broker and evaluate if it make sense with timeseries db function
[] Adapt Scorpio Broker history manager to timescaledb
[] Create connection of Scorpio broker with timescaledb
Resources:
For reference implement aggregation query on temporal data form timeseries data base scorpio aggregation support
Notes
Socpio 4.1.15 store entity data in temporalentityattrinstance table on jsonb format and process it.
yshashix
changed the title
[User Story] As a service developer I want call rest NGSILD API for temporal/history data using Scorpio broker
[User Story] As a service developer I want call rest NGSILD API for temporal/history data stored in timeseries database using Scorpio broker
May 17, 2024
Multiple temporal API are like below from standard which is handled in temporal query manager of scorpio but need to be adjusted for timescaledb query as timeseries hyperfunction aggregate, max,min query read data directly.
Details
Use NGSILD API with temporal query format to access timeseries data
Acceptance Criteria
Tasks
[] Analyse SQL complex query implemented by Scorpio Broker and evaluate if it make sense with timeseries db function
[] Adapt Scorpio Broker history manager to timescaledb
[] Create connection of Scorpio broker with timescaledb
Resources:
Notes
The text was updated successfully, but these errors were encountered: