|
30 | 30 | href: event-hubs-dotnet-standard-getstarted-send.md
|
31 | 31 | - name: Java
|
32 | 32 | href: event-hubs-java-get-started-send.md
|
| 33 | + - name: Python |
| 34 | + href: event-hubs-python-get-started-send.md |
| 35 | + - name: Node.js |
| 36 | + href: event-hubs-node-get-started-send.md |
| 37 | + - name: Go |
| 38 | + href: event-hubs-go-get-started-send.md |
| 39 | + - name: C (send only) |
| 40 | + href: event-hubs-c-getstarted-send.md |
| 41 | + - name: Apache Storm (receive only) |
| 42 | + href: event-hubs-storm-getstarted-receive.md |
| 43 | + - name: .NET Framework |
| 44 | + href: event-hubs-dotnet-framework-getstarted-send.md |
33 | 45 | - name: Capture events
|
34 | 46 | items:
|
35 | 47 | - name: Use the Azure portal to enable Event Hubs Capture
|
|
104 | 116 | href: event-hubs-exchange-events-different-protocols.md
|
105 | 117 | - name: Programming guide
|
106 | 118 | href: event-hubs-programming-guide.md
|
| 119 | + - name: Send, receive, and capture events using Python |
| 120 | + href: event-hubs-python.md |
107 | 121 | - name: Process data
|
108 | 122 | items:
|
109 | 123 | - name: Process data using Azure Stream Analytics
|
110 | 124 | href: process-data-azure-stream-analytics.md
|
111 |
| - - name: Use client libraries |
| 125 | + - name: Integrate with Spring framework |
112 | 126 | items:
|
113 |
| - - name: .NET Framework |
114 |
| - items: |
115 |
| - - name: Send and receive events using .NET Framework |
116 |
| - href: event-hubs-dotnet-framework-getstarted-send.md |
117 |
| - - name: Java |
118 |
| - items: |
119 |
| - - name: Create a Spring Cloud Stream Binder app |
120 |
| - href: /java/azure/spring-framework/configure-spring-cloud-stream-binder-java-app-azure-event-hub |
121 |
| - maintainContext: true |
122 |
| - - name: Use the Spring Boot Starter for Apache Kafka |
123 |
| - href: /java/azure/spring-framework/configure-spring-cloud-stream-binder-java-app-kafka-azure-event-hub |
124 |
| - maintainContext: true |
125 |
| - - name: Python |
126 |
| - items: |
127 |
| - - name: Send and receive events using Python |
128 |
| - href: event-hubs-python-get-started-send.md |
129 |
| - - name: Send, receive, and capture events using Python |
130 |
| - href: event-hubs-python.md |
131 |
| - - name: Node.js |
132 |
| - items: |
133 |
| - - name: Send and receive events using Node.js |
134 |
| - href: event-hubs-node-get-started-send.md |
135 |
| - - name: Go |
136 |
| - items: |
137 |
| - - name: Send and receive events using Go |
138 |
| - href: event-hubs-go-get-started-send.md |
139 |
| - - name: C (send only) |
140 |
| - items: |
141 |
| - - name: Send events using C |
142 |
| - href: event-hubs-c-getstarted-send.md |
143 |
| - - name: Apache Storm (receive only) |
144 |
| - items: |
145 |
| - - name: Receive events using Apache Storm |
146 |
| - href: event-hubs-storm-getstarted-receive.md |
| 127 | + - name: Create a Spring Cloud Stream Binder app |
| 128 | + href: /java/azure/spring-framework/configure-spring-cloud-stream-binder-java-app-azure-event-hub |
| 129 | + maintainContext: true |
| 130 | + - name: Use the Spring Boot Starter for Apache Kafka |
| 131 | + href: /java/azure/spring-framework/configure-spring-cloud-stream-binder-java-app-kafka-azure-event-hub |
| 132 | + maintainContext: true |
147 | 133 | - name: Integrate with Apache Kafka
|
148 | 134 | items:
|
149 | 135 | - name: Create Apache Kafka-enabled event hubs
|
|
0 commit comments