书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 1738 个相关结果.
  • Introduction

    Introduction About Goals Features Development Cloud Services Remote First Micro Services Getting Started Introduction This is a high level introduction to Micro About ...
  • Introduction

    Docs Overview Features Getting Started Docs Micro addresses the key requirements for building microservice systems. It takes the microservice architecture pattern and transf...
  • About

    Docs Contents Contributing Docs Below you’ll find documentation for Micro Contents Documentation, guides and quick starts for Micro Introduction - A high level introducti...
  • 编写Golang服务

    1863 2019-06-01 《Go-Micro 文档》
    编写Golang服务 编写服务 1. 初始化 2. 定义API 3. 生成API接口 4. 实现handler处理器 5. 运行服务 6. 完整的服务代码 编写客户端 编写Golang服务 这里主要和大家演示如何使用go-micro。 如果想先从更高的角度了解相关的工具集,可以查看博客https://micro.mu/blog/20...
  • Kubernetes

    2649 2019-06-01 《Go-Micro 文档》
    特性 安装 Micro 编写服务 部署服务 健康检查器 部署健康检查 运行健康检查 K8s 部署 K8s负载均衡 用法 K8s 部署 K8s 服务 Micro在Kubernetes中是原生kubernetes的微服务。 Micro是一个微服务工具包,而Kubernetes是一个容器调度平台,它们组合在一起便构成微服务基础设施。 ...
  • Architecture

    Architecture Runtime API Web Proxy Bot CLI Plugins Architecture Micro provides the fundamental building blocks for microservices. It’s goal is to simplify distributed sy...
  • 实现服务的消费者

    实现服务的消费者 开发环境 更改配置 声明式 REST 客户端——Feign 一个最简单的 Feign 如何测试 源码 实现服务的消费者 本章节,我们将创建一个micro-weather-feign 作为服务器的消费者,并演示如何使用 Feign 来消费服务。 在 micro-weather-eureka-client 的基础上稍...
  • Overview

    Framework Overview Features Getting started Dependencies Protobuf Discovery Etcd Installation Writing a service Framework Go Micro is a framework for microservices dev...
  • 特性

    1661 2019-06-01 《Go-Micro 文档》
    特性 Micro Go Micro Go Config Go Plugins 相关开发 特性 Micro的生态系统正在高速发展,但是目前还是有很多事要做。 本页面会一直保持更新最重要的或者值得一提的特性。 框架 用于写服务 工具集 用于访问服务 示例 演示使用Micro的方法 搜索器 搜索大家贡献的相关开源库 Micro...
  • 简介

    2841 2019-06-01 《Go-Micro 文档》
    开始上手 概览 相关资源 相关用户 简化微服务的开发。该文档可以帮助您快速编写新程序。Micro是一套微服务构建工具库。对于微服务架构的应用,Micro提供平台层面、高度弹性的工具组件,让服务开发者们可以把复杂的分布式系统以简单的方式构建起来,并且尽可能让开发者使用最少的时间完成基础架构的构建。 开始上手 可以查看go-micro 着手新的服...