command
module
Version:
v0.0.0-...-5f26636
Opens a new window with list of versions in this module.
Published: May 20, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Message Service
The message service is a simple a system for exchanging text based messages.
Getting started
-
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
-
Run Consul
$ consul agent -server -bootstrap-expect 1 -data-dir /tmp/consul
-
Run Sync Service. If you use consul for discovery then you can use the same service for synchronization.
-
Download and start the service
go get github.com/micro/message-srv
message-srv
OR as a docker container
docker run microhq/message-srv --registry_address=YOUR_REGISTRY_ADDRESS --sync_address=YOUR_SYNC_ADDRESS
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
|
|
proto
|
|
message
Package message is a generated protocol buffer package.
|
Package message is a generated protocol buffer package. |
Click to show internal directories.
Click to hide internal directories.