I want to store data from IoT Central to CosmosDB in real time.

Hinata Katsunori 536 Reputation points
2024-04-16T04:44:49.7733333+00:00

Hello.

I monitor telemetry data with IoT Central.
I want to flow the telemetry data I am receiving in IoT Central to Cosmos DB in real time.
Is there any way to do this?

Thanks in advance.

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
347 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,449 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sander van de Velde 28,706 Reputation points MVP
    2024-04-16T06:14:42.9966667+00:00

    Hello @Hinata Katsunori ,

    welcome to this moderated Azure community forum.

    Is Azure CosmosDB a hard requirement or could any database be used?

    If not, check out the tutorial for Azure Data Explorer.

    Azure Data Explorer is a database optimized for time-series data; this means time related facts, observation, telemetry.

    It's great for querying over large amounts of data within seconds or less. For querying telemetry, it gives a better performance than CosmosDB.

    Perhaps the standard prise of a Azure Data Explorer cluster, in that case check out the free tier.

    You can make use of the free tier by exporting live data to an Event Hub first.

    From there, check out this tutorial about ingesting streaming Event Hub data into the free Azure Data Explorer.

    Compare this with CosmosDB and see what is more suitable for your solution.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.


1 additional answer

Sort by: Most helpful
  1. Sajeetharan 1,641 Reputation points Microsoft Employee
    2024-04-16T04:47:45.7133333+00:00

    Yes, Azure Cosmos DB is the proposed database for the IOT scenarios, you can check this reference architecture https://learn.microsoft.com/en-us/azure/architecture/solution-ideas/articles/iot-using-cosmos-db