fiware-cygnus icon indicating copy to clipboard operation
fiware-cygnus copied to clipboard

A connector in charge of persisting context data sources into other third-party databases and storage systems, creating a historical view of the context

Results 121 fiware-cygnus issues
Sort by recently updated
recently updated
newest added

Based on the discussion on https://stackoverflow.com/questions/76570277/differences-in-query-logs-when-read-by-sth-comet-caused-by-cygnus-version-upgrad (I'd suggest to read it carefully) the indexes created by Cygnus at MongoDB could have worsened from 2.20.0 to 3.2.0 In 2.20.0: ``` >...

This PR fixes [issue#1977](https://github.com/telefonicaid/fiware-cygnus/issues/1977) i.e case1 and case2 **CASE 1: Encoding is enabled** Postgresql sink creates table for all datamodel. But found bug in table name of some data model...

Hi, the following comments and code indicate that the STH Aggregator does not support more than one event and persists events one at a time. https://github.com/telefonicaid/fiware-cygnus/blob/11e4b8524875c0efd3fb3f88a2657cd83f49ecc8/cygnus-ngsi/src/main/java/com/telefonica/iot/cygnus/sinks/NGSISTHSink.java#L99-L107 However, when there are...

I am trying to build image from: https://github.com/telefonicaid/fiware-cygnus/blob/master/docker/cygnus-ngsi/Dockerfile but build is failed and image was not created.

Migrate cygnus-common Docker file to Debian as mentioned at: https://github.com/telefonicaid/fiware-cygnus/blob/de89f72242a8c6a2e53631e33bca7626e12f535f/docker/cygnus-common/Dockerfile#L19

flag config about backend cache is defined by never usded by sinks (i.e. SQL sinks)

I've tried to configure the data model for a PostgreSQL sink using the CYGNUS_POSTGRESQL_DATA_MODEL environment variable. But after checking the agent.conf file at /opt/apache-flume/conf i always find that: cygnus-ngsi-ld.sinks.postgresql-sink.data_model =...

The current behaviour is that any update in an entity will create a new row in the table in the database, it would be interesting to be able to just...

backlog