dvlaskin/eventhubexplorer

By dvlaskin

Updated 1 day ago

EventHub Explorer is a developer tool for interact with the message buses using a GUI

Image
Message queues
Developer tools
Monitoring & observability
0

4.3K

dvlaskin/eventhubexplorer repository overview

EventHub Explorer

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.

Features

Sending Messages
  • Override GUID, DateTime values in a message before sending
  • Ability to compress and encode a message before sending
  • Send a single message
  • Send a batch of messages
  • Send a batch of messages with a time delay between each message
Receiving Messages
  • Format a message to JSON if it is a JSON string
  • Ability to decompress and decode a message after receiving

Requirements

  • Docker
  • Azure Event Hubs*
  • Blob Storage*
  • Storage Queue*
  • Service Bus*
  • RabbitMQ*

*- the service you want to use

Install options

Option 1

Option 2

Example 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

Documentation

You can find the documentation for EventHub Explorer in the GitHub repository.

Support the Project

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!

License

MIT

Tag summary

Content type

Image

Digest

sha256:3b3754ad6

Size

99.2 MB

Last updated

1 day ago

docker pull dvlaskin/eventhubexplorer