All Projects → rule-engine → rule-engine-front-v2

rule-engine / rule-engine-front-v2

Licence: other
🔥🔥🔥📌 规则引擎前端 📌 RuleEngine 基于web可视化配置,简单高效快捷。

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
Less
1899 projects

Projects that are alternatives of or similar to rule-engine-front-v2

Nrules
Rules engine for .NET, based on the Rete matching algorithm, with internal DSL in C#.
Stars: ✭ 1,003 (+1629.31%)
Mutual labels:  rule-engine
Mon Entreprise
L'assistant officiel de l'entrepreneur
Stars: ✭ 123 (+112.07%)
Mutual labels:  rule-engine
spec-pattern
Specification design pattern for JavaScript and TypeScript with bonus classes
Stars: ✭ 43 (-25.86%)
Mutual labels:  rule
G Rule
Groovy based lightweight rule engine
Stars: ✭ 76 (+31.03%)
Mutual labels:  rule-engine
Iot Technical Guide
🐝 IoT Technical Guide --- 从零搭建高性能物联网平台及物联网解决方案和Thingsboard源码分析 ✨ ✨ ✨ (IoT Platform, SaaS, MQTT, CoAP, HTTP, Modbus, OPC, WebSocket, 物模型,Protobuf, PostgreSQL, MongoDB, Spring Security, OAuth2, RuleEngine, Kafka, Docker)
Stars: ✭ 2,334 (+3924.14%)
Mutual labels:  rule-engine
Yql
yet another query language for rule engine in golang
Stars: ✭ 215 (+270.69%)
Mutual labels:  rule-engine
Grule Rule Engine
Rule engine implementation in Golang
Stars: ✭ 729 (+1156.9%)
Mutual labels:  rule-engine
Elkeid-HUB
Elkeid HUB is a rule/event processing engine maintained by the Elkeid Team that supports streaming/offline (not yet supported by the community edition) data processing. The original intention is to solve complex data/event processing and external system linkage requirements through standardized rules.
Stars: ✭ 62 (+6.9%)
Mutual labels:  rule-engine
Dry Logic
Predicate logic with rule composition
Stars: ✭ 118 (+103.45%)
Mutual labels:  rule-engine
rules-framework
A generic rules framework that allows defining and evaluating rules for complex business scenarios.
Stars: ✭ 35 (-39.66%)
Mutual labels:  rule
Iotplatform
An open-source IoT platform that enables rapid development, management and scaling of IoT projects. With this IoT platform, you are able to: 1) Provision and control devices, 2) Collect and visualize data from devices, 3) Analyze device data and trigger alarms, 4) Deliver device data to other systems, 5) Enable use-case specific features using customizable rules and plugins.
Stars: ✭ 82 (+41.38%)
Mutual labels:  rule-engine
Psrule
Validate infrastructure as code (IaC) and objects using PowerShell rules.
Stars: ✭ 107 (+84.48%)
Mutual labels:  rule-engine
PSRule.Rules.CAF
A suite of rules to validate Azure resources against the Cloud Adoption Framework (CAF) using PSRule.
Stars: ✭ 54 (-6.9%)
Mutual labels:  rule
Json Rules Engine
A rules engine expressed in JSON
Stars: ✭ 1,159 (+1898.28%)
Mutual labels:  rule-engine
laravel-email-domain-rule
A package to validate email domains in a user registration form
Stars: ✭ 60 (+3.45%)
Mutual labels:  rule
Rule Engine Front
🔥 🔥 🔥 📌 规则引擎前端 📌 RuleEngine 基于web可视化配置,简单高效快捷。
Stars: ✭ 40 (-31.03%)
Mutual labels:  rule-engine
Kogito Runtimes
Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 188 (+224.14%)
Mutual labels:  rule-engine
ip
Validate if an ip address is public or private.
Stars: ✭ 15 (-74.14%)
Mutual labels:  rule
ruling
Stateless rule engine
Stars: ✭ 19 (-67.24%)
Mutual labels:  rule-engine
ekuiper
Lightweight data stream processing engine for IoT edge
Stars: ✭ 975 (+1581.03%)
Mutual labels:  rule-engine

📌 规则引擎前端 RuleEngine 📌

License GitHub Stars GitHub Forks GitHub issues Percentage of issues still open

业务逻辑实现不再依赖于代码开发,可零代码实现复杂业务逻辑。

后端代码地址:...
项目展示地址:http://ruleengine.cn/

联系方式:

技术文档

简单使用:...
详细文档:http://ruleengine.cn/doc

技术栈/版本介绍:

  • 所涉及的相关的技术有:
    • Vue
    • Element-ui

项目安装(部署)

设置 npm 镜像源
npm config set registry https://registry.npm.taobao.org
下载安装
## 克隆项目源码包
git clone https://github.com/dingqianwen/rule-engine-front-v2

## 安装项目依赖扩展组件
npm install

# 启动本地开发环境
npm run serve

## 生产环境构建项目
npm run build

## 生产环境构建项目并查看构建报告
npm run build --report
修改 .env 配置信息
#web服务的
VUE_APP_WEB_BASE_URL=http://xxx.yourdomain.com
#计算服务的
VUE_APP_COMPUTE_BASE_URL=http://xxx.yourdomain.com:8011 

如果觉得本项目对您有任何一点帮助,请点右上角 "Star" 支持一下, 并向您的基友、同事们宣传一下吧,谢谢!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].