-
Do the same work that has been done with HttpFS in https://github.com/telefonicaid/fiware-connectors/blob/develop/cosmos/cygnus/src/main/java/es/tid/fiware/orionconnectors/cosmosinjector/hdfs/HttpFSBa…
-
Orion 0.13.0 (to be released in May 2014) is expected to include metadata associated to NGSI10 attributes. In this sense, we should consider how these metadata are going to be persisted with Cygnus co…
-
As part of the resource folder, with some instructions on how to use it (e.g. how to install in cron).
-
This is an issue coming from Cygnus (https://github.com/telefonicaid/fiware-connectors/issues/10) that seems must be resolved at Orion level.
Orion currently does not replace any of these special cha…
-
Moved from https://github.com/telefonicaid/fiware-livedemoapp/issues/12:
@fgalan: Found during Campus Party Brazil 2013: We have found that when the updateContext to Orion uses & in attributes value …
-
Current logging mechanism is based on the logger owned by Flask. Thus, until Flask is not started, logging facilities are not available.
-
Migrated from https://github.com/telefonicaid/fiware-livedemoapp/issues/5:
Currently, each attribute goes to a different file always. However, a more flexible approach will be to use a selector (in t…
-
The objetive is to create a new sink to persit context elements (sent to Cygnus by Orion using notifyContextRequest) in a relational database.
Regarding the data model to use in the relational databa…
-
Subscribing ngsi2cosmos using a JSON subscribeContext (which is posible from Orion 0.9.0 on) will cause JSON notifications arriving to ngsi2cosmos. The current ngsi2cosmos code is not able to process …
-
The datetime string persisted in HDFS contains the 'T' character as field sepatator between the date and time parts:
```
>>> from datetime import datetime
>>> date = datetime.now()
>>> print date.iso…