Skip to content

Commit 3e1787f

Browse files
authored
Enhance README with example image and documentation link
Added an example image and a reference link to Azure Event Hubs documentation.
1 parent 414b7f9 commit 3e1787f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • 0_Azure/2_AzureAnalytics/2_EventHubs

0_Azure/2_AzureAnalytics/2_EventHubs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ Last updated: 2025-07-17
3737
| Geo-Disaster Recovery | Offers geo-disaster recovery and geo-replication for data availability and business continuity. |
3838
| Schema Registry | Provides a centralized repository for managing schemas, ensuring data compatibility and consistency. |
3939

40+
> E.g
41+
42+
<img width="7531" height="3606" alt="image" src="https://github.com/user-attachments/assets/8379a58e-baf0-4b0c-804f-b637455993ab" />
43+
44+
From [Azure Event Hubs: A real-time data streaming platform with native Apache Kafka support](https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-about)
45+
4046
| **Category** | **Details** |
4147
|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
4248
| **How It Works** | - **Namespaces**: An Event Hubs namespace is a management container for event hubs. It provides DNS-integrated network endpoints and a range of access control and network integration management features.<br/>- **Partitions**: Event Hubs organizes sequences of events into partitions, which act as commit logs. This helps in managing large volumes of events and ensures that each event has a clear processing owner.<br/>- **Capture**: Event Hubs can automatically capture streaming data and store it in Azure Blob Storage or Azure Data Lake Storage for long-term retention and batch processing. |

0 commit comments

Comments
 (0)