Skip to content

Add assumption section to the README.md#4

Open
Krieke wants to merge 1 commit intomainfrom
demonstrator-assumptions
Open

Add assumption section to the README.md#4
Krieke wants to merge 1 commit intomainfrom
demonstrator-assumptions

Conversation

@Krieke
Copy link
Collaborator

@Krieke Krieke commented Nov 4, 2022

  • Add assumption section to the README.md based on the findings of this project as a dependency for the IOW Demonstrater.
  • README.md file per line should not exceeds 80 characters. So small modifications were made to be compliant with this.

- README.md file per line should not exceeds 80 characters. So small
modifications were made to be compliant with this.
@Krieke Krieke requested a review from brechtvdv November 4, 2022 09:27
request to these specific entities. This is because the data is exposed on the Scorpio Context Broker only once
(manually) and there is a retention period of only a few days on historical search.

**Note:** There is no need to perform historical searches on entity data sets that is not updated. So the NGSI-LDES
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be possible to retrieve the latest state through the historical search requests. To be verified

This contains a list of things to look out for or possibly fix in the following improvements.
* The Device and DeviceModel LDES’s will NOT contain any data. This is because the NGSI LDES performs a historical
request to these specific entities. This is because the data is exposed on the Scorpio Context Broker only once
(manually) and there is a retention period of only a few days on historical search.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This retention period on historical search would be something custom (see comment below)

{{SCORPIO_BROKER}}/ngsi-ld/v1/entities?type=DeviceModel&limit=1000
{{SCORPIO_BROKER}}/ngsi-ld/v1/entities?type=Device&limit=1000
```
* Currently, the NGSI-LDES doesn’t support the more specific tree:Relation types (e.a: `tree:GreaterThanRelation`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to issue

* Currently, the NGSI-LDES doesn’t support the more specific tree:Relation types (e.a: `tree:GreaterThanRelation`,
`tree:GreaterThanOrEqualToRelation`, `tree:LessThanOrEqualToRelation`). So one has to follow every relation or add
additional logic in the LDES Client to follow the certain time based artifacts.
* The Scorpio Context Broker exposes one unique measurement of a specific Device entity. The NGSI-LDES members most of
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants