Code Monkey home page Code Monkey logo

json-rule-editor's Introduction

json-rule-editor

Getting Started

Json rule editor is an unornamented web interface tool to manage your business rules and decision outcomes. A single page application to effortlesly upload / create business rules via json files. Since the lightweight libraries are the new normal in web applications, possessing logics in json file will be a effective way to manage the application code. Having said that redudancy can be detoured by discarding the other business rule file format such as xml or excel, which is often hectic to parse and adding complications to developer.

Process to implement json rule file in your application follows

  • Generate rule file using json rule editor
  • Place the generated file in your application folder,
  • and pass the relative path of file and input parameters into json rules engine to get the output.

Facinating feature it implies is, we can validate the business decisions instantly once after rules are added. Thus, ensuring expected outcome is returned from the rule sheet before generates the file. Consequently it eliminates issues at first place when rules are being created instead of identifing at later stage of development or testing.

Usage:

To launch the json rule editor tool, you can do either of the below

  1. Click json rule editor
  2. or install it locally via git clone https://github.com/vinzdeveloper/json-rule-editor.git
    • start the application by npm install and npm start

The detailed steps to create json rule file using this tool in next section.

Thanks to json-rules-engine:

In principle, json rules engine is an integral backbone library should be added into your application to process the business rules created from this rule editor. It is highly recommended to go through the json rules engine concepts and explore the features it offers.

Install json rules engine in your application using the steps mentioned in the npm

This documentation explains the steps to create / manage rules in json rule editor tool.

This documentation covers,

  1. Why Rule Engine?
  2. Create Business Decisions using Json Rule Editor
  3. Implementation of rules in application
  4. Manage existing rule
  5. More examples in Decisions
  6. Advanced examples

json-rule-editor's People

Contributors

dependabot[bot] avatar qgluca avatar vinzdeveloper 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.