fiware-sth-comet icon indicating copy to clipboard operation
fiware-sth-comet copied to clipboard

A component of the FIWARE ecosystem in charge of managing historical and aggregated time series context information

Results 46 fiware-sth-comet issues
Sort by recently updated
recently updated
newest added

I have configured Cygnus and STH Cygnus is getting subscribed data from orion and storing it in mongo DB But I am unable to fetch data from STH When I...

question

Hello; I'm using cygnus to persist data in STH. The data is correctly written in MongoDB but when I ask the API for information with some parameters I get the...

When executing the GET request of STH API for return historic information for non existing attribute, it returns 200 OK ``` { "contextResponses": [ { "contextElement": { "attributes": [ {...

question

According to the contribution requirements, credit must be given to developers who contribute to the development of each component. A simple way to do this is to add and maintain...

doc

When asking STH API for return historic information for non existing entity type, it returns ``` { "statusCode": 500, "error": "Internal Server Error", "message": "An internal server error occurred" }...

bug

Initially on PR https://github.com/telefonicaid/fiware-sth-comet/pull/467 I tried to use upgrade to hapi 17 to solve a vulnerability in the old version but at the end it was too hard, so I...

techdebt

STH API exposes a `POST /notify` endpoint which process directly notification (instead that the using mechanisms of feeding STH database through Cygnus). This is good for small setups in STH...

techdebt

We need to add software requirements by STH versions. Example nodejs version.

It has been proposed by some users to have multi-entity aggregation API. That is, instead of aggregating on an attribute of *a single entity*, aggregate on an attribute *of a...

backlog

Actually the data that the sth-comet does not have indexes. In some larger documents will be better to add an index in the recvTime of MongoDB.