Retrieve data explorer data with a query from my webapp

Masaniello 65 Reputation points
2023-01-24T11:10:41.1633333+00:00

I'm using an iot hub to manage my iot devices and a data explorer to be able to create, with queries, time series to display.

I would like my webapp to query the data explorer to receive the data and then be able to draw graphs on the app with the values returned by the data explorer.

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,128 questions
Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
485 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andriy Bilous 10,981 Reputation points MVP
    2023-01-24T11:51:44.49+00:00

    Hello @Masaniello

    Azure Data Explorer is ideal for enabling interactive analytics capabilities over high velocity, diverse raw data
    Azure Data Explorer common use-cases are

    • Interactive analytics: Is interactive analysis part of the solution? For example, aggregation, correlation, or anomaly detection.
    • Variety, Velocity, Volume: Is your schema diverse? Do you need to ingest massive amounts of data in near real-time?
    • Data organization: Do you want to analyze raw data? For example, not fully curated star schema.
    • Query concurrency: Will multiple users or processes use Azure Data Explorer?
    • Build vs Buy: Do you plan on customizing your data platform?

    Azure Data Explorer flow.

    You can use Python library to Query from Azure Data Explorer

    https://learn.microsoft.com/en-us/azure/data-explorer/python-query-data

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful