Skip to content

forkkit/event-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Web

The event web is a dashboard for the event service.

Getting started

  1. Install Consul

    Consul is the default registry/event for go-micro apps. It's however pluggable. https://www.consul.io/intro/getting-started/install.html

  2. Run Consul

    $ consul agent -dev -advertise=127.0.0.1
    
  3. Download and start the service

    go get github.com/micro/event-web
    event-web

    OR as a docker container

    docker run microhq/event-web --registry_address=YOUR_REGISTRY_ADDRESS

Event Web 1

Event Web 2

Event Web 3

Releases

No releases published

Packages

No packages published