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

Bumps [gson](https://github.com/google/gson) from 2.6.2 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Hello I have deployed a Cygnus-ckan instance. When I update the entity attribute and Orion executes the subscriptions. Cygnus throws the following error: ```` time=2020-07-16T14:32:37.778Z | lvl=ERROR | corr=2e1f830a-c771-11ea-91ec-e631a1c67994 |...

Given a CKAN sink in row mode, when trying to persist data into a non-existing resource, cygnus is not able to create the datastore. It shows the following traces: It...

https://github.com/telefonicaid/fiware-cygnus/blob/master/cygnus-common/src/main/java/com/telefonica/iot/cygnus/backends/mongo/MongoBackendImpl.java ``` public void createCollection(String dbName, String collectionName, long collectionsSize, long maxDocuments, long dataExpiration) throws MongoException ``` The dataExpiration parameters (and associtted logic in the function) should be removed, as,...

In https://github.com/telefonicaid/fiware-cygnus/blob/master/cygnus-common/src/main/java/com/telefonica/iot/cygnus/backends/mongo/MongoBackendImpl.java we have to functions for createCollection: ``` public void createCollection(String dbName, String collectionName, long dataExpiration) throws MongoException public void createCollection(String dbName, String collectionName, long collectionsSize, long maxDocuments) throws...

namemapping API is not retrieving all elements curl http://localhost:5111/v1/namemappings

PR #2152 changes base image from centos 8 to Debian in NGSI Dockerfile. This PR mimics changes applied for NGSI-LD Dockerfile @jason-fox Please, can you build and check if everything...

Related to https://github.com/telefonicaid/fiware-cygnus/issues/2108 We would consider ver useful that the string that follows to "Destination:" in Cygnus log for "Finishing internal transaction" would show: service subservice entity_id entity_type or service...

Example: ``` time=2021-11-03T10:23:14.718Z | lvl=INFO | corr=XYZ; cbnotif=1 | trans=ABC | srv=N/A | subsrv=N/A | op=processNewBatches | comp=Cygnus | msg=com.telefonica.iot.cygnus.sinks.NGSISink[606] : Finishing internal transaction (DEF; cbnotif=1, FFF; cbnotif=1, ) Sink:...

***My database** I can connect the mysql with tools navcat But when i run this process i got the error The last packet sent successfully to the server was 0...