wirecloud-fiware / ngsi-source-operator

WireCloud operator for using Orion Context Broker as data source
Apache License 2.0
2 stars 10 forks source link

Feature/attrs format setting #23

Closed cblanco closed 4 years ago

cblanco commented 4 years ago

New setting for attributes format. 'keyValues', 'normalized' or 'values'

aarranz commented 4 years ago

I think is better to use different output endpoints for using different data structures. We should provide different friendcodes for those endpoints. Thus, I have added one commit to your PR removing the preference and adding a new endpoint for the normalized format (I think the values format is not very useful, although we can add support for it later if we found it useful). Format is selected by checking what endpoint is connected.