Reputation: 629
I'm using Orion (2.2.0) and Cygnus (1.9.0) to store data in MySQL. It worked using attrsFormat: 'legacy'
in the subscription payload.
My question is this: could I install the new version of Cygnus to without usage of attrsFormat = legacy?
Thanks a lot Pasquale
Upvotes: 2
Views: 100
Reputation: 12294
Cygnus support for NGSIv2 (which would avoid the usage of "attrsFormat": "legacy"
) will be available in the next version of Cygnus (1.18.0).
In fact, the PR implementing the functionality has been merged this afternoon :), so if you are in a hurry, you can use Cygnus from master branch (:latest
tag if you grab it from dockerhub) and test it. Any feedback is welcome!
Upvotes: 1