CN113254004B - Data statistics platform based on WF4.0 framework - Google Patents

Data statistics platform based on WF4.0 framework Download PDF

Info

Publication number
CN113254004B
CN113254004B CN202110395531.5A CN202110395531A CN113254004B CN 113254004 B CN113254004 B CN 113254004B CN 202110395531 A CN202110395531 A CN 202110395531A CN 113254004 B CN113254004 B CN 113254004B
Authority
CN
China
Prior art keywords
rule
rules
data
statistical
component
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
CN202110395531.5A
Other languages
Chinese (zh)
Other versions
CN113254004A (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.)
Xian Thermal Power Research Institute Co Ltd
Original Assignee
Xian Thermal Power Research Institute 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 Xian Thermal Power Research Institute Co Ltd filed Critical Xian Thermal Power Research Institute Co Ltd
Priority to CN202110395531.5A priority Critical patent/CN113254004B/en
Publication of CN113254004A publication Critical patent/CN113254004A/en
Application granted granted Critical
Publication of CN113254004B publication Critical patent/CN113254004B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/0485Scrolling or panning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/0486Drag-and-drop
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention relates to a data statistics platform based on a WF4.0 framework, which is of a many-to-many structure and comprises a statistics platform client and a statistics platform server; the statistical platform client is responsible for building statistical rules, configuring related environments and debugging the statistical rules, creating complex, traceable and visual data statistical rules in a dragging component mode, and distributing the data statistical rules to different statistical platform servers for calculation; the statistical platform server is responsible for scheduling and running the data statistical rules and monitoring the running state of the data statistical rules in real time, and provides a series of service interfaces for management, configuration and calling, and the provided services comprise: data statistics rule management service, data statistics rule scheduling service and custom rule service. By adopting the method and the device, a user can easily create a complex rule with code-level flexibility by dragging the component, and the rule can automatically generate corresponding services after being uploaded to the service end.

Description

