EventHub Explorer is a developer tool for interact with the message buses using a GUI
4.3K
EventHub Explorer is a developer tool that allows you to interact with Azure Event Hubs, Azure Storage Queues and Azure Service Bus, RabbitMQ using a graphical user interface. It supports real Azure services, and Docker emulation.
*- the service you want to use
Option 1
Option 2
docker pull dvlaskin/eventhubexplorerExample of a docker compose file
services:
eventhubexplorer:
image: dvlaskin/eventhubexplorer:latest
container_name: eventhubexplorer
ports:
- "5235:8080"
volumes:
- data-volume:/app/Data
networks:
- docker-network
volumes:
data-volume:
networks:
docker-network:
external: true
You can find the documentation for EventHub Explorer in the GitHub repository.
If you find EventHub Explorer useful in your day-to-day development workflow, consider giving it a ⭐ star on GitHub or DockerHub.
It takes just a second, but it means a lot — it helps me understand that the tool is being used and motivates me to keep improving it with new features and fixes.
Your star is the best signal that this project is worth continuing. Thank you!
MIT
Content type
Image
Digest
sha256:3b3754ad6…
Size
99.2 MB
Last updated
1 day ago
docker pull dvlaskin/eventhubexplorer