1d3f2d42fa
Clean up and add some environmental help |
||
---|---|---|
_examples/helloworld | ||
aad | ||
auth | ||
cbs | ||
common | ||
mgmt | ||
persist | ||
rpc | ||
sas | ||
.gitignore | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENSE | ||
Makefile | ||
helpers.go | ||
hub.go | ||
hub_test.go | ||
namespace.go | ||
readme.md | ||
receiver.go | ||
sender.go | ||
session.go | ||
suite_test.go |
readme.md
Microsoft Azure Event Hubs Client for Golang
Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them into multiple applications. This lets you process and analyze the massive amounts of data produced by your connected devices and applications. Once Event Hubs has collected the data, you can retrieve, transform and store it by using any real-time analytics provider or with batching/storage adapters.
Refer to the online documentation to learn more about Event Hubs in general.
Examples
- HelloWorld: Producer and Consumer: an example of sending and receiving messages from an Event Hub instance.
Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.