https://github.com/tgothorp/eventhubviewer
A Simple web based EventHub Viewer
https://github.com/tgothorp/eventhubviewer
azure c-sharp dotnet eventhub
Last synced: about 2 months ago
JSON representation
A Simple web based EventHub Viewer
- Host: GitHub
- URL: https://github.com/tgothorp/eventhubviewer
- Owner: tgothorp
- Created: 2020-08-28T08:38:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-15T16:43:08.000Z (almost 5 years ago)
- Last Synced: 2025-10-19T12:58:35.102Z (8 months ago)
- Topics: azure, c-sharp, dotnet, eventhub
- Language: JavaScript
- Homepage:
- Size: 270 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EventHub Viewer
This is a simple web based application to receive and display incoming events from [Azure Event Hubs.](https://azure.microsoft.com/en-gb/services/event-hubs/)

## Getting Started
The optimal way to get up and running quick is to use the latest [Docker image.](https://hub.docker.com/repository/docker/tomg/eventhubviewer) Simply run the following command in your terminal to grab and run the latest version.
```
docker run -d -p 5000:80 tomg/eventhubviewer:latest
```
Once you have done this you can navigate to localhost:5000 where the app should be up and running. Then go to the configuration page and fill in the details of your EventHub Connection.
