An open API service indexing awesome lists of open source software.

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.

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
'''