The second of Go Micro service series

Source: Internet
Author: User
Tags value store
This is a creation in Article, where the information may have evolved or changed. This is the second chapter in the development of the MicroServices series using Gomicro, in the previous article I just used user-srv and web-srv to achieve a demo, where I will be practical Consul realize service discovery. If you want to access the source code directly or through demo learning, you can visit [Ricoder_demo] (Https://github.com/wiatingpub/demo). How do I write a micro service? Here is the Go Micro-service framework go micro, the specific situation can be consulted: http://btfak.com/%E5%BE%AE%E6%9C%8D%E5%8A%A1/2016/03/28/go-micro/##### one, How to install Consul my development system uses ubunt16.04, which gives the steps to install consul under Ubuntu: "Bash$ wget https://releases.hashicorp.com/consul/0.7.2 /consul_0.7.2_linux_amd64.zip$ sudo apt-get install unzip$ ls$ unzip consul_0.7.2_linux_amd64.zip$ sudo mv Consul/usr/lo cal/bin/consul$ wget https://releases.hashicorp.com/consul/0.7.2/consul_0.7.2_web_ui.zip$ Unzip Consul_0.7.2_web_ ui.zip$ mkdir-p/usr/share/consul$ mv Dist/usr/share/consul/ui "Consul Zip package Address:
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.