Data statistics platform based on WF4.0 framework
Technical Field
The invention belongs to the technical field of data processing, and particularly relates to a data statistics platform based on a WF4.0 framework.
Background
In the 80 s of the last century, the development of Distributed Control Systems (DCS) and supervisory control and data acquisition (SCADA) is driven by technical progress, the application level is represented as automatic control capability, and automation is realized; the system is informationized at the beginning of the century, the system is aggregated and integrated, the application level is embodied as the platform and information integration capability, and informatization is realized; the Internet of things/industrial Internet, big data/artificial intelligence and the like are greatly developed after 2015, the application level is embodied as data analysis capability, and the digitization and the intellectualization are realized in the future.
In the production and operation process of a power enterprise, a large number of complex logic statistical algorithms driven by production and operation data exist, so that the intelligent judgment of the unit operation state, performance indexes, pollutant emission and the like is realized, and the production process of a power generation enterprise is monitored in real time. This algorithm is implemented mainly in two ways: 1. binding service logic in the program code, and reconstructing the code to update the service logic when the service logic is changed; 2. the business logic is decoupled from the program code, encoded and executed using the rules engine. At present, when a business rule engine is configured, professional developers are generally required to program, and the defects of high programming difficulty, no humanization in configuration, difficulty in debugging, requirement for customized development for special requirements and the like are overcome. In the field implementation process, business logic is often required to be adjusted according to the model, type, capacity and other parameters of the unit, and under the condition of limited construction period, implementers need to be remotely matched with developers, so that the implementation efficiency and accuracy cannot be guaranteed.
Disclosure of Invention
In view of the above-mentioned shortcomings of the prior art, the present application is directed to a data statistics platform based on WF4.0 framework to solve at least one of the problems of the prior art.
The invention is realized by adopting the following technical scheme:
a data statistics platform based on a WF4.0 framework is of a many-to-many structure and comprises a statistics platform client and a statistics platform server;
the statistical platform client is responsible for building statistical rules, configuring related environments and debugging the statistical rules, creating complex, traceable and visual data statistical rules in a dragging component mode, and distributing the data statistical rules to different statistical platform servers for calculation;
the statistical platform server is responsible for scheduling and running the data statistical rules and monitoring the running state of the data statistical rules in real time, and provides a series of service interfaces for management, configuration and calling, and the provided services comprise: data statistics rule management service, data statistics rule scheduling service and custom rule service.
The further improvement of the invention is that the statistical platform client realizes the visual data statistical rule editor of the drag-type component based on the workflow framework of WF4.0, and comprises a file management module, a server information module, a data source management module, a parameter management module and a rule debugging module:
the file management module is used for creating and storing data statistical rules and loading the data statistical rules;
the server information module is used for establishing or editing a server which needs to be connected with the client of the statistical platform; a data statistics rule base of a management server, wherein the management contents comprise copying, pasting, renaming, deleting, transferring a directory, an operation rule and a stop rule; checking the running log of the server running rule and the running log of the statistical platform server;
the data source management module is used for a user to edit and synchronize the data source environment of a relational database or a real-time database used by the data statistical rules;
the parameter management module is used for defining the type of the static parameters and the values of the parameters set by the statistical platform server by calling a parameter setting interface of the statistical platform server;
the rule debugging module is used for debugging the created data statistical rule, outputting detailed debugging information, and realizing the step of quickly positioning the error and changing the error by monitoring the related parameters of each step of logic in the rule.
The invention is further improved in that the logic of the data statistics rule is displayed in a mode of a business flow chart, all logic processing units are connected to a data statistics rule editor in a mode of components, the components can be flexibly uninstalled and added, and the data statistics rule flow supports if else, switch and while logic operation.
The invention is further improved in that the data statistical rules support parameter driving, universal data statistical rules can be defined, and dynamic parameter configuration of the rules is realized through the diversity of the introduced parameters.
A further improvement of the invention is that the data statistics rules editor comprises: the device comprises an editor main window unit, a toolbox unit, a component attribute editing unit and a debugging information window unit;
the main design window unit realizes the design of a data statistical rule flow by dragging and connecting components in the toolbox unit; the operation window unit is used for creating variables, data statistical rule parameters and importing a name space;
the toolbox unit displays all available components, capable of dragging them into the main design window, the toolbox mainly comprises the following types of components: the system comprises a control flow component, a flow chart component, a primitive component, a set component, an error processing component, a set expansion component, a function component, a network communication component, a message notification component, a parameter operation component, a real-time library operation component, a real-time database expansion component, a relational library operation component, a time operation component and a tool library component, wherein each component is provided with abstract bottom logic to realize a set logic algorithm;
the component attribute editing unit is used for editing attribute characteristics of the referenced components in the data statistical rules, and the attribute fields of different components are different;
the debugging information window unit is used for displaying the detailed information of each step during debugging, is displayed in a tree structure, and indicates that an error occurs in the process of operation if the debugging information window unit is red.
The invention has the further improvement that the data statistical rules are stored locally in a xaml file format or uploaded to a statistical platform server, when new data statistical rules are created, the existing rules are converted into common rules, other rule calling is supported, and the new data statistical rules are generated by editing on the basis; and the file management module performs addition, deletion, modification, query and grouping management operations on the data statistical rules on the server.
The invention has the further improvement that the data statistical rule management service comprises a rule management unit, a template management unit and a component management unit, wherein the rule management unit is used for acquiring rules, inquiring the rules, downloading, deleting and uploading the rules to a statistical platform server, the template management unit provides service for acquiring rule templates of the statistical platform server, and the component management unit provides service for acquiring rule templates of the statistical platform server;
the data statistics rule scheduling service comprises a rule factory unit and a rule control unit, wherein the rule factory unit controls the life cycle of all rules, the rule factory unit comprises each link of creation, scheduling, operation and destruction, is the core of a server and provides a set of interfaces for controlling rule states, and the interfaces can be called through an external module;
the custom rule service is a rule with input parameters and output parameters, and when the rule is uploaded to the server, the server converts the rule into the custom rule service and provides the custom rule service for a programmer to call.
The invention has the further improvement that the self-defined rule service creates the rule into an object according to the uploaded rule description file, persists the rule into an object pool, and waits for external calling; according to the information of the rule, an access route mapping table of the rule object is established, and the corresponding rule is quickly positioned from the object pool through the table and is called; and releasing the service by using a uniform interface.
The further improvement of the invention is that the statistical platform client can distribute the created business logic to different statistical platform servers for calculation, and the service carriers are Windows application programs, services, consoles and IIS.
The invention has at least the following beneficial technical effects:
1. the invention relates to a data statistics platform based on a power generation enterprise business process designed based on a WF4.0 framework, a user can easily create a complex rule with code-level flexibility in a component dragging mode, and corresponding services can be automatically generated after the rule is uploaded to a service end, so that the code amount of engineering implementers and programmers is greatly reduced, and the implementation efficiency is improved;
2. the client and the server adopt a many-to-many structure, support distributed computation and greatly improve the computation performance;
3. the existing data statistical rules can be converted into common rules to support other rule calls;
4. the created rule can be debugged in a single step, and has detailed debugging output information.
Drawings
FIG. 1 is a schematic diagram of a statistical platform according to the present invention;
FIG. 2 is a diagram of a client editor of a statistical platform according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail with reference to the following embodiments and the accompanying drawings. The present application is capable of other and different embodiments and its several details are capable of modifications and/or changes in various respects, all without departing from the spirit of the present application. It should 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 schematic and illustrate the basic idea of the present application, and although the drawings only show the components related to the present application and are not drawn according to the number, shape and size of the components in actual implementation, the type, quantity and proportion of the components in actual implementation may be changed at will, and the layout of the components may be more complex.
Example one
Referring to fig. 1, the data statistics platform based on the WF4.0 framework provided by the present invention is a many-to-many structure, and includes a statistics platform client 100 and a statistics platform server 200. The statistical platform client is responsible for building statistical rules, configuring related environments and debugging the statistical rules, creating complex, traceable and visual data statistical rules in a dragging component mode, and distributing the rules to different servers for calculation; the statistical platform server is responsible for scheduling and running the data statistical rules and monitoring the running state of the data statistical rules in real time, and provides a series of service interfaces for management, configuration and calling, wherein the provided services comprise: data statistics rule management service, data statistics rule scheduling service, and custom rule service.
The statistical platform client 100 implements a visual data statistical rule editor for a drag-and-drop component based on a Workflow Framework (WF) of WF 4.0. The statistics platform client 100 includes a file management module 110, a server information module 120, a data source management module 130, a parameter management module 140, and a rule debugging module 150.
The file management module 110 is used for creating and storing data statistical rules and loading the data statistical rules; the server information module 120 is used to establish or edit a server to which a client of the statistical platform needs to connect, manage a data statistical rule base of the server, where management contents include copying, pasting, renaming, deleting, transferring a directory, an operation rule, and a stop rule, and also can be used to view an operation log of the operation rule of the server and an operation log of the server of the statistical platform. The data source management module 130 is used in the data source environment of the relational database or the real-time database for the user to edit and synchronize the data statistics. The parameter management module 140 defines the type of the static parameter and the value of the parameter set by the service end of the statistical platform by calling a parameter setting interface of the service end of the statistical platform. The rule debugging module 150 is configured to debug the created data statistics rule, and output detailed debugging information, and implement a step of quickly locating an error and performing a change by monitoring relevant parameters of each step of logic in the rule.
When a user creates a new data statistical rule, the existing rule can be converted into a common rule to support other rule calling, and the new data statistical rule is generated by editing on the basis; the file management module 110 may perform addition, deletion, modification, query, and grouping management operations on the data statistics rules on the server.
The statistical platform client 100 may distribute the created service logic to different servers for calculation, and the carriers of the service may be Windows application, service, console, and IIS.
The statistics platform server 200 provides a data statistics rule management service 210, a data statistics rule scheduling service 220, and a custom rule service 230.
The data statistical rule management service 210 includes a rule management unit 211, a template management unit 212, and a component management unit 213. The rule management unit 211 is configured to obtain a rule, query a rule, and download, delete, and upload a rule to the service end of the statistical platform, the template management unit 212 provides a service for obtaining a rule template of the service end of the statistical platform, and the component management unit 213 provides a service for obtaining a rule template of the service end of the statistical platform.
The data statistics rules scheduling service 220 includes a rules factory unit 221 and a rules control unit 222. The rule factory unit 221 manages and controls life cycles of all rules, wherein each link comprises creation, scheduling, operation, destruction and the like, is a core of a server, provides a set of interfaces for controlling rule states, and can be called through an external module; the rule control unit 222 is configured to issue a control service to the outside, and call a rule factory through the service, and the rule scheduling will run a corresponding rule according to the relevant configuration.
The custom rule service is a rule with input parameters and output parameters, and when the rule is uploaded to the server, the server converts the rule into the custom rule service and provides the custom rule service for a programmer to call. The custom rule service 230 creates 231 a rule as an object according to the uploaded rule description file, persists the rule into an object pool, waits for external invocation, creates an access service routing table 232 of the rule object according to the rule information, quickly locates and invokes a corresponding rule from the object pool through the table, and issues 233 the service through a uniform interface.
Example two
Referring to fig. 2, the data statistics rule editor comprises: an editor main window unit 1, a toolbox unit 2, a component property editing unit 3 and a debugging information window unit 4.
The editor main window unit 1 is composed of a main design window unit and an operation window unit, and the main design window unit realizes the design of a data statistical rule process by dragging and connecting components in the toolbox unit. The logic of the data statistics rule is displayed in the editor main window unit 1 in a mode of a business flow chart, all logic processing units are connected to the data statistics rule editor in a mode of assemblies, the assemblies can be flexibly uninstalled and added, and the data statistics rule flow supports the logical operations of if else, switch, while and the like. The operation window unit is used for creating variables and data statistical rule parameters and importing a name space. The data statistical rules support parameter driving, can define general data statistical rules, and realize dynamic parameter configuration of the rules through the diversity of the transmitted parameters.
The toolbox unit 2 displays all available components, which can be dragged into the main design window, and the toolbox mainly comprises the following types of components: the system comprises a control flow component, a flow chart component, a primitive component, a set component, an error processing component, a set extension component, a function component, a network communication component, a message notification component, a parameter operation component, a real-time library operation component, a real-time database extension component, a relational library operation component, a time operation component, a tool library component and the like, wherein each component is provided with abstract bottom logic to realize a set logic algorithm.
The component attribute editing unit 3 is used for editing attribute features of the reference components in the data statistical rules, and attribute fields of different components are different.
The debugging information window unit 4 is used for displaying the detailed information of each step during debugging, displaying the detailed information in a tree structure, and if the detailed information is red, indicating that an error occurs in the operation.

