Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 807 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 807 Bytes

EventHub Viewer

This is a simple web based application to receive and display incoming events from Azure Event Hubs.

A screenshot of the home page

Getting Started

The optimal way to get up and running quick is to use the latest Docker image. 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.

A screenshot of the configuration page