{"id":20697488,"url":"https://github.com/epomatti/azure-eventhubs","last_synced_at":"2026-05-10T07:42:54.415Z","repository":{"id":108712255,"uuid":"543398374","full_name":"epomatti/azure-eventhubs","owner":"epomatti","description":"Azure Event Hub integration with Azure Storage","archived":false,"fork":false,"pushed_at":"2023-10-04T19:27:28.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-17T18:36:21.362Z","etag":null,"topics":["avro","azure","azure-eventhub","java","spring"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epomatti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-09-30T02:22:34.000Z","updated_at":"2023-10-04T17:07:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"71b76ad2-9636-49ec-823b-5ee1b709f75b","html_url":"https://github.com/epomatti/azure-eventhubs","commit_stats":null,"previous_names":["epomatti/azure-eventhubs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epomatti%2Fazure-eventhubs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epomatti%2Fazure-eventhubs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epomatti%2Fazure-eventhubs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epomatti%2Fazure-eventhubs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epomatti","download_url":"https://codeload.github.com/epomatti/azure-eventhubs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242961747,"owners_count":20213315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["avro","azure","azure-eventhub","java","spring"],"created_at":"2024-11-17T00:18:16.715Z","updated_at":"2025-10-28T01:34:57.962Z","avatar_url":"https://github.com/epomatti.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure Event Hubs\n\nEvent Hubs with capture that writes events to storage.\n\nCreate the `.auto.tfvars` file:\n\n```sh\ncp infra/templates/sample.tfvars infra/.auto.tfvars\n```\n\nCreate the infrastructure:\n\n```sh\nterraform -chdir=\"infra\" init\nterraform -chdir=\"infra\" apply -auto-approve\n```\n\nRun this to quickly get access to the access key:\n\n```sh\naz eventhubs namespace authorization-rule keys list \\\n    --name RootManageSharedAccessKey \\\n    -g rg-eventprocessor \\\n    --namespace-name evhns-eventprocessor-2069 \\\n    --query primaryConnectionString -o tsv\n```\n\nAdd variables to your session:\n\n```sh\nexport AZURE_EVENTHUB_CONNECTION_STRING='Endpoint={endpoint};SharedAccessKeyName={sharedAccessKeyName};SharedAccessKey={sharedAccessKey};EntityPath={entityPath}'\nexport AZURE_EVENTHUB_NAME=\"evh-eventprocessor\"\n```\n\nStart the application:\n\n```sh\nmvn spring-boot:run\n```\n\nSend events to Event Hubs:\n\n```sh\ncurl -X POST -H \"Content-Type: application/json\" -d '{\"id\":\"123\"}' localhost:8080/api/events/\n```\n\nData should be sent to the Storage in `Avro` format.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepomatti%2Fazure-eventhubs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepomatti%2Fazure-eventhubs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepomatti%2Fazure-eventhubs/lists"}