Coder Social home page Coder Social logo

zjn-zjn / ice Goto Github PK

View Code? Open in Web Editor NEW
608.0 11.0 128.0 6.79 MB

Rule engine/process engine, committed to solving flexible and complex hard-coded problems, for complex/flexibly changing business, provide a new abstract orchestration solution that is lightweight, high-performance and provides visual operation pages. Java规则引擎-ice,针对复杂/灵活变动业务,提供一个新的抽象编排解决方案,轻量级,高性能并提供可视化操作页面

Home Page: http://waitmoon.com

License: Apache License 2.0

Java 99.89% HTML 0.11%
rule-engine rules-engine flow-control flow-engine java rule-processor rules business-rules business-rules-engine

ice's Introduction

ice's People

Contributors

admin-kowalski avatar kowalski-zhang avatar zjn-zjn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ice's Issues

End User Registration 「使用者登记」

谁在使用 ice ?
非常感谢大家对 ice 的关注和支持,这是我们前进最大的动力。

这个 issue 的出发点
聆听社区的声音,了解实际使用场景,让 ice 解决实际的问题
吸引更多的开发者参与和贡献
我们期待您的登记
信息参考如下:

组织:xxxxx
地点:上海,**
联系方式:email xxx
使用场景:营销活动,流程编排,风控等等
使用感受:xxxxx
多谢您的支持!

feature: 采用其他方案替代基于zookeeper的高可用方案

  1. 可否借鉴 xxl-job 或者 nacos的 高可用方案,不再依赖 zookeeper。可以大幅度的降低后端的复杂度。
  2. client若是连不上server将启动不了。在很多场景下,项目交付后规则不大会改,能否支持从 json中直接读取静态的配置。

配置页面小问题

点击转换节点后,会丢失节点名称,ice_push_history与ice_conf中的name也没有同步更改

0.0.8版本的springboot-starter配置有误

你的ice-client-spring-boot-starter:0.0.8打包的方式有误,无法正常下载到相对应的模块。
考虑将

<version>${project.version}</version>

换成

<version>0.0.8</version>

或者如下设置:

<properties>
    <ice-server.version>0.0.8</ice-server.version>
</properties>

<dependencies>
    <dependency>
        <groupId>com.waitmoon.ice</groupId>
        <artifactId>ice-client-spring-boot-autoconfigure</artifactId>
        <version>${ice-server.version}</version>
    </dependency>
</dependencies>

HA的问题

你好,HA的实现是不是可以用Nacos,Client每次随机从注册到Nacos的Server服务实例列表中选一个连接,不需要像ZK那种只连接Leader,发布Conf的时候,通知全部Server实例节点,每个实例节点推送自己的channel

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.