Forum Discussion
pullout data from event hub to a linux platform
We have a project to read some api interrogation and feed them to our db on a linux platform.
The aim of the whole project it to interact with an IOT.
The rest api have been developped on third party azure platform.
We can query the api from the linux shell by "curl -x post...." command but to be able to read the answer, we need to go through the "event hub" of azure.
This is not the most convenient way for us to get the info and feed them to our system.
Is there any way to fetch this info directly in our linux server?
1 Reply
You can integrate Azure Event Hub data directly into a Linux environment by utilizing the official Azure Event Hubs client SDKs (available for Python, Java, Go, Node.js, and other languages) or by connecting through its Apache Kafka–compatible endpoint. This approach eliminates the need for manual API calls and enables seamless, real‑time streaming of events into your database or processing pipeline.
https://learn.microsoft.com/en-us/azure/event-hubs/