CN113900736A - Business rule dynamic configuration management method and system - Google Patents

Business rule dynamic configuration management method and system Download PDF

Info

Publication number
CN113900736A
CN113900736A CN202111186886.XA CN202111186886A CN113900736A CN 113900736 A CN113900736 A CN 113900736A CN 202111186886 A CN202111186886 A CN 202111186886A CN 113900736 A CN113900736 A CN 113900736A
Authority
CN
China
Prior art keywords
rules
rule
business
service
logic
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.)
Granted
Application number
CN202111186886.XA
Other languages
Chinese (zh)
Other versions
CN113900736B (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

Images

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 method and a system for dynamically configuring and managing service rules, wherein the method comprises the following steps: configuring corresponding business rules according to different service categories through a rule engine; acquiring service request information, performing 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, performing priority ordering on the plurality of service logic rules, and selecting an optimal service logic rule; calling and executing corresponding services according to the optimal business logic rule; according to the invention, the application and other dependent services are decoupled through the rule engine, the redundant complex and changeable service logic is not needed, different requirements are adapted through the dynamic configuration rule, and when the customer requirements of the complex and changeable service change, the corresponding service rule is only needed to be configured in the rule engine, so that the iteration efficiency is improved, and the maintenance cost is saved.

Description

Business rule dynamic configuration management method and system
Technical Field
The invention relates to the field of computer application, in particular to a method and a system for managing dynamic configuration of business rules.
Background
With the increasing requirements of people on application programs, correspondingly, business logic becomes very complex, and business iteration updating becomes very fast, so that 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 business logic in application programs cannot well meet the requirements, and is mainly reflected in the aspects of low business processing efficiency, incapability of dynamic expansion, difficulty in iteration and the like of the system.
At present, the existing mode cannot effectively decouple and separate the business rules from the integral system support framework, and separate the complex business logic from the 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 business rule is required to be changed, and improve the flexibility of the system, so that each time a business logic is processed, the business logic is processed in an optimal manner, thereby improving the business processing efficiency, is a problem that needs to be solved at present.
Disclosure of Invention
In view of the above-mentioned shortcomings in the prior art, the present invention provides a method and system for managing dynamic configuration of business rules to solve the above-mentioned technical problems.
The dynamic configuration management method for the business rules provided by the invention comprises the following steps:
configuring corresponding business rules according to different service categories through a rule engine;
acquiring service request information, performing 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, performing priority ordering on the plurality of service logic rules, and selecting an optimal service logic rule;
and calling and executing corresponding services according to the optimal business logic rule.
In an embodiment of the present invention, the business rules are configured as a common minimum granularity, and the business logic rules include one or more business rules;
the matching of the business rules in the rule engine, and the obtaining of one or more business logic rules, includes:
and combining a plurality of business rules pointed by the same service into a business logic rule or randomly combining the business rules 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:
performing priority ordering on the plurality of business logic rules through multi-dimensional parameters, wherein the multi-dimensional 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 the optimal business logic rule.
In an embodiment of the present invention, the dynamic management is performed on the service rule according to a preset configuration rule, and the dynamic management includes:
adding a pre-configured service logic rule serving as an executable rule into the usable list;
checking all executable rules once, and adding the executable rules into a rejection list when the executable rules are unavailable;
and carrying out secondary verification on the rules in the proposed list, if the rules are available, restoring the rules to the available list, and if the rules are not available, adding the rules to the eliminated list and triggering an alarm.
In an embodiment of the present invention, a first time threshold is preset during the second verification, and when the verification time reaches the first time threshold and is still unavailable, the verification time is added to the elimination list.
In an embodiment of the present invention, the dynamic management further includes:
prioritizing a plurality of business logic rules in the executable list;
when service calling is executed, selecting a business logic rule with the highest priority;
and detecting the executable list, acquiring the quantity of each type of service logic rule, and triggering an alarm if no usable service logic rule exists.
In an embodiment of the present invention, the dynamic management further includes:
presetting a second time threshold value, detecting the usable number, the removing operation times and the adding operation times of the business logic rules, and triggering an alarm when the usable number is 1 and the times of removing operation and adding operation reaches the second time threshold value.
The invention also provides a service 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 matching the business rules in a rule engine according to the business request information to obtain one or more business logic rules, and when the business logic rules are obtained, the business logic rules are subjected to priority sequencing and the optimal business logic rule is selected;
the execution module is used for calling corresponding service and executing the corresponding 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 the method of any one of the above.
The present invention also provides an electronic terminal, comprising: a processor and a memory;
the memory is adapted to store a computer program and the processor is adapted to execute the computer program stored by the memory to cause the terminal to perform the method as defined in any one of the above.
According to the method and the system for managing the dynamic configuration of the business rules, the application and other dependent services are decoupled through the rule engine, redundant complex and changeable business logics are not needed, different requirements are adapted through the dynamic configuration rules, when the requirements of customers for complex and changeable businesses change, the corresponding business rules only need to be configured in the rule engine, the iteration efficiency is improved, and the maintenance cost is saved.
Drawings
Fig. 1 is a flowchart illustrating a method for dynamically configuring and managing a business rule according to an embodiment of the present invention.
Fig. 2 is a schematic workflow diagram of embodiment 1 of a dynamic configuration management method for business rules in an embodiment of the present invention.
Fig. 3 is a schematic view of a dynamic management flow of a dynamic configuration management method for business rules in an embodiment of the present invention.
FIG. 4 is a system framework diagram of a business rule dynamic configuration management system according to an embodiment of the present invention.
Detailed Description
The embodiments of the present invention are described below with reference to specific embodiments, and other advantages and effects of the present invention will be easily understood by those skilled in the art from the disclosure of the present specification. The invention is capable of other and different embodiments and of being practiced or of being carried out in various ways, and its several details are capable of modification in various respects, all without departing from the spirit and scope of the present invention. It is to be noted that the features in the following embodiments and examples may be combined with each other without conflict.
It should be noted that the drawings provided in the following embodiments are only for illustrating the basic idea of the present invention, and the components related to the present invention are only shown in the drawings rather than drawn according to the number, shape and size of the components in actual implementation, and the type, quantity and proportion of the components in actual implementation may be changed freely, and the layout of the components may be more complicated.
In the following description, numerous details are set forth to provide a more thorough explanation of embodiments of the present invention, however, it will be apparent to one skilled in the art that embodiments of the present invention may be practiced without these specific details, and in other embodiments, well-known structures and devices are shown in block diagram form, rather than in detail, in order to avoid obscuring embodiments of the present invention.
As shown in fig. 1, the method for dynamically configuring and managing a business rule in this embodiment includes:
s101, configuring corresponding business rules according to different service types through a rule engine;
s102, acquiring service request information, performing service rule matching in a rule engine according to the service request information, acquiring one or more service logic rules, performing priority ordering on the service logic rules when acquiring the service logic rules, and selecting an optimal service logic rule;
and S103, calling and executing corresponding services through the optimal business logic rule.
In step S101 of this embodiment, first, a rule engine configures corresponding business rules according to different service classes. 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 rule configuration of different industries can be supported, and the third-party rule engine technology is used for adapting to different industry requirements. For each application, according to different service categories, complex and changeable business logic is configured in a rule engine, such as financial wind control business, security entrance guard door opening rules, bank financial channel routing configuration and the like. And the rule engine is called when the application program is executed, and can automatically trigger the business rules according to the business information, execute the corresponding business logic and return the execution result.
In this embodiment, the business rules are configured as a common minimum granularity, and the business logic rules include one or more business rules; performing business rule matching in a rule engine, wherein acquiring one or more business logic rules comprises: and combining a plurality of business rules pointed by the same service into a business logic rule or randomly combining the business rules into a business logic rule. For the business rules, by thinning the business rules to the universal minimum granularity, the application program can randomly combine the business rules into a complex business logic rule when in use. For example, the door opening rule of the door control includes two-dimensional code verification, identity card verification, face verification and the like, and the door opening rule can be single or a combination of a plurality of the door opening rules.
In step S102 of this embodiment, service request information is obtained, service rule matching is performed in the rule engine according to the service request information, one or more service logic rules are obtained, when multiple service logic rules are obtained, priority ordering is performed on the multiple service logic rules, and an optimal service logic rule is selected. In this embodiment, for a plurality of business logic rules, from the big data of the historical execution of the process, through performing multidimensional analysis and statistics on the response time, the response result, the consumption cost, the system stability, and the like, the plurality of business rules are sorted according to the priority, so that each business logic is executed according to the optimal rule.
In step S103 of this embodiment, a corresponding service is invoked and executed according to the optimal business logic rule. For example, the entrance guard supports multiple modes of traffic, such as door opening rules of human faces, two-dimensional codes, identity cards, entrance guard cards, human face + two-dimensional codes, human face + identity cards and the like, in order to realize the functions of flexible configuration of multiple rules, selection of optimal door opening modes, automatic switching of door opening modes and the like, door opening logic can be triggered according to the optimal business logic rules, optimal comparison rules are decided according to the door opening modes used by the front panel, and the door opening business functions are executed in an optimal mode.
In this embodiment, the dynamic management of the business rule is performed according to a preset configuration rule, and the dynamic management in this embodiment includes: adding a pre-configured service logic rule serving as an executable rule into the usable list; checking all executable rules once, and adding the executable rules into a rejection list when the executable rules are unavailable; and carrying out secondary verification on the rules in the proposed list, if the rules are available, restoring the rules to the available list, and if the rules are not available, adding the rules to the eliminated list and triggering an alarm. And when the second verification is carried out, presetting a first time threshold, and adding the verification times into the elimination list when the verification times reach the first time threshold and are still unavailable. Prioritizing the plurality of business logic rules in an executable list; when service calling is executed, selecting a business logic rule with the highest priority; and detecting the executable list, acquiring the quantity of each type of service logic rule, and triggering an alarm if no usable service logic rule exists. Presetting a second time threshold value, detecting the usable number, the removing operation times and the adding operation times of the business logic rules, and triggering an alarm when the usable number is 1 and the times of removing operation and adding operation reaches the second time threshold value.
As shown in fig. 3, the dynamic management in this embodiment mainly includes:
removing: and (3) performing background simulation processing on the business rule flow, and temporarily putting the rule into a removal list when the current business rule is unavailable (the current business rule can be confirmed by setting retry times and overtime time) so as to enable the rule to be added into the executable rule list again for subsequent detection.
Adding: adding in two cases
Case 1. add directly when dynamically configuring the business rules.
And 2, re-simulating the business rules in the elimination list, and adding 1 to the corresponding number of attempts each time the business rules are added again. And if the business process is successfully processed, adding the business rule into the executable list again, and returning the retry times to 0 so as to facilitate the subsequent use of the rule.
And (3) decision making: aiming at the fact that a plurality of business rules exist in an available list, the system analyzes and counts dimensionalities such as execution response time, response results, consumption cost, system stability and the like from large data executed in process history, and sorts the business rules according to priority, so that business logic is executed according to the optimal rule each time.
Switching: in the process of executing the business rules, if the business rules are unavailable, an optimal business rule is selected from the executable list which is arranged in sequence according to the priority to be continuously executed, and the unavailable rule is added into the elimination list, so that the high availability of the whole business process is ensured.
Elimination: and aiming at the business rules in the elimination list, after the business rules are added in a plurality of attempts, the business rules in the elimination list are still added into the elimination list after the attempt times reach a set threshold value, and the notification and the manual intervention processing are sent.
Early warning/alarming: in the available rule list, if only 1 available rule exists in a certain class of available rules and the removing and adding operation frequently occurs, a background warning system is triggered to send out a warning prompt. When the number of the available rules of a certain type of service rules is 0, a background alarm system is triggered to send alarm information, manual intervention is carried out immediately, and the service unavailable time is shortened to the maximum extent. After manual intervention, the eliminated rules can be manually added into the list of the available business rules after being processed.
In this embodiment, the business rules that need to be used can be dynamically configured and added to the available list. And automatically checking whether the business rules are available or not through modes of simulating requests, heartbeat and the like, and if the business rules are unavailable, removing the business rules from the available list and adding the business rules into a removed list. The rules in the culling list can be automatically detected again whether the rules are available or not, if the rules are recovered, the rules are added into the available list, and if the retry number reaches a second threshold value, for example, if the retry number is 3 times or the rules are not recovered, the rules can be added into the culling list, and warning information is sent to perform manual intervention.
Two specific examples are described below:
example 1
As shown in fig. 2, the rule engine is used for door opening of the door control, and the door control supports multiple modes of access, for example, door opening rules such as a face, a two-dimensional code, an identity card, a door control card, a face + two-dimensional code, a face + identity card, and the like, and is used for realizing functions such as flexible configuration of multiple rules, selection of an optimal door opening mode, automatic switching of the door opening mode, and the like. In this embodiment, the configuration of the door opening rule of the door control is first performed, including adding, deleting, and modifying the rule, and various door opening modes are dynamically combined. And then door opening rule decision recommendation is carried out, through simulating door opening mode requests and historical execution door opening mode request data, from the dimensional analysis statistics of response time, response results, consumption cost, execution stability and the like, priority ranking is carried out on each door opening mode, the optimal door opening mode is recommended to the front panel, and the optimal door opening mode is prompted to be used for authentication passing. And finally, triggering a door opening logic, deciding an optimal comparison rule according to a door opening mode used by the front panel, and executing a door opening service function in an optimal mode.
Example 2
In the embodiment, functions of charging, raising, returning, transferring and the like of a third-party payment mechanism can not be disconnected with a bank, and one payment company can be connected with a plurality of banks, so that in order to realize functions of dynamic configuration of multi-channel routing and automatic channel tuning, switching and the like, dynamic configuration of routing including adding a new channel routing rule, modifying the channel routing rule (such as rate adjustment and the like), deleting and the like is firstly carried out through the embodiment. And then, channel routing decision is carried out, through analyzing historical order data, the system automatically analyzes an optimal channel according to dimensions such as rate, response time, success rate, order falling rate and the like, and the analysis dimension can be defined by users as required. The availability of the channels is ensured by realizing an automatic detection scheme, and the unavailable channels are timely rejected, monitored, early warned and alarmed. And finally, performing service execution, selecting the optimal channel route decided by the system during each service execution, finding that the channel route is unavailable in the execution process, and switching in time to ensure normal execution of the service.
Correspondingly, the invention also provides a service 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 matching the business rules in a rule engine according to the business request information to obtain one or more business logic rules, and when the business logic rules are obtained, the business logic rules are subjected to priority sequencing and the optimal business logic rule is selected;
and the execution module is used for calling and executing the corresponding service according to the optimal business logic rule.
As shown in fig. 4, in the dynamic configuration management of the service rule in this embodiment, corresponding operations may be executed by the dynamic configuration management method of the service rule, so as to complete the dynamic configuration management. In a traditional development mode, once the user requirement changes, the requirement can be met through a series of processes such as development, testing and deployment, and the like. Particularly for the security industry, the industry attribute is strong, the logic change of the same application service is not large under many conditions, the same application service can be only displayed on a page, and the service rule combinations are different.
The present embodiment also provides a computer-readable storage medium on which a computer program is stored, which when executed by a processor implements any of the methods in the present embodiments.
The present embodiment further provides an electronic terminal, including: a processor and a memory;
the memory is used for storing computer programs, and the processor is used for executing the computer programs stored by the memory so as to enable the terminal to execute the method in the embodiment.
The computer-readable storage medium in the present embodiment can be understood by those skilled in the art as follows: all or part of the steps for implementing the above method embodiments may be performed by hardware associated with a computer program. The aforementioned computer program may be stored in a computer readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
The electronic terminal provided by the embodiment comprises a processor, a memory, a transceiver and a communication interface, wherein the memory and the communication interface are connected with the processor and the transceiver and are used for completing mutual communication, the memory is used for storing a computer program, the communication interface is used for carrying out communication, and the processor and the transceiver are used for operating the computer program so that the electronic terminal can execute the steps of the method.
In this embodiment, the Memory may include a Random Access Memory (RAM), and may also include a non-volatile Memory (non-volatile Memory), such as at least one disk Memory.
The Processor may be a general-purpose Processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like; the Integrated Circuit may also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, or a discrete hardware component.
In the above embodiments, unless otherwise specified, the description of common objects by using "first", "second", etc. ordinal numbers only indicate that they refer to different instances of the same object, rather than indicating that the objects being described must be in a given sequence, whether temporally, spatially, in ranking, or in any other manner. In the above-described embodiments, reference in the specification to "the embodiment," "an 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. The various appearances of the phrase "the present embodiment," "one embodiment," or "another embodiment" are not necessarily all referring to the same embodiment.
In the embodiments described above, although 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 discussed embodiments. The embodiments of the invention are intended to embrace all such alternatives, modifications and variances that 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-type 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 foregoing embodiments are merely illustrative of the principles of the present invention and its efficacy, and are not to be construed as limiting the invention. Any person skilled in the art can modify or change the above-mentioned embodiments without departing from the spirit and scope of the present invention. Accordingly, it is intended that all equivalent modifications or changes which can be made by those skilled in the art without departing from the spirit and technical spirit of the present invention be covered by the claims of the present invention.

Claims (10)

1. A method for dynamically configuring and managing business rules is characterized by comprising the following steps:
configuring corresponding business rules according to different service categories through a rule engine;
acquiring service request information, performing 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, performing priority ordering on the plurality of service logic rules, and selecting an optimal service logic rule;
and calling and executing corresponding services according to the optimal business logic rule.
2. The method of claim 1, wherein the business rules are configured to a common minimum granularity, and the business logic rules comprise one or more business rules;
the matching of the business rules in the rule engine, and the obtaining of one or more business logic rules, includes:
and combining a plurality of business rules pointed by the same service into a business logic rule or randomly combining the business rules into a business logic rule.
3. The method of claim 2, wherein the prioritizing the plurality of business logic rules and selecting the optimal business logic rule comprises:
performing priority ordering on the plurality of business logic rules through multi-dimensional parameters, wherein the multi-dimensional 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 the optimal business logic rule.
4. The method according to claim 3, wherein the business rules are dynamically managed according to preset configuration rules, and the dynamic management includes:
adding a pre-configured service logic rule serving as an executable rule into the usable list;
checking all executable rules once, and adding the executable rules into a rejection list when the executable rules are unavailable;
and carrying out secondary verification on the rules in the proposed list, if the rules are available, restoring the rules to the available list, and if the rules are not available, adding the rules to the eliminated list and triggering an alarm.
5. The dynamic configuration management method for business rules according to claim 4, wherein a first time threshold is preset during the second verification, and when the number of verifications reaches the first time threshold and is still unavailable, the first time threshold is added to the elimination list.
6. The method of claim 4, wherein the dynamic management further comprises:
prioritizing a plurality of business logic rules in the executable list;
when service calling is executed, selecting a business logic rule with the highest priority;
and detecting the executable list, acquiring the quantity of each type of service logic rule, and triggering an alarm if no usable service logic rule exists.
7. The method of claim 6, wherein the dynamic management further comprises:
presetting a second time threshold value, detecting the usable number, the removing operation times and the adding operation times of the business logic rules, and triggering an alarm when the usable number is 1 and the times of removing operation and adding operation reaches the second time threshold value.
8. A system for dynamic configuration management of business rules, 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 matching the business rules in a rule engine according to the business request information to obtain one or more business logic rules, and when the business logic rules are obtained, the business logic rules are subjected to priority sequencing and the optimal business logic rule is selected;
and the execution module is used for calling and executing the corresponding service according to the optimal business logic rule.
9. A computer-readable storage medium having stored thereon a computer program, characterized in that: the computer program, when executed by a processor, implements the method of any one of claims 1 to 7.
10. An electronic terminal, comprising: a processor and a memory;
the memory is for storing a computer program and the processor is for executing the computer program stored by the memory to cause the terminal to perform the method of any 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 true CN113900736A (en) 2022-01-07
CN113900736B 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 (14)

* 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
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

Patent Citations (14)

* 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
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
尚尔路: ""规则自动生成技术研究及其在医保审核中的应用"", 《中国优秀硕士学位论文全文数据库经济与管理科学辑》, pages 161 - 29 *

Also Published As

Publication number Publication date
CN113900736B (en) 2023-11-28

Similar Documents

Publication Publication Date Title
US11165806B2 (en) Anomaly detection using cognitive computing
CN106850346B (en) Method and device for monitoring node change and assisting in identifying blacklist and electronic equipment
CN105590055B (en) Method and device for identifying user credible behaviors in network interaction system
US10469309B1 (en) Management of computing system alerts
US11756404B2 (en) Adaptive severity functions for alerts
CN104885099A (en) Methods and systems of using boosted decision stumps and joint feature selection and culling algorithms for the efficient classification of mobile device behaviors
US11341463B2 (en) Blockchain ledger entry upon maintenance of asset and anomaly detection correction
US20200184485A1 (en) Systems and methods for processing support messages relating to features of payment networks
CN110942190A (en) Queuing time prediction method and device, computer equipment and storage medium
US11663329B2 (en) Similarity analysis for automated disposition of security alerts
CN111651595A (en) Abnormal log processing method and device
CN115759433A (en) Method and device for determining waiting duration of business handling and server
CN110191097A (en) Detection method, system, equipment and the storage medium of login page safety
CN111383072A (en) User credit scoring method, storage medium and server
CN110972086A (en) Short message processing method and device, electronic equipment and computer readable storage medium
US20180129664A1 (en) System and method to recommend a bundle of items based on item/user tagging and co-install graph
CN113900736A (en) Business rule dynamic configuration management method and system
CA3183463A1 (en) Systems and methods for generating predictive risk outcomes
CN114547406A (en) Data monitoring method, system, storage medium and electronic device
CN110990810B (en) User operation data processing method, device, equipment and storage medium
CN112258683A (en) Inspection method and device for business system
JP5616920B2 (en) Management device, management method, and management program
CN113723522B (en) Abnormal user identification method and device, electronic equipment and storage medium
US11477236B2 (en) Trend-aware combo-squatting detection
CN116258500A (en) Risk prediction method, apparatus, device and computer readable 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