Claims (8)

1. A data statistics platform based on WF4.0 framework is characterized in that the data statistics platform is of a many-to-many structure and comprises a statistics platform client and a statistics platform server;
the statistical platform client is responsible for building statistical rules, configuring related environments and debugging the statistical rules, creating complex, traceable and visual data statistical rules in a dragging component mode, and distributing the data statistical rules to different statistical platform servers for calculation;
the statistical platform server is responsible for scheduling and running the data statistical rules and monitoring the running state of the data statistical rules in real time, and provides a series of service interfaces for management, configuration and calling, wherein the provided services comprise: a data statistics rule management service, a data statistics rule scheduling service and a custom rule service;
the data statistics rule management service comprises a rule management unit, a template management unit and a component management unit, wherein the rule management unit is used for acquiring rules, inquiring the rules, downloading, deleting and uploading the rules to a statistics platform server, the template management unit provides a service for acquiring the rules of the statistics platform server, and the component management unit provides a service for acquiring the rules of the statistics platform server;
the data statistics rule scheduling service comprises a rule factory unit and a rule control unit, wherein the rule factory unit controls the life cycle of all rules, the rule factory unit comprises each link of creation, scheduling, operation and destruction, is the core of a server and provides a set of interfaces for controlling rule states, and the interfaces can be called through an external module;
the custom rule service is a rule with input parameters and output parameters, and when the rule is uploaded to the server, the server converts the rule into the custom rule service and provides the custom rule service for a programmer to call.
2. The data statistics platform based on WF4.0 framework of claim 1, wherein the statistics platform client implements a visual data statistics rule editor of a drag-and-drop component based on WF4.0 workflow framework, and the statistics platform client comprises a file management module, a server information module, a data source management module, a parameter management module and a rule debugging module:
the file management module is used for creating and storing data statistical rules and loading the data statistical rules;
the server information module is used for establishing or editing a server which needs to be connected with the client of the statistical platform; a data statistics rule base of a management server, wherein the management contents comprise copying, pasting, renaming, deleting, transferring a directory, an operation rule and a stop rule; checking the running log of the server running rule and the running log of the statistical platform server;
the data source management module is used for editing and synchronizing the data source environment of the relational database or the real-time database used by the data statistical rules by the user;
the parameter management module is used for defining the type of the static parameters and the values of the parameters set by the statistical platform server by calling a parameter setting interface of the statistical platform server;
the rule debugging module is used for debugging the created data statistical rule, outputting detailed debugging information, and realizing the steps of quickly positioning the error and changing the error by monitoring the related parameters of each step of logic in the rule.
3. The WF4.0 framework-based data statistics platform of claim 2, wherein logic of the data statistics rules is presented in a form of a business flow diagram, all logic processing units are connected to a data statistics rules editor in a form of components, and the components can be flexibly uninstalled and added, and the flow of the data statistics rules supports if else, switch, and while logic operations.
4. The WF4.0 framework-based data statistics platform according to claim 3, wherein the data statistics rules support parameter driving, can define general data statistics rules, and realize dynamic parameter configuration of the rules through diversity of the incoming parameters.
5. The WF4.0 framework based data statistics platform according to claim 3, wherein the data statistics rule editor comprises: the device comprises an editor main window unit, a toolbox unit, a component attribute editing unit and a debugging information window unit;
the main design window unit realizes the design of a data statistical rule process by dragging and connecting components in the toolbox unit; the operation window unit is used for creating variables, data statistical rule parameters and importing a name space;
the toolbox unit displays all available components, capable of dragging them into the main design window, the toolbox mainly comprises the following types of components: the system comprises a control flow component, a flow chart component, a primitive component, a set component, an error processing component, a set expansion component, a function component, a network communication component, a message notification component, a parameter operation component, a real-time library operation component, a real-time database expansion component, a relational library operation component, a time operation component and a tool library component, wherein each component is provided with abstract bottom logic to realize a set logic algorithm;
the component attribute editing unit is used for editing attribute characteristics of the reference components in the data statistical rules, and attribute fields of different components are different;
the debugging information window unit is used for displaying the detailed information of each step during debugging, displaying the detailed information in a tree structure, and if the debugging information window unit is red, indicating that errors occur in the operation.
6. The WF4.0 framework-based data statistics platform of claim 2, wherein the data statistics rules are stored locally in a xaml file format or uploaded to a statistics platform server, and when a new data statistics rule is created, the existing rule is converted into a common rule, and other rule calls are supported, and the new data statistics rule is generated by editing on the basis; and the file management module performs addition, deletion, modification, query and grouping management operations on the data statistical rules on the server side.
7. The WF4.0 framework-based data statistics platform of claim 1, wherein the custom rule service creates rules into objects according to the uploaded rule description file and persists the rules into an object pool waiting for external invocation; according to the information of the rule, an access route mapping table of the rule object is established, and the corresponding rule is quickly positioned from the object pool through the table and is called; and issuing the service by a uniform interface.
8. The WF4.0 framework-based data statistics platform of claim 1, wherein the statistics platform client is capable of distributing the created service logic to different statistics platform servers for computation, and the carriers of the service are Windows application, service, console and IIS.
CN202110395531.5A 2021-04-13 2021-04-13 Data statistics platform based on WF4.0 framework Active CN113254004B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110395531.5A CN113254004B (en) 2021-04-13 2021-04-13 Data statistics platform based on WF4.0 framework

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110395531.5A CN113254004B (en) 2021-04-13 2021-04-13 Data statistics platform based on WF4.0 framework

