Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ sensors into the database. To retrieve time-based aggregations of such data, use
API or connect directly to the **CrateDB** HTTP endpoint. Results are visualised on a graph or via the **Grafana** time
series analytics tool.

<ins>Note</ins>: this is required for context brokers not implementing the temporal API (e.g. **Orion-LD**). To handle temporal information (time series), it is recommended for interoperability purpose to make use of the [NGSI-LD API temporal end point](https://cim.etsi.org/NGSI-LD/official/11-tabapi-http-binding.html#tabresource-temporalentities) and benefit from its aggregation functions. This is available in some FIWARE brokers (e.g. **Scorpio, Stellio**)

The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also available as
[Postman documentation](https://fiware.github.io/tutorials.Time-Series-Data/ngsi-ld.html)

Expand Down
Loading