Hello there,
I have my product (a device) data stored in Microsoft Azure Data Explorer. The important events that happened in the device are captured and stored in json format in a table with time-stamp and device-identifier.
How to import this data to Amplitude for analytics? Is there some form of connector for Microsoft Azure Data Explorer?
I have seen the Batch API. Is it the only way to import in my case? What tool do you suggest here , a python script or NodeJS Amplitude SDK to write script to download data from our database and use Batch API to import in Amplitude ?