Golang client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs
Перейти к файлу
David Justice 1d3f2d42fa
Merge pull request #9 from devigned/cleanup
Clean up and add some environmental help
2018-02-20 13:32:38 -08:00
_examples/helloworld incorporate feedback from SB 2018-02-20 13:32:04 -08:00
aad add environmental token providers 2018-02-19 16:57:16 -08:00
auth refactored cbs into generic rpc 2018-02-18 09:33:01 -08:00
cbs incorporate feedback from SB 2018-02-20 13:32:04 -08:00
common add sas connection string env and parsing 2018-02-20 10:06:06 -08:00
mgmt more SAS tests 2018-02-20 10:32:23 -08:00
persist move offset persistence into package 2018-02-20 12:37:51 -08:00
rpc incorporate feedback from SB 2018-02-20 13:32:04 -08:00
sas more SAS tests 2018-02-20 10:32:23 -08:00
.gitignore initial structure and tests 2018-02-08 09:46:14 -08:00
Gopkg.lock add environmental token providers 2018-02-19 16:57:16 -08:00
Gopkg.toml refactored token providers and cbs 2018-02-16 15:59:00 -08:00
LICENSE Initial commit 2018-02-06 11:27:54 -08:00
Makefile more SAS tests 2018-02-20 10:32:23 -08:00
helpers.go refactored token providers and cbs 2018-02-16 15:59:00 -08:00
hub.go incorporate feedback from SB 2018-02-20 13:32:04 -08:00
hub_test.go incorporate feedback from SB 2018-02-20 13:32:04 -08:00
namespace.go incorporate feedback from SB 2018-02-20 13:32:04 -08:00
readme.md quick readme fixup 2018-02-15 14:54:43 -08:00
receiver.go incorporate feedback from SB 2018-02-20 13:32:04 -08:00
sender.go incorporate feedback from SB 2018-02-20 13:32:04 -08:00
session.go incorporate feedback from SB 2018-02-20 13:32:04 -08:00
suite_test.go add environmental token providers 2018-02-19 16:57:16 -08:00

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

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.