提供英文版readme
This commit is contained in:
parent
c012d98342
commit
5d8a434478
42
README.md
42
README.md
|
@ -4,40 +4,40 @@
|
|||
</a>
|
||||
</p>
|
||||
|
||||
<h3>您的star是我继续前进的动力,如果喜欢LiteFlow请右上角帮忙点个star</h3>
|
||||
<h3>Your star is my motivation to keep going. If you like LiteFlow, please help me with a star in the upper right corner.</h3>
|
||||
|
||||
## 概述
|
||||
liteFlow是一个轻量,快速的组件式流程引擎框架,组件编排,帮助解耦业务代码,让每一个业务片段都是一个组件,并支持热加载规则配置,实现即时修改。
|
||||
liteFlow is a lightweight , fast component-based process engine framework / rules engine , component orchestration , component reuse , to help decouple business code , so that each business fragment is an elegant component , and support hot-loading rule configuration , to achieve on-the-fly modification .
|
||||
|
||||
## 项目主页请点击:[项目主页](http://yomahub.com/liteflow)
|
||||
## 示例工程请点击:[示例工程](https://gitee.com/bryan31/liteflow-example)
|
||||
## Project home page please click:[HOME PAGE](http://yomahub.com/liteflow)
|
||||
## Example projects, please click:[EXAMPLE](https://gitee.com/bryan31/liteflow-example)
|
||||
|
||||
## 特性
|
||||
* 复杂业务的解耦编排利器,为所有组件提供统一化的实现方式
|
||||
* 基于规则文件来编排流程,支持xml,json,yml三种规则文件写法方式
|
||||
* 框架中提供本地文件配置源,zk配置源的实现
|
||||
* 框架提供自定义配置源,只需实现一个接口,即可从任何地方加载配置源
|
||||
* 支持SpringBoot的自动装配,也支持Spring的配置和非Spring的项目
|
||||
* 提供串行和并行2种模式,提供常见常见的表达式语句
|
||||
* 可以定义脚本语言节点,支持QLExpress和Groovy两种脚本,脚本语言支持即时热变更
|
||||
* 组件可以支持重试,每个组件均可自定义重试配置和指定异常
|
||||
* 提供无级嵌套的显式子流程模式,隐式子流程模式
|
||||
* 数据槽隔离机制,在多并发下上下文独立而稳定
|
||||
* 对系统损耗极低,可以稳定运行在核心业务大规模的微服务中
|
||||
* 自带简单的监控,能够知道每个组件的运行耗时排行
|
||||
* decoupled orchestration of complex business, providing a unified implementation for all components
|
||||
* based on the rule file to orchestrate the process, support xml, json, yml three types of rule file writing method
|
||||
* framework provides a local file configuration source, zk configuration source implementation
|
||||
* framework to provide custom configuration source , just implement an interface , you can load the configuration source from anywhere
|
||||
* support for SpringBoot auto-assembly, but also supports Spring configuration and non-Spring projects
|
||||
* provide serial and parallel 2 modes , providing common common expression statements
|
||||
* scripting language nodes can be defined, supporting both QLExpress and Groovy scripts, scripting language supports instant hot changes
|
||||
* Components can support retry, each component can be customized with retry configuration and specified exceptions
|
||||
* Explicit subprocess mode with no level of nesting, implicit subprocess mode
|
||||
* Data slot isolation mechanism, context independent and stable under multiple concurrency
|
||||
* Very low loss to the system, can be stable in the core business of large-scale microservices
|
||||
* Simple monitoring to know the running time ranking of each component
|
||||
|
||||
## Gitee Star趋势图
|
||||
## Gitee Star Chart
|
||||
[![Giteye chart](https://chart.giteye.net/gitee/dromara/liteFlow/3NHPVWVK.png)](https://giteye.net/chart/3NHPVWVK)
|
||||
|
||||
## 贡献者列表
|
||||
## List of Contributors
|
||||
[![Giteye chart](https://chart.giteye.net/gitee/dromara/liteFlow/DHU59WRM.png)](https://giteye.net/chart/DHU59WRM)
|
||||
|
||||
**微信公众号**
|
||||
**WECHAT OFFICIAL ACCOUNT**
|
||||
|
||||
由于社区群超过200人,需要邀请入群。关注公众号后点击`个人微信`加我,我可以拉你入群
|
||||
Since the community group is over 200 people, you need to be invited to join the group. Follow the WECHAT OFFICIAL ACCOUNT and click `Personal WeChat` to add me, I can invite you into the group
|
||||
|
||||
![offIical-wx](static/img/offical-wx.jpg)
|
||||
|
||||
开源不易,支持就请赞助LiteFlow
|
||||
Open source is not easy, please sponsor LiteFlow if you support it
|
||||
|
||||
<img src="static/img/zanshang.jpeg" alt="zanshang" width="258" />
|
||||
|
|
|
@ -0,0 +1,43 @@
|
|||
<p align="center">
|
||||
<a href="http://yomahub.com/liteflow/">
|
||||
<img width="500" src="static/img/logo-main.png" alt="logo">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<h3>您的star是我继续前进的动力,如果喜欢LiteFlow请右上角帮忙点个star</h3>
|
||||
|
||||
## 概述
|
||||
liteFlow是一个轻量,快速的组件式流程引擎框架/规则引擎,组件编排,组件复用,帮助解耦业务代码,让每一个业务片段都是一个优雅的组件,并支持热加载规则配置,实现即时修改。
|
||||
|
||||
## 项目主页请点击:[项目主页](http://yomahub.com/liteflow)
|
||||
## 示例工程请点击:[示例工程](https://gitee.com/bryan31/liteflow-example)
|
||||
|
||||
## 特性
|
||||
* 复杂业务的解耦编排利器,为所有组件提供统一化的实现方式
|
||||
* 基于规则文件来编排流程,支持xml,json,yml三种规则文件写法方式
|
||||
* 框架中提供本地文件配置源,zk配置源的实现
|
||||
* 框架提供自定义配置源,只需实现一个接口,即可从任何地方加载配置源
|
||||
* 支持SpringBoot的自动装配,也支持Spring的配置和非Spring的项目
|
||||
* 提供串行和并行2种模式,提供常见常见的表达式语句
|
||||
* 可以定义脚本语言节点,支持QLExpress和Groovy两种脚本,脚本语言支持即时热变更
|
||||
* 组件可以支持重试,每个组件均可自定义重试配置和指定异常
|
||||
* 提供无级嵌套的显式子流程模式,隐式子流程模式
|
||||
* 数据槽隔离机制,在多并发下上下文独立而稳定
|
||||
* 对系统损耗极低,可以稳定运行在核心业务大规模的微服务中
|
||||
* 自带简单的监控,能够知道每个组件的运行耗时排行
|
||||
|
||||
## Gitee Star趋势图
|
||||
[![Giteye chart](https://chart.giteye.net/gitee/dromara/liteFlow/3NHPVWVK.png)](https://giteye.net/chart/3NHPVWVK)
|
||||
|
||||
## 贡献者列表
|
||||
[![Giteye chart](https://chart.giteye.net/gitee/dromara/liteFlow/DHU59WRM.png)](https://giteye.net/chart/DHU59WRM)
|
||||
|
||||
**微信公众号**
|
||||
|
||||
由于社区群超过200人,需要邀请入群。关注公众号后点击`个人微信`加我,我可以拉你入群
|
||||
|
||||
![offIical-wx](static/img/offical-wx.jpg)
|
||||
|
||||
开源不易,支持就请赞助LiteFlow
|
||||
|
||||
<img src="static/img/zanshang.jpeg" alt="zanshang" width="258" />
|
Loading…
Reference in New Issue