Publications (2)

Publication Number Publication Date
CN113254004A CN113254004A (en) 2021-08-13
CN113254004B true CN113254004B (en) 2023-02-21

Family

ID=77220887

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110395531.5A Active CN113254004B (en) 2021-04-13 2021-04-13 Data statistics platform based on WF4.0 framework

Country Status (1)

Country Link
CN (1) CN113254004B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114327679A (en) * 2021-12-29 2022-04-12 凌云光技术股份有限公司 Flow chart assembly

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101964081A (en) * 2010-09-13 2011-02-02 中国恩菲工程技术有限公司 Production information system based on factory management infrastructure platform
CN104834507A (en) * 2014-02-10 2015-08-12 广东天心天思软件有限公司 Frame driving method of application construction platform
CN110809017A (en) * 2019-08-16 2020-02-18 云南电网有限责任公司玉溪供电局 Data analysis application platform system based on cloud platform and micro-service framework
CN111142867A (en) * 2019-12-31 2020-05-12 谷云科技(广州)有限责任公司 Service visual arrangement system and method under micro-service architecture
CN111309315A (en) * 2018-12-12 2020-06-19 中国科学院沈阳自动化研究所 Automatic configuration method based on industrial Internet of things data and business modeling

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7665064B2 (en) * 2004-05-14 2010-02-16 Gt Software, Inc. Systems and methods for web service function, definition, implementation, and/or execution
US9729615B2 (en) * 2013-11-18 2017-08-08 Nuwafin Holdings Ltd System and method for collaborative designing, development, deployment, execution, monitoring and maintenance of enterprise applications
US20150293764A1 (en) * 2014-04-10 2015-10-15 Omprakash VISVANATHAN Method and system to compose and execute business rules

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101964081A (en) * 2010-09-13 2011-02-02 中国恩菲工程技术有限公司 Production information system based on factory management infrastructure platform
CN104834507A (en) * 2014-02-10 2015-08-12 广东天心天思软件有限公司 Frame driving method of application construction platform
CN111309315A (en) * 2018-12-12 2020-06-19 中国科学院沈阳自动化研究所 Automatic configuration method based on industrial Internet of things data and business modeling
CN110809017A (en) * 2019-08-16 2020-02-18 云南电网有限责任公司玉溪供电局 Data analysis application platform system based on cloud platform and micro-service framework
CN111142867A (en) * 2019-12-31 2020-05-12 谷云科技(广州)有限责任公司 Service visual arrangement system and method under micro-service architecture

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
自适应Web服务管理框架设计与实现;韩冬等;《浙江大学学报(工学版)》;20071015(第10期);全文 *

