Giter Site home page Giter Site logo

distprocedure's Introduction

DistProcedure

DistProcedure 能简化存储过程的调用和结果的映射,只需要通过简单的配置就可以满足各种要求,基本不用编写任何代码,它有如下特性:

  1. 热部署;存储过程修改后,后台不用重启即可完成存储过程的动态更新。
  2. 结果自动映射;对于简单的数据,比如一个数字,不需要任何的映射,而对于多字段的一条记录,可以自动映射成配置的model类。
  3. 接口支持;存储过程调用后,传递出来的数据不会经过任何的业务处理,通过相应的接口可以满足数据的二次业务处理。
  4. 规则引擎;通过接口可以满足数据的二次业务处理,这种情况下需要编码,需要重启服务器,而通过编写一个规则文件来处理数据,不需要编写任何的代码,而且也不用重启就可完成数据的二次业务处理。
  5. 规则缓存;不会重复编译规则文件。
  6. ......

下面是一张流程图:

更多信息参考:《DistProcedure 文档》:

distprocedure's People

Contributors

distchen avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.