I get sensor data(with XML format) from URL, and i must process(get some parts of XML - filter) this XML data, then must save to db. But, i dont know which "processing way" to use.
I know a few solution. One of these is XMLTextReader. XMlTextReader so fast to process XML data. Another solution is Azure IoT streaming tool. But I dont know any information about this tool.
Which solution is best way for this scenario?