Also Published As

Publication number Publication date
CN113254004A (en) 2021-08-13

Similar Documents

Publication Publication Date Title
JP6388682B2 (en) Method and system for editing and reporting graphic programming language objects
Madden et al. TinyDB: In-network query processing in tinyos
CN110825369A (en) Method for automatically generating codes based on java language
CN102521120B (en) Software automation test system and method
CN104778124A (en) Automatic testing method for software application
CN113254004B (en) Data statistics platform based on WF4.0 framework
CN115061717A (en) Application management method, application subscription method and related equipment
CN107533678B (en) Templates in a multidisciplinary engineering system
CN107943863B (en) Agile modeling method and system based on business intelligence
CN114564192B (en) Data mapping method for real-time Ethernet industrial control software development environment
CN115657564A (en) Programming-free field control device and method
WO2022156316A1 (en) Configuration method and system supporting heterogeneous environment
WO2023004806A1 (en) Device deployment method for ai model, system, and storage medium
CN114066394A (en) Implementation method of multi-tenant workflow engine and multi-tenant workflow engine system
CN107239601B (en) Flexible configuration method of power distribution terminal based on configuration technology
CN112365226A (en) Software service business management system
CN112882748B (en) Image file management and batch deployment tool of embedded system
CN104731051A (en) Method for achieving sensor point position objectification
CN111428379B (en) Method for guaranteeing connection consistency between simulation system diagrams of nuclear power station analog machine
CN114443433A (en) Method and system for realizing distributed automatic alarm processing on cloud computing platform
CN114489955A (en) System and method for realizing GitOps by Docker Swarm cluster
CN108595835B (en) Automatic 3D model assembling method of motor-pump unit
CN110717976A (en) Technical state linkage method in product manufacturing process
JP4366576B2 (en) Programmable controller equipment
CN115421847A (en) Management method and equipment for research, development, operation and maintenance platform and CICD (common information carrier) assembly line supporting multiple engines

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