2.3.0
2.3.0-RELEASE
108 files changed
tree: 6226116e23887a5d8c98f14e67f2ec57bf5d4e7c
  1. .github/
  2. .mvn/
  3. script/
  4. soul-admin/
  5. soul-bootstrap/
  6. soul-client/
  7. soul-common/
  8. soul-disruptor/
  9. soul-dist/
  10. soul-examples/
  11. soul-metrics/
  12. soul-plugin/
  13. soul-register-center/
  14. soul-spi/
  15. soul-spring-boot-starter/
  16. soul-sync-data-center/
  17. soul-web/
  18. .gitignore
  19. .gitmodules
  20. LICENSE
  21. lombok.config
  22. mvnw
  23. mvnw.cmd
  24. pom.xml
  25. README.md
  26. README_CN.md
README.md

Architecture


Mind maps


Modules

  • soul-admin : plugins and other information configuration management background

  • soul-bootstrap : with the startup project, users can refer to

  • soul-client : user fast access with Spring MVC, Dubbo, Spring Cloud.

  • soul-common : framework common class

  • soul-disruptor : based on disruptor Enclosure

  • soul-register-center : rpc type register for soul-client

  • soul-dist : build project

  • soul-metrics : metrics impl by prometheus.

  • soul-plugin : Soul provider plugin collection.

  • soul-spi : Soul spi define.

  • soul-spring-boot-starter : support for the spring boot starter

  • soul-sync-data-center : provider ZooKeeper, HTTP, WebSocket, Nacos to sync data

  • soul-examples : the RPC examples project

  • soul-web : core processing packages including plugins, request routing and forwarding, and so on


Features

  • Soul provides plugins such as current limiting, fusing, forwarding, routing monitoring and so on.

  • Support HTTP, RESTFul, WebSocket, Dubbo, GRPC, Tars and Spring Cloud Proxy.

  • Plug-in hot plug, users can customize the development.

  • Selectors and rules are dynamically configured for flexible matching.

  • Support for cluster deployment.

  • Support A/B test and grayscale publishing.


Plugin

Whenever a request comes in, Soul executes all open plugins through the chain of responsibility.

As the heart of Soul, plugins are extensible and hot-pluggable.

Different plugins do different things.

Of course, users can also customize plugins to meet their own needs.

If you want to customize, see custom-plugin


Selector & rule

According to your HTTP request headers, selectors and rules are used to route your requests.

Selector is your first route, It is coarser grained, for example, at the module level.

Rule is your second route and what do you think your request should do,For example a method level in a module.

The selector and the rule match only once, and the match is returned. So the coarsest granularity should be sorted last.


Data Caching & Data Sync

All data have been cached using ConcurrentHashMap in the JVM, so it's very fast.

When the user is managing changes in the background, Soul dynamically updates the cache by listening to the ZooKeeper node, WebSocket push, HTTP longPull.


Prerequisite

  • JDK 1.8+

About

Soul has been used in our production environment,its performance and flexibility allow us to use up very cool.

In double 11, we deployed 6 clusters, which supported a large volume of our business.


Document & Website

EN doc CN doc


Stargazers over time

Stargazers over time


Known Users

In order of registration, More access companies are welcome to register at https://github.com/Dromara/soul/issues/68 (For open source users only)

Support