liteflow

所属分类:编程语言基础
开发工具:Java
文件大小:0KB
下载次数:0
上传日期:2023-06-26 03:11:59
上 传 者sh-1993
说明:  轻量级、快速、稳定和可编程的基于组件的规则引擎流程引擎。组件重用,同步...
(Lightweight, fast, stable, and programmable component-based rule engine/process engine. Component reuse, synchronous/asynchronous orchestration, dynamic orchestration, multi-language scripting support, complex nested rules, hot deployment, smooth refreshing. Let you improve your development efficiency!)

文件列表:
.springjavaformatconfig (15, 2023-11-21)
LICENSE (10254, 2023-11-21)
liteflow-core/ (0, 2023-11-21)
liteflow-core/pom.xml (1686, 2023-11-21)
liteflow-core/src/ (0, 2023-11-21)
liteflow-core/src/main/ (0, 2023-11-21)
liteflow-core/src/main/java/ (0, 2023-11-21)
liteflow-core/src/main/java/com/ (0, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/ (0, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/ (0, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/annotation/ (0, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/annotation/AliasFor.java (242, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/annotation/FallbackCmp.java (514, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/annotation/LiteflowCmpDefine.java (336, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/annotation/LiteflowMethod.java (713, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/annotation/LiteflowRetry.java (466, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/annotation/util/ (0, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/annotation/util/AnnoUtil.java (1750, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/aop/ (0, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/aop/ICmpAroundAspect.java (609, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/builder/ (0, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/builder/LiteFlowNodeBuilder.java (5285, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/builder/el/ (0, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/builder/el/LiteFlowChainELBuilder.java (11742, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/builder/el/operator/ (0, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/builder/el/operator/AndOperator.java (1196, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/builder/el/operator/AnyOperator.java (865, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/builder/el/operator/BreakOperator.java (1391, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/builder/el/operator/CatchOperator.java (1218, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/builder/el/operator/DataOperator.java (674, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/builder/el/operator/DefaultOperator.java (880, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/builder/el/operator/DoOperator.java (1905, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/builder/el/operator/ElifOperator.java (1864, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/builder/el/operator/ElseOperator.java (1431, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/builder/el/operator/FinallyOperator.java (856, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/builder/el/operator/ForOperator.java (1807, 2023-11-21)
liteflow-core/src/main/java/com/yomahub/liteflow/builder/el/operator/IdOperator.java (719, 2023-11-21)
... ...

logo

[中文](https://github.com/dromara/liteflow/blob/master/README.zh-CN.md)

Your star is my motivation to keep going. If you like LiteFlow, please help me with a star in the upper right corner.

## Overview LiteFlow is a lightweight and powerful rules engine framework, which can be used in the field of complex componenzed business orchestration. DSL rules drive the whole complex business, and can achieve smooth refresh hot deployment, supporting the embedding of multiple scripting language rules. Help the system become more silky and flexible. LiteFlow was officially open source in 2020 and won the title of "the Most Popular Open Source software" in China in 2021. Gitee-GVP award in 2022. It is an open source project that is growing rapidly. LiteFlow is a community-driven project. We take community building very seriously. We have a community of more than 4000 users who can respond to any problems or suggestions they encounter. You can find out how to join the community on the official website! ## Website url: [Click here to access the official website](https://github.com/dromara/liteflow/blob/master/https://liteflow.cc) ## Documents url: [Click here to enter the documentation to learn](https://github.com/dromara/liteflow/blob/master/https://liteflow.cc/pages/5816c5/) ## Demo projects: [DEMO1](https://github.com/dromara/liteflow/blob/master/https://github.com/bryan31/message-demo) | [DEMO2](https://github.com/dromara/liteflow/blob/master/https://gitee.com/bryan31/liteflow-example) ## Feature * **Component definition unified:** All logic is a component, for all logic to provide a unified component implementation, small size, large energy. * **Rules lightweight:** based on the rules file to arrange the process, learning the rules entry only takes 5 minutes, a read both understand. * **Rule diversification:** rules support XML, JSON, YML three rule file writing methods, which you like to use. * **Arbitrary arrangement:** Synchronous asynchronous mixing, no matter how complex the logic process, using LiteFlow rules, are easy to do, see the rules file to see how the logic works. * **Rules can be loaded from anywhere:** The framework provides implementations of local file configuration sources and ZK configuration sources, as well as an extension interface that allows you to store rules anywhere. * **Elegant hot refresh mechanism:** Rule changes, instant change of application rules without restarting your application. High concurrency does not cause any errors in executing rules due to refreshing rules. * **Wide support:** LiteFlow works regardless of whether your project is built on Springboot, Spring, or any other Java framework. * **JDK support:** From JDK8 to JDK17. Don't worry about JDK versions. * **Full Springboot support:** Supports Springboot 2.X through the latest Springboot 3.X. * **Scripting language support:** You can define script language nodes that support Groovy, Javascript, QLExpress, Python, Lua, and Aviator. More script languages will be supported in the future. * **Rule nesting support:** You can use simple expressions to create multiple nested complex logic layouts if you want. * **Component retry support:** Components can support retry, and each component can customize the retry configuration and specify exceptions. * **Context isolation mechanism:** Reliable context isolation mechanism, you do not have to worry about high concurrency data flow. * **Declarative component support:** You can make any of your classes become components in seconds. * **Detailed step information:** How your link performs, how much time each component takes, what errors are reported at a glance. * **Stable and reliable:** has been iterating for more than 2 years, running stably on the core systems of major companies. * **Excellent performance:** the framework itself consumes little extra performance, depending on the efficiency of your component execution. * **Built-in simple monitoring:** Built-in a command line monitoring framework, you can know the running time ranking of each component. ## What scenarios apply LiteFlow is a choreographed rules engine that is best at decoupling your systems. If you have a complex system with bloated code, the LiteFlow framework is a great solution. LiteFlow uses regular expressions to drive the engine that you define. Have you ever thought about how to write multithreaded process choreography like the following? These processes can be easily solved with LiteFlow! The framework has a very low threshold to learn the expression language, but it can accomplish extremely high complexity of the choreography. LiteFlow has an extremely detailed and easy-to-understand documentation, it can help you solve more than 95% of your problems when using the framework. LiteFlow has 1500 test cases and more. Complete documentation and comprehensive test case coverage guarantee the stability of LiteFlow framework! Looking forward to your use! **DISCORD LINK** Discord Link: [https://discord.gg/MpdBSBnFTu](https://github.com/dromara/liteflow/blob/master/https://discord.gg/MpdBSBnFTu) ## Sponsor **MISBoot低代码开发平台** **云程企业级低代码平台** **WECHAT OFFICIAL ACCOUNT** 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 ![official-wx](https://github.com/dromara/liteflow/blob/master/static/img/offical-wx.jpg) Open source is not easy, please sponsor LiteFlow if you support it support

近期下载者

相关文件


收藏者