Description
Can we look at adding this functionality natively to support the various cloud platforms that are becoming more and more prevalent? Also I'm on a project that needs to send data to Azure. ;)
My other project https://github.com/zeroentity/opcua-2-azure is kind of a workaround for this standard. It would be nice if someone on here is familiar with AMQP protocol to help implement.
I think even the https://github.com/OPCFoundation implementation doesn't have this functionality yet (looks like they made a hack similar to my project here https://github.com/OPCFoundation/UA-.UWP-Universal-Windows-Platform/tree/master/SampleApplications/Samples/Publisher). Would be nice to beat them. :) They also don't support python.
I think it would not be that difficult, just parse subscribed data into JSON and send out to AMQP endpoint. This could be loaded as a module, similar to how history is designed.