https://github.com/abhirockzz/dapr-eventhubs-bindings
Azure Event Hubs integration with Dapr, a set of distributed system building blocks for microservices development
https://github.com/abhirockzz/dapr-eventhubs-bindings
azure azure-event-hubs dapr go golang
Last synced: 6 months ago
JSON representation
Azure Event Hubs integration with Dapr, a set of distributed system building blocks for microservices development
- Host: GitHub
- URL: https://github.com/abhirockzz/dapr-eventhubs-bindings
- Owner: abhirockzz
- Created: 2019-11-04T12:42:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T00:03:21.000Z (over 4 years ago)
- Last Synced: 2025-03-24T00:24:34.895Z (7 months ago)
- Topics: azure, azure-event-hubs, dapr, go, golang
- Language: Go
- Homepage: https://dev.to/azure/learn-how-to-use-azure-event-hubs-with-the-dapr-framework-333h
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An example to walk you through how to use [**Azure Event Hubs**](https://azure.microsoft.com/services/event-hubs/?WT.mc_id=devto-blog-abhishgu) integration with [**Dapr**](https://dapr.io/), a set of distributed system building blocks for microservices development. Azure Event Hubs will be used as a "binding" within the Dapr runtime. This will allow services to communicate with Azure Event Hubs without actually knowing about it or being coupled to it directly (via SDK, library etc.), using a simple model defined by the Dapr runtime.