event-srv

command module
v0.0.0-...-abfbf2a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2016 License: Apache-2.0 Imports: 9 Imported by: 0

README

Event Server

Event server is used to store a time series set of events for the platform. Services can subscribe for event notifications

Getting started

  1. Install Consul

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

  2. Run Consul

    $ consul agent -server -bootstrap-expect 1 -data-dir /tmp/consul
    
  3. Start a mysql database

  4. Download and start the service

    go get github.com/micro/event-srv
    event-srv --database_url="root:root@tcp(192.168.99.100:3306)/event"
    

    OR as a docker container

    docker run microhq/event-srv --database_url="root:root@tcp(192.168.99.100:3306)/event" --registry_address=YOUR_REGISTRY_ADDRESS
    

The API

Event server implements the following RPC Methods

Event

  • Create
  • Read
  • Search
  • Stream

Supported but should not really be used

  • Update
  • Delete

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
db
proto
event
Package go_micro_srv_event_event is a generated protocol buffer package.
Package go_micro_srv_event_event is a generated protocol buffer package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL