CN113900736B - Dynamic configuration management method and system for business rules - Google Patents

Dynamic configuration management method and system for business rules Download PDF

Info

Publication number
CN113900736B
CN113900736B CN202111186886.XA CN202111186886A CN113900736B CN 113900736 B CN113900736 B CN 113900736B CN 202111186886 A CN202111186886 A CN 202111186886A CN 113900736 B CN113900736 B CN 113900736B
Authority
CN
China
Prior art keywords
rule
service
rules
business
list
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202111186886.XA
Other languages
Chinese (zh)
Other versions
CN113900736A (en
Inventor
杨俭
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chongqing Unisinsight Technology Co Ltd
Original Assignee
Chongqing Unisinsight Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chongqing Unisinsight Technology Co Ltd filed Critical Chongqing Unisinsight Technology Co Ltd
Priority to CN202111186886.XA priority Critical patent/CN113900736B/en
Publication of CN113900736A publication Critical patent/CN113900736A/en
Application granted granted Critical
Publication of CN113900736B publication Critical patent/CN113900736B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Abstract

The invention provides a business rule dynamic configuration management method and a system, wherein the method comprises the following steps: configuring corresponding business rules according to different service categories through a rule engine; acquiring service request information, carrying out service rule matching in a rule engine according to the service request information, acquiring one or more service logic rules, when acquiring a plurality of service logic rules, carrying out priority ordering on the plurality of service logic rules, and selecting an optimal service logic rule; calling and executing corresponding service through the optimal business logic rule; according to the invention, the application and other dependent services are decoupled through the rule engine, redundant complex and changeable business logic is not needed, different requirements are adapted through dynamic configuration rules, when the requirements of the complex and changeable business are changed, the corresponding business rules are only required to be configured through the rule engine, the iteration efficiency is improved, and the maintenance cost is saved.

Description

Dynamic configuration management method and system for business rules
Technical Field
The present invention relates to the field of computer applications, and in particular, to a method and system for dynamically configuring and managing business rules.
Background
With the increasing requirements of people on application programs, correspondingly, business logic becomes very complex, business iterative updating becomes very fast, so in the development process of a system or other business support type systems, complex business rules are most often varied, and the traditional design mode of completely nesting the business logic in the application programs can not well meet the requirements, and is mainly characterized in that the system processing business efficiency is low, dynamic expansion can not be realized, iteration is difficult, and the like.
At present, the existing mode cannot effectively decouple and separate business rules and an integral system support framework, and separate complex business logic from a system. In order to solve the problem that needs to be considered in the development process, how to complete the requirement in the shortest time when a service rule is required to be changed, and improve the flexibility of the system, so that the service logic is processed in an optimal way each time, thereby improving the service processing efficiency, and being the problem that needs to be solved at present.
Disclosure of Invention
In view of the above drawbacks of the prior art, the present invention provides a method and system for dynamically configuring and managing business rules, so as to solve the above technical problems.
The invention provides a business rule dynamic configuration management method, which comprises the following steps:
configuring corresponding business rules according to different service categories through a rule engine;
acquiring service request information, carrying out service rule matching in a rule engine according to the service request information, acquiring one or more service logic rules, when acquiring a plurality of service logic rules, carrying out priority ordering on the plurality of service logic rules, and selecting an optimal service logic rule;
and calling the corresponding service and executing the service through the optimal business logic rule.
In one embodiment of the present invention, the business rules are configured to be a common minimum granularity, and the business logic rules include one or more business rules;
the step of performing business rule matching in the rule engine, and the step of obtaining one or more business logic rules comprises the following steps:
and combining or randomly combining a plurality of business rules pointed by the same service into a business logic rule.
In an embodiment of the present invention, the prioritizing the plurality of service logic rules and selecting an optimal service logic rule includes:
the business logic rules are prioritized through multidimensional parameters, wherein the multidimensional parameters comprise response time, response results, consumption cost and execution stability;
and after selecting the optimal business logic rule, taking the optimal business logic rule as a rule decision and recommending.
In an embodiment of the present invention, the service rule is dynamically managed according to a preset configuration rule, where the dynamic management includes:
adding a pre-configured business logic rule as an executable rule into a usable list;
checking all executable rules once, and adding one executable rule into a rejection list when the executable rule is unavailable;
and carrying out secondary verification on the rule in the proposed list, if the rule is available, recovering to the usable list, and if the rule is unavailable, adding the rule into the obsolete list and triggering an alarm.
In an embodiment of the present invention, a first time threshold is preset when the secondary verification is performed, and the verification number reaches the first time threshold and is added to the elimination list when the verification number is still unavailable.
In an embodiment of the present invention, the dynamic management further includes:
prioritizing a plurality of business logic rules in the executable list;
selecting a business logic rule with the highest priority when executing service call;
and detecting the executable list to acquire the number of each type of business logic rule, and triggering an alarm if no business logic rule can be used.
In an embodiment of the present invention, the dynamic management further includes:
a second time threshold is preset, the usable number, the number of eliminating operations and the number of adding operations of the business logic rules are detected, and when the usable number is 1 and the number of eliminating operations and adding operations reaches the second time threshold, an alarm is triggered.
The invention also provides a business rule dynamic configuration management system, which comprises:
the rule engine is used for configuring corresponding business rules according to different service categories;
the service request module is used for acquiring service request information;
the decision module is used for carrying out service rule matching in the rule engine according to the service request information to obtain one or more service logic rules, and when a plurality of service logic rules are obtained, the service logic rules are subjected to priority ranking, and the optimal service logic rules are selected;
an execution module for calling the corresponding service and executing the service according to the optimal business logic rule
The invention also provides a computer readable storage medium having stored thereon a computer program which when executed by a processor implements a method according to any of the preceding claims.
The invention also provides an electronic terminal, comprising: a processor and a memory;
the memory is configured to store a computer program, and the processor is configured to execute the computer program stored in the memory, so as to cause the terminal to execute the method according to any one of the above methods.
According to the business rule dynamic configuration management method and system, the rule engine is used for decoupling application and other dependent services, redundancy, complexity and variability of business logic are not needed, different requirements are adapted through dynamic configuration rules, when the requirements of the clients on complex and variable businesses are changed, the corresponding business rules are only needed to be configured in the rule engine, iteration efficiency is improved, and maintenance cost is saved.
Drawings
Fig. 1 is a flow chart of a business rule dynamic configuration management method in an embodiment of the invention.
Fig. 2 is a schematic workflow diagram of embodiment 1 of a business rule dynamic configuration management method in an embodiment of the present invention.
Fig. 3 is a schematic diagram of a dynamic management flow of a business rule dynamic configuration management method in an embodiment of the present invention.
Fig. 4 is a schematic diagram of a system framework of a business rule dynamic configuration management system in an embodiment of the present invention.
Detailed Description
Other advantages and effects of the present invention will become apparent to those skilled in the art from the following disclosure, which describes the embodiments of the present invention with reference to specific examples. The invention may be practiced or carried out in other embodiments that depart from the specific details, and the details of the present description may be modified or varied from the spirit and scope of the present invention. It should be noted that the following embodiments and features in the embodiments may be combined with each other without conflict.
It should be noted that the illustrations provided in the following embodiments merely illustrate the basic concept of the present invention by way of illustration, and only the components related to the present invention are shown in the drawings and are not drawn according to the number, shape and size of the components in actual implementation, and the form, number and proportion of the components in actual implementation may be arbitrarily changed, and the layout of the components may be more complicated.
In the following description, numerous details are set forth in order to provide a more thorough explanation of embodiments of the present invention, it will be apparent, however, to one skilled in the art that embodiments of the present invention may be practiced without these specific details, in other embodiments, well-known structures and devices are shown in block diagram form, rather than in detail, in order to avoid obscuring the embodiments of the present invention.
As shown in fig. 1, the business rule dynamic configuration management method in this embodiment includes:
s101, configuring corresponding business rules according to different service categories through a rule engine;
s102, acquiring service request information, carrying out service rule matching in a rule engine according to the service request information, acquiring one or more service logic rules, when acquiring a plurality of service logic rules, carrying out priority ordering on the plurality of service logic rules, and selecting an optimal service logic rule;
s103, calling the corresponding service and executing through the optimal business logic rule.
In step S101 of the present embodiment, corresponding business rules are first configured by the rule engine according to different service categories. The rule engine in this embodiment provides a visual page, and supports operations such as dynamic configuration, expansion, and deletion of business rules. And the method can also support rule configuration of different industries, and adapt to different industry requirements by using a third party rule engine technology. For each application, complex and changeable business logic is configured in a rule engine according to different service categories, such as financial wind control business, security gate opening rules, bank financial channel routing configuration and the like. The application program calls the rule engine when executing, the rule engine can automatically trigger the business rule according to the business information, execute the corresponding business logic and return the execution result.
In this embodiment, the business rules are configured to a common minimum granularity, and the business logic rules include one or more business rules; performing business rule matching in a rule engine, the obtaining one or more business logic rules comprising: and combining or randomly combining a plurality of business rules pointed by the same service into a business logic rule. For business rules, by refining to the general minimum granularity, the application program can randomly combine into a complex business logic rule when in use. For example, the door opening rule of the door control comprises two-dimension code verification, identity card verification, face verification and the like, and the door opening rule can be single or a plurality of door opening rules are combined.
In step S102 of this embodiment, service request information is obtained, service rule matching is performed in a rule engine according to the service request information, one or more service logic rules are obtained, and when a plurality of service logic rules are obtained, priority ranking is performed on the plurality of service logic rules, and an optimal service logic rule is selected. The multiple business logic rules are prioritized by the multidimensional parameters, wherein the multidimensional parameters comprise response time, response result, consumption cost and execution stability, and in the embodiment, the multiple business logic rules can be analyzed and counted from large data executed by the flow history by executing the multidimensional parameters such as response time, response result, consumption cost and system stability, and the multiple business rules are prioritized according to the priorities, so that each business logic is executed according to the optimal rule.
In step S103 of the present embodiment, the corresponding service is invoked and executed by the optimal business logic rule. For example, the entrance guard supports various modes of passing, such as door opening rules of a face, a two-dimensional code, an identity card, an entrance guard card, a face+two-dimensional code, a face+identity card and the like, and in order to realize functions of flexible configuration of various rules, selection of an optimal door opening mode, automatic switching of the door opening mode and the like, the door opening logic can be triggered according to the optimal service logic rule, the optimal comparison rule is determined according to the door opening mode used by the front end panel, and the door opening service function is executed in the optimal mode.
In this embodiment, the service rule is dynamically managed according to a preset configuration rule, where the dynamic management in this embodiment includes: adding a pre-configured business logic rule as an executable rule into a usable list; checking all executable rules once, and adding one executable rule into a rejection list when the executable rule is unavailable; and carrying out secondary verification on the rule in the proposed list, if the rule is available, recovering to the usable list, and if the rule is unavailable, adding the rule into the obsolete list and triggering an alarm. And when the secondary verification is carried out, a first time number threshold value is preset, and when the verification times reach the first time number threshold value and are still unavailable, the first time number threshold value is added into the elimination list. Prioritizing the plurality of business logic rules in the executable list; selecting a business logic rule with the highest priority when executing service call; and detecting the executable list to acquire the number of the business logic rules of each type, and triggering an alarm if no business logic rule can be used. The second time threshold is preset, the usable number, the eliminating operation times and the adding operation times of the business logic rules are detected, and when the usable number is 1 and the times of the eliminating operation and the adding operation reach the second time threshold, an alarm is triggered.
As shown in fig. 3, the dynamic management in this embodiment mainly includes:
and (3) removing: the background simulates and processes the business rule flow, and when the current business rule is not available (can be confirmed by setting retry times and overtime time), the rule is temporarily put into a reject list for later detection and can be added into an executable rule list again.
And (2) adding: addition in two cases
And 1, directly adding when the business rule is dynamically configured.
And 2. Re-simulating the business rules in the rejection list, and adding 1 to the corresponding try times every time of re-try. And if the business process is successfully processed, re-adding the business rule into the executable list, and returning the retry times to 0 so as to facilitate the subsequent use of the rule.
Decision making: aiming at the fact that a plurality of business rules exist in the available list, the system sorts the business rules according to priority from the dimension analysis statistics of execution response time, response result, consumption cost, system stability and the like in big data executed by the flow history, so that each business logic is executed according to the optimal rule.
And (3) switching: in the process of executing the business rules, if the business rules are unavailable, selecting an optimal business rule from the executable list which is ranked according to the priority to continue to execute, and adding the unavailable rule into the rejection list to ensure that the whole business process is high in availability.
Eliminating: aiming at the business rules in the rejection list, after the number of times of trial addition reaches a set threshold, the business rules still in the rejection list are added into the rejection list, and notification is sent to perform manual intervention treatment.
Early warning/alerting: in the available rule list, if only 1 available rule exists in a certain type of available rules, rejection and joining operations occur frequently, a background alarm system is triggered, and an early warning prompt is sent out. When the number of available rules of a certain type of service rules is 0, triggering a background alarm system to send out alarm information, and performing manual immediate intervention to reduce service unavailable time to the greatest extent. After manual intervention, the obsolete rules can be processed and then manually added into a list of available business rules.
In this embodiment, the business rule to be used may be dynamically configured and added to the list of available services. And automatically checking whether the business rule is available or not in modes of simulating a request, heartbeat and the like, and if not, removing the business rule from the available list and adding the business rule into the removed list. The rule in the reject list can be automatically detected again to be available or not, if the rule is recovered, the rule is added into the available list, if the retry number reaches a second time threshold, for example, if the rule is retried for 3 times or not recovered, the rule can be added into the reject list, alarm information is sent, and manual intervention is performed.
The following is a description of two specific embodiments:
example 1
As shown in fig. 2, the method is implemented by a rule engine for door opening of the door access, and the door access supports various modes of passing, such as door opening rules of faces, two-dimension codes, identity cards, door access cards, faces+two-dimension codes, faces+identity cards, and the like, so as to realize functions of flexible configuration of various rules, selection of an optimal door opening mode, automatic switching of the door opening mode, and the like. In this embodiment, the door opening rule configuration including adding, deleting and modifying rules is performed first, and various door opening modes are dynamically combined. And then, carrying out decision recommendation on the door opening rule, carrying out analysis statistics on several dimensions such as response time, response results, consumption cost, execution stability and the like by simulating a door opening mode request and historical execution door opening mode request data, sequencing priority of each door opening mode, recommending the optimal door opening mode to a front panel, and prompting authentication passing by using the optimal door opening mode. And finally triggering a door opening logic, deciding an optimal comparison rule according to a door opening mode used by the front-end panel, and executing a door opening service function in an optimal mode.
Example 2
In the embodiment, functions of charging, lifting, returning, transferring and the like of a third party payment mechanism are separated from the butt joint of banks, and a payment company can butt joint a plurality of banks. Then, channel routing decision is carried out, through analysis of historical order data, the system automatically analyzes the optimal channel according to the dimensionalities of rate, response time, success rate, drop rate and the like, and the analysis dimensionality can be customized according to the needs. The availability of channels is guaranteed through the automatic detection scheme, and timely rejection, monitoring, early warning and warning are achieved for unavailable channels. And finally, executing the service, wherein the optimal channel route decided by the system is selected when each service is executed, and the channel route is found to be unavailable in the execution process, so that timely switching is realized, and the normal execution of the service is ensured.
Correspondingly, the invention also provides a business rule dynamic configuration management system, which comprises:
the rule engine is used for configuring corresponding business rules according to different service categories;
the service request module is used for acquiring service request information;
the decision module is used for carrying out service rule matching in the rule engine according to the service request information to obtain one or more service logic rules, and when a plurality of service logic rules are obtained, the service logic rules are subjected to priority ranking, and the optimal service logic rules are selected;
and the execution module is used for calling the corresponding service and executing the service through the optimal business logic rule.
As shown in fig. 4, in the present embodiment, the dynamic configuration management of the business rule may be performed by the above-mentioned method for dynamic configuration management of the business rule, so as to complete the dynamic configuration management. In the traditional development mode, once the user needs change, the needs can be met through a series of processes such as development, testing and deployment, and the like. The dynamic configuration management system in the embodiment can be deployed at a plurality of places of the same application, can ensure that the rules are optimal, high in availability and capable of finding problems, and can early warn and alarm in time, thereby improving the efficiency and the robustness of the system.
The present embodiment also provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements any of the methods of the present embodiments.
The embodiment also provides an electronic terminal, including: a processor and a memory;
the memory is configured to store a computer program, and the processor is configured to execute the computer program stored in the memory, so that the terminal executes any one of the methods in the present embodiment.
The computer readable storage medium in this embodiment, as will be appreciated by those of ordinary skill in the art: all or part of the steps for implementing the method embodiments described above may be performed by computer program related hardware. The aforementioned computer program may be stored in a computer readable storage medium. The program, when executed, performs steps including the method embodiments described above; and the aforementioned storage medium includes: various media that can store program code, such as ROM, RAM, magnetic or optical disks.
The electronic terminal provided in this embodiment includes a processor, a memory, a transceiver, and a communication interface, where the memory and the communication interface are connected to the processor and the transceiver and complete communication with each other, the memory is used to store a computer program, the communication interface is used to perform communication, and the processor and the transceiver are used to run the computer program, so that the electronic terminal performs each step of the above method.
In this embodiment, the memory may include a random access memory (Random Access Memory, abbreviated as RAM), and may further include a non-volatile memory (non-volatile memory), such as at least one magnetic disk memory.
The processor may be a general-purpose processor, including a central processing unit (Central Processing Unit, CPU for short), a network processor (Network Processor, NP for short), etc.; but also digital signal processors (Digital Signal Processing, DSP for short), application specific integrated circuits (Application Specific Integrated Circuit, ASIC for short), field-programmable gate arrays (Field-Programmable Gate Array, FPGA for short) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components.
In the above embodiments, unless otherwise specified the description of a common object by use of a sequence number "first", "second", etc., merely indicates that it refers to a different instance of the same object, and is not intended to indicate that the described object must take a given order, whether temporally, spatially, in ranking, or in any other manner. Reference in the specification to "this embodiment," "one embodiment," "another embodiment," or "other embodiments" means that a particular feature, structure, or characteristic described in connection with the embodiments is included in at least some embodiments, but not necessarily all embodiments. Multiple occurrences of "this embodiment," "one embodiment," "another embodiment," and "like" do not necessarily all refer to the same embodiment.
In the above embodiments, while the present invention has been described in conjunction with specific embodiments thereof, many alternatives, modifications and variations of these embodiments will be apparent to those skilled in the art in light of the foregoing description. For example, other memory structures (e.g., dynamic RAM (DRAM)) may use the embodiments discussed. The embodiments of the invention are intended to embrace all such alternatives, modifications and variances which fall within the broad scope of the appended claims.
The invention is operational with numerous general purpose or special purpose computing system environments or configurations. For example: personal computers, server computers, hand-held or portable devices, tablet devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, distributed computing environments that include any of the above systems or devices, and the like.
The invention may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
The above embodiments are merely illustrative of the principles of the present invention and its effectiveness, and are not intended to limit the invention. Modifications and variations may be made to the above-described embodiments by those skilled in the art without departing from the spirit and scope of the invention. It is therefore intended that all equivalent modifications and changes made by those skilled in the art without departing from the spirit and technical spirit of the present invention shall be covered by the appended claims.

Claims (10)

1. A business rule dynamic configuration management method, comprising:
configuring corresponding business rules to acquire business request information according to different service categories through a rule engine;
according to the service request information, carrying out service rule matching in a rule engine, carrying out dynamic management on the service rules according to preset configuration rules, adding the pre-configured service logic rules into a usable list as executable rules, acquiring one or more service logic rules in the usable list, when acquiring the service logic rules, carrying out priority ordering on the service logic rules, selecting the optimal service logic rules, wherein the selecting the optimal service logic rules comprises selecting an optimal service rule in the ordered executable list to carry out rule, adding the service rules into a reject list if the optimal service rule is unavailable, reselecting the optimal service rule, detecting the executable list, acquiring the number of each type of service logic rules, and triggering an alarm if the service logic rules which can not be used are not available;
and calling the corresponding service and executing through the finally selected optimal business logic rule.
2. The business rule dynamic configuration management method according to claim 1, wherein the business rule is configured to a general minimum granularity, and the business logic rule comprises one or more business rules;
the step of performing business rule matching in the rule engine, and the step of obtaining one or more business logic rules comprises the following steps:
and combining or randomly combining a plurality of business rules pointed by the same service into a business logic rule.
3. The method for dynamically configuring and managing service rules according to claim 2, wherein prioritizing the plurality of service logic rules and selecting an optimal service logic rule comprises:
the business logic rules are prioritized through multidimensional parameters, wherein the multidimensional parameters comprise response time, response results, consumption cost and execution stability;
and after selecting the optimal business logic rule, taking the optimal business logic rule as a rule decision and recommending.
4. The business rule dynamic configuration management method according to claim 3, wherein the business rule is dynamically managed according to a preset configuration rule, and the dynamic management further comprises:
checking all executable rules once, and adding one executable rule into a rejection list when the executable rule is unavailable;
and carrying out secondary verification on the rule in the proposed list, if the rule is available, recovering to the usable list, and if the rule is unavailable, adding the rule into the obsolete list and triggering an alarm.
5. The method according to claim 4, wherein a first time threshold is preset when the secondary verification is performed, and the verification number reaches the first time threshold and is added to the elimination list when the verification number is still unavailable.
6. The business rule dynamic configuration management method according to claim 4, wherein said dynamic management further comprises:
prioritizing a plurality of business logic rules in the executable list;
when executing service call, selecting business logic rule with highest priority.
7. The business rule dynamic configuration management method according to claim 6, wherein said dynamic management further comprises:
a second time threshold is preset, the usable number, the number of eliminating operations and the number of adding operations of the business logic rules are detected, and when the usable number is 1 and the number of eliminating operations and adding operations reaches the second time threshold, an alarm is triggered.
8. A business rule dynamic configuration management system, comprising:
the rule engine is used for configuring corresponding business rules according to different service categories;
the service request module is used for acquiring service request information;
the decision module is used for carrying out service rule matching in the rule engine according to the service request information, carrying out dynamic management on the service rules according to preset configuration rules, adding the pre-configured service logic rules into a usable list as executable rules, acquiring one or more service logic rules in the usable list, carrying out priority ordering on the service logic rules when acquiring the service logic rules, selecting the optimal service logic rules, wherein the selection of the optimal service logic rules comprises the steps of selecting an optimal service rule from the ordered executable list as an execution rule, adding the service rule into a rejection list if the optimal service rule is not available, reselecting an optimal service rule, detecting the executable list, acquiring the number of each type of service logic rules, and triggering an alarm if the service logic rules which are not usable are not available;
and the execution module is used for calling the corresponding service and executing the service through the finally selected optimal business logic rule.
9. A computer-readable storage medium having stored thereon a computer program, characterized by: the computer program implementing the method of any of claims 1 to 7 when executed by a processor.
10. An electronic terminal, comprising: a processor and a memory;
the memory is configured to store a computer program, and the processor is configured to execute the computer program stored in the memory, to cause the terminal to perform the method according to any one of claims 1 to 7.
CN202111186886.XA 2021-10-12 2021-10-12 Dynamic configuration management method and system for business rules Active CN113900736B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111186886.XA CN113900736B (en) 2021-10-12 2021-10-12 Dynamic configuration management method and system for business rules

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111186886.XA CN113900736B (en) 2021-10-12 2021-10-12 Dynamic configuration management method and system for business rules

Publications (2)

Publication Number Publication Date
CN113900736A CN113900736A (en) 2022-01-07
CN113900736B true CN113900736B (en) 2023-11-28

Family

ID=79191477

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111186886.XA Active CN113900736B (en) 2021-10-12 2021-10-12 Dynamic configuration management method and system for business rules

Country Status (1)

Country Link
CN (1) CN113900736B (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103248521A (en) * 2013-04-28 2013-08-14 华为技术有限公司 Business strategy rule configuring method and device, as well as communication system
CN106323322A (en) * 2016-10-31 2017-01-11 四川长虹电器股份有限公司 Intelligent optimizing method for vehicle navigation route
CN108665142A (en) * 2018-04-11 2018-10-16 阿里巴巴集团控股有限公司 A kind of the recommendation method, apparatus and equipment of rule
CN109376988A (en) * 2018-09-11 2019-02-22 阿里巴巴集团控股有限公司 A kind for the treatment of method and apparatus of business datum
CN109542410A (en) * 2018-11-29 2019-03-29 江苏满运软件科技有限公司 Rule engine system, method, equipment and storage medium
CN110598093A (en) * 2019-08-15 2019-12-20 中国平安财产保险股份有限公司 Business rule management method and device
CN110704037A (en) * 2019-08-28 2020-01-17 贵州医渡云技术有限公司 Rule engine implementation method and device
CN110889656A (en) * 2018-09-11 2020-03-17 北京京东振世信息技术有限公司 Warehouse rule configuration method and device
CN110909013A (en) * 2019-10-12 2020-03-24 中国平安财产保险股份有限公司 Service list generation method, device, equipment and computer readable storage medium
CN111047903A (en) * 2019-12-06 2020-04-21 珠海格力电器股份有限公司 Parking space searching method and system, storage medium, electronic device and navigation method
CN111144874A (en) * 2019-12-20 2020-05-12 支付宝实验室(新加坡)有限公司 Payment mode recommendation method, device and equipment
CN112818204A (en) * 2021-01-21 2021-05-18 深圳乐信软件技术有限公司 Service processing method, device, equipment and storage medium
CN113065656A (en) * 2021-03-26 2021-07-02 龙马智芯(珠海横琴)科技有限公司 Rule engine configuration method and device, server and readable storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080140469A1 (en) * 2006-12-06 2008-06-12 International Business Machines Corporation Method, system and program product for determining an optimal configuration and operational costs for implementing a capacity management service

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103248521A (en) * 2013-04-28 2013-08-14 华为技术有限公司 Business strategy rule configuring method and device, as well as communication system
CN106323322A (en) * 2016-10-31 2017-01-11 四川长虹电器股份有限公司 Intelligent optimizing method for vehicle navigation route
CN108665142A (en) * 2018-04-11 2018-10-16 阿里巴巴集团控股有限公司 A kind of the recommendation method, apparatus and equipment of rule
CN110889656A (en) * 2018-09-11 2020-03-17 北京京东振世信息技术有限公司 Warehouse rule configuration method and device
CN109376988A (en) * 2018-09-11 2019-02-22 阿里巴巴集团控股有限公司 A kind for the treatment of method and apparatus of business datum
CN109542410A (en) * 2018-11-29 2019-03-29 江苏满运软件科技有限公司 Rule engine system, method, equipment and storage medium
CN110598093A (en) * 2019-08-15 2019-12-20 中国平安财产保险股份有限公司 Business rule management method and device
CN110704037A (en) * 2019-08-28 2020-01-17 贵州医渡云技术有限公司 Rule engine implementation method and device
CN110909013A (en) * 2019-10-12 2020-03-24 中国平安财产保险股份有限公司 Service list generation method, device, equipment and computer readable storage medium
CN111047903A (en) * 2019-12-06 2020-04-21 珠海格力电器股份有限公司 Parking space searching method and system, storage medium, electronic device and navigation method
CN111144874A (en) * 2019-12-20 2020-05-12 支付宝实验室(新加坡)有限公司 Payment mode recommendation method, device and equipment
CN112818204A (en) * 2021-01-21 2021-05-18 深圳乐信软件技术有限公司 Service processing method, device, equipment and storage medium
CN113065656A (en) * 2021-03-26 2021-07-02 龙马智芯(珠海横琴)科技有限公司 Rule engine configuration method and device, server and readable storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"规则自动生成技术研究及其在医保审核中的应用";尚尔路;《中国优秀硕士学位论文全文数据库经济与管理科学辑》;J161-29 *

Also Published As

Publication number Publication date
CN113900736A (en) 2022-01-07

Similar Documents

Publication Publication Date Title
US8874597B2 (en) Method and system for text filtering based on semantic matching
US10380709B1 (en) Automated secondary linking for fraud detection systems
US11341463B2 (en) Blockchain ledger entry upon maintenance of asset and anomaly detection correction
US11291077B2 (en) Internet of things sensor major and minor event blockchain decisioning
CN103346912A (en) Method, device and system for conducting warning correlation analysis
CN111651595A (en) Abnormal log processing method and device
CN108897729B (en) Transaction template sharing method and device, electronic equipment and storage medium
CN112597762A (en) Block chain system with intelligent contract data supervision function and supervision method
CN112488138A (en) User category identification method and device, electronic equipment and storage medium
CN113900736B (en) Dynamic configuration management method and system for business rules
CN106502825B (en) Data processing method and device
US10346851B1 (en) Automated incident, problem, change correlation analysis system
CN109634963B (en) Policy data processing method and device and readable storage medium
CN115186151A (en) Resume screening method, device, equipment and storage medium
CN112258683B (en) Inspection method and device for business system
US11023497B2 (en) Data classification
CN113468886A (en) Work order processing method and device and computer equipment
CN113326064A (en) Method for dividing business logic module, electronic equipment and storage medium
CN111770080A (en) Method and device for recovering device fingerprint
CN111309495A (en) Batch processing request initiating method and device, risk identification platform and storage medium
CN117370472B (en) Data processing method, device, equipment and storage medium
CN117112368B (en) Abnormality processing method, abnormality processing device, electronic equipment and storage medium
CN115713302A (en) Method, device, storage medium and electronic equipment for supervising business operation
CN114661288A (en) Component configuration method, device, equipment and storage medium
CN117311730A (en) User information processing method, device, computer equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant