Shyam V
Shyam V

Reputation: 494

Database source for Azure Time Series Insights

Can data stored in a database be used in Time Series Insights as the source? I have timeseries data in csv or data form. Can I use it as a source for Time Series Insights?

Upvotes: 2

Views: 615

Answers (1)

Peter Bons
Peter Bons

Reputation: 29850

No not directly. At the moment it only supports IoT Hub and Event Hub as sources. What you could do is create a process that reads the csv data and sends it to an Event Hub that in turn is the source for Azure Time Series Insights. See the docs for sample code to send data to an Event Hub.

Upvotes: 3

Related Questions