Forum Discussion

pmscorca's avatar
pmscorca
Icon for Post Prodigy rankPost Prodigy
1 year ago
Solved

Optimal data format to manage for an eventstream

Hi, for a critical real-time intelligence scenario I need to use an evenstream having an Azure Event Hubs as a source and an eventhouse (KQL database) as a destination. Obtaining very very good per...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi pmscorca ,

     

    Optimal Data Format:

    JSON is often recommended for real-time data streaming scenarios due to its flexibility and ease of use. It is widely supported and can be efficiently parsed and processed by both Azure Event Hubs and KQL databases.

     

    Consistency Across Steps:

    Yes, maintaining a consistent data format across all stages—from input to Azure Event Hubs, through the event stream, and finally to the KQL database—is essential for optimal performance. This consistency helps in reducing the overhead of data transformation and ensures smooth data flow.

     

    For more details, please refer:

    Get data from Azure Event Hubs - Microsoft Fabric | Microsoft Learn

     

    Best Regards,

    Neeko Tang

    If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly.