-
Hi,
Is there a an active development of cygnus-ngsi-ld sinks? I'm currently in need of a KafkaSink for my project.
Best Regards,
G.
-
The idea is to check if the channel capacicities fit the available memory in the JVM, and in case they don't fit, to adjust them.
## test Nº 1
cygnus.conf (default)
```
# capacity of the channel
cyg…
-
Hi
I am using Cygnus-1.7.1 and i am using name mapping feature in order to shorten the collection name . I want the new Entity id should be dynamic as per the old Entity id.
The name mapping con…
-
Hello everyone:
I am trying to save data sensors in HDFS, I am using CYGNUS.
the cygnus configuration is below:
cygnus-ngsi.sources = http-source
cygnus-ngsi.sinks = hdfs-sink
cygnus-ngsi.…
-
Hi to everyone, I do not know if this could be consider a bug or a different way of implementation adapted to other scenarios, due to according to implementation it is a searched feature. I am talking…
-
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 this:
```json
"address": {
"t…
-
This is related with a problem with MongoDB when multiple databases start to grow. A solution would be to use a single DB for all the services. The service would be prefixing the collection names.
A …
-
Currently CKAN persistence backend uses several HashMaps for f(Org,Entiy) -> resourceId and f(Org) -> defaultPackageId maping. These HashMaps act as a cache that is populated one time but never update…
-
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 …
-
instruction is for linux:
https://www.fiware.org/devguides/fiware-tour-guide-application-a-tutorial-on-how-to-integrate-the-main-fiware-ges/
I'm working on windows, how to add the container IP address…