前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >API网关的常用功能及架构图

API网关的常用功能及架构图

作者头像
MrTreasure
发布2018-05-10 11:21:49
1.9K0
发布2018-05-10 11:21:49
举报
文章被收录于专栏:不止是前端不止是前端

API Gateway is a type of service in a microservices architecture which provides a shared layer and API for clients to communicate with internal services. The API Gateway can route requests, transform protocols, aggregate data and implement shared logic like authentication and rate-limiters.

API网关是一种在微服务架构中对外提供统一接口,队内进行内部服务调用的中间层。API网关可以分发路由、转换协议、收集数据、继承通用接口 比如认证、以及限流。

API Gateway as an entry point to microservices

API网关能够实现的功能

  1. 统一的认证

Authentication

  1. 整合、收集数据 [图片上传失败...(image-e31639-1522144209517)]
  2. 转换数据格式 [图片上传失败...(image-91dd5a-1522144209517)]
  3. 转换协议 [图片上传失败...(image-4e9a1b-1522144209517)]
  4. 流量限制以及缓存
本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2018.03.27 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • API网关能够实现的功能
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档