-
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.…
-
(edited after nenaming the issue title)
A. There exist several potential failure points within a transaction that must be analyzed:
```
Orion -(1)-> source -(2)-> channel -(3)-> sink -(4)-> HDFS (or…
-
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…
-
(Similar to https://github.com/telefonicaid/fiware-cygnus/issues/1975)
Orion attempts to create a geo-index in every entity creation. This can be optimized in the following way:
* Orion keeps a …
-
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…