HTTP API 网关 API-Gateway

码农软件 · 软件分类 · 其他开发相关 · 2019-10-17 22:58:32

软件介绍

Gateway是一个使用go实现的基于HTTP的API 网关。

特性:

  • API 聚合

  • 流控

  • 熔断

  • 负载均衡

  • 健康检查

  • 监控

  • 消息路由

  • 后端管理WebUI

能做什么:

  • 规划更友好的URL给调用者。

  • 聚合多个API的结果返回给API调用者,利于移动端,后端可以实现原子接口。

  • 保护后端API服务不会被突发异常流量压垮。

  • 提供熔断机制,使得后端API Server具备自我恢复能力。

  • 借助消息路由能力,实现灰度发布,AB测试。

本文地址:https://codercto.com/soft/d/16992.html

Learning Python, 5th Edition

Learning Python, 5th Edition

Mark Lutz / O'Reilly Media / 2013-7-6 / USD 64.99

If you want to write efficient, high-quality code that's easily integrated with other languages and tools, this hands-on book will help you be productive with Python quickly. Learning Python, Fifth Ed......一起来看看 《Learning Python, 5th Edition》 这本书的介绍吧!

html转js在线工具
html转js在线工具

html转js在线工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具