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

It will be nice to be able to map specific NGSI Json attributes to a final persisted field. #### Example: We have a NGSI entity with an address field like...

nicetohave

Cygnus must be able to accept NGSI v2-like notifications. This affects `OrionSink` and `GroupingInterceptor`, where the notified data is parsed. At least, a new container must be created for the...

backlog

When running Cygnus and log rotates.. Docker log driver is not reading logs from the new file.

apply over sEnableUTCRecvTime() https://github.com/telefonicaid/fiware-cygnus/commit/979c1d022e594538d25856db27cd83fde93616de#diff-cc2bfa57e388a091a7545c4436b1b2dba97e3c2ae9ad66e1b9d68a7754087d3b

Hi im really interested in FIWARE project, especially Cygnus But, I faced this problem. I use Atlas MongoDB and I finished installing context Broker, Orion, and checked out saving into...

Hello everyone I am trying to compile de docker image and the process return the following error: ![image](https://user-images.githubusercontent.com/27812579/87551291-72282a00-c6b0-11ea-8b8f-0905783bffbc.png) I have used the next versions. 2.0.0 2.1.0 2.2.0 2.3.0

Name_mappings config not reloaded

bug

On PR #1892 Some tests were ignored for build cygnus-common/src/test/java/com/telefonica/iot/cygnus/backends/kafka/KafkaBackendImplTest.java and cygnus-common/src/test/java/com/telefonica/iot/cygnus/utils/auth/keystone/KeyStoneUtilsTest.java This is because those tests make calls to external services or modules outside Cygnus itself. In order to...

welcome contribution

Hi, We see in http://mongodb.github.io/mongo-java-driver/3.0/driver/getting-started/quick-tour/ That this driver support default port 27017 Then in: https://github.com/telefonicaid/fiware-cygnus/blob/ab2c3e5d4ecba1379d2b47145d9481f143237d3c/cygnus-common/src/main/java/com/telefonica/iot/cygnus/backends/mongo/MongoBackendImpl.java#L461 We need to change these code for: if not exist port (second part of ":")...

When searching for an attribute that matches a name mapping and the mapping interceptor finds one it stops looking for attributes that matches on the element. It must search for...