https://github.com/aribornstein/github2eventhub
A python docker service for pulling github data into eventhub.
https://github.com/aribornstein/github2eventhub
docker eventhub github kusto
Last synced: about 2 months ago
JSON representation
A python docker service for pulling github data into eventhub.
- Host: GitHub
- URL: https://github.com/aribornstein/github2eventhub
- Owner: aribornstein
- License: mit
- Created: 2019-01-14T08:27:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T16:24:31.000Z (over 7 years ago)
- Last Synced: 2025-03-16T03:29:53.521Z (over 1 year ago)
- Topics: docker, eventhub, github, kusto
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GH2EH
A python docker service for pulling github data into eventhub.
## Run Instructions
To run call the following docker command
```
docker run --rm -it \
-e eh_address=" EventHub Address in format 'amqps://.servicebus.windows.net/myeventhub'"\
-e eh_user="EventHub User"\
-e eh_key="EventHub Key"
-e gh_token="Github developer token" \
abornst/gh2eh
'''