SOP 3.1.0 release, Open Platform Solutions Project

SOP 3.1.0 release, this update reads as follows:

  • New route monitoring functions
  • New routing interceptor  doc
  • Optimized load balancing strategy

This update is focused on content routing monitoring, statistics for each gateway interface takes maximum, minimum time-consuming, consuming on average, the total number of calls, the number of successes, failures. This feature is achieved by routing the interceptor to achieve the.

Login admin can view the background to monitor the situation

About SOP

SOP(Simple Open Platform)

An open platform solution project, based on Spring Cloud to achieve the goal of allowing users to quickly get to build up their own open platform.

SOP provides two interface calls ways, namely: Alipay open platform invocation and Taobao Open Platform calls the way. By the simple configuration, your project will have the same interfaces and Alipay open platform provides the ability.

SOP package the most open platform features include: signature verification, exception handling unified, unified return content, business parameter validation (JSR-303), secret key management, the future will achieve more.

Project Features

  • Simple access, the project does not conflict with the old, old projects registered with the registry, then you can add comments on the method.
  • Loosely coupled architecture, business code implemented on their respective micro-services, SOP does not participate in the business to achieve, which is the benefits of Cloud Spring micro-service system.
  • Extended Simple, open platform for the corresponding function independently, can be customized to achieve their demands, such as: change parameters, change the signature rules.

Who can use this project

  • There are ready-made project, to be transformed into an open platform for others to call
  • There are ready-made projects, which want to expose several interfaces and open platform for others by calling
  • I want to take a new open platform project, combined with a micro services to maintain
  • Open platform for interested friends

The above can be considered to use SOP

Chart

Completed list

  • Signature verification
  • Unified exception handling
  • Returns the contents of unity
  • session management
  • Secret key management
  • The micro server automatically verifies (JSR-303)
  • Support Spring Cloud Gateway
  • Admin 管理平台,统一管理微服务配置,管理路由管理,微服务上下线
  • 接入方管理+秘钥管理
  • 接口权限分配
  • 文件上传/下载
  • SDK
  • 接口限流
  • 文档整合
  • 应用授权
  • 监控日志
  • 支持 nacos
  • 支持eureka注册中心
  • 网关动态修改参数
  • token 校验
  • 网关动态修改参数
  • 预发布/灰度环境切换

Guess you like

Origin www.oschina.net/news/113489/sop-3-1-0-released
SOP