CN112988705B - Data middlebox construction method for enterprise-level production - Google Patents

Data middlebox construction method for enterprise-level production Download PDF

Info

Publication number
CN112988705B
CN112988705B CN202110251347.3A CN202110251347A CN112988705B CN 112988705 B CN112988705 B CN 112988705B CN 202110251347 A CN202110251347 A CN 202110251347A CN 112988705 B CN112988705 B CN 112988705B
Authority
CN
China
Prior art keywords
user
module
data
development
flink
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
CN202110251347.3A
Other languages
Chinese (zh)
Other versions
CN112988705A (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.)
Fujian Reliable Cloud Computing Technology Co.,Ltd.
Original Assignee
Xiamen Biebeyun 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 Xiamen Biebeyun Co ltd filed Critical Xiamen Biebeyun Co ltd
Priority to CN202110251347.3A priority Critical patent/CN112988705B/en
Publication of CN112988705A publication Critical patent/CN112988705A/en
Application granted granted Critical
Publication of CN112988705B publication Critical patent/CN112988705B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/26Visual data mining; Browsing structured data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computing Systems (AREA)
  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a data middlebox construction method for enterprise-level production.

Description

Data middlebox construction method for enterprise-level production
Technical Field
The invention relates to the field of big data calculation, in particular to a data middlebox construction method integrating data development, test and online full link deployment.
Background
With the rapid development of information technologies such as cloud computing, internet of things, social media and the like, the data volume that enterprises need to process is increasing at an exponential level, and the sharply increasing data volume makes the maintenance and analysis of data by the enterprises more and more difficult. With the timeliness of data being more prominent, the Streaming characteristics of the data become more obvious, and more enterprise-level application scenarios, such as financial banking, internet of things, and the like, need to be deployed on Streaming computing platforms, such as Apache Flink, Apache Storm, J-Storm, Heron, Spark Streaming, and the like.
The Flink platform is currently applied by a plurality of enterprises at home and abroad, and although the Flink platform is innovative in architecture and theoretical model as a new generation big data calculation engine integrating flow processing and batch processing, the Flink platform has a plurality of defects in the actual business scene with huge data volume. For example, Flink only provides the running form of a Jar package at present, the support for the Flink SQL is still incomplete, no inter-job dependence exists, and the method cannot be directly used in complex production work of enterprises.
In order to fully exert the driving capability of large data in enterprise production, the concept of data center is generated in the conversion process of business and data. The enterprise data center station can be abstracted and understood as a service set with multiple multiplexing items and can also be integrated with multiple software services, various abstracted data capabilities of an enterprise are packaged on a logic level, foreground services and background services are connected, service deployment and data extraction transmission are frequently served, and the data center station bears the responsibility of providing data services for various services of the enterprise, so that the data center station is tightly bound with the service value and is one of important services on a value chain. Therefore, how to provide a data middlebox more suitable for enterprise-level production aiming at the current situation of enterprise data maintenance and processing is one of the problems to be solved at present.
Disclosure of Invention
In order to adapt to the deployment and use of most of the current enterprises on the Flink platform, the invention provides a set of complete data processing links, namely data middleboxes, which can be used for enterprise-level production, and the data processing links comprise data development, data service and data display; the method can meet the calculation task requirements of enterprises under various complex conditions and provide external API and data display requirements for the analyzed data.
The construction method of the data center platform mainly comprises three steps of constructing a data development module, constructing a data service module and constructing a data display module.
Wherein the data development module includes: the system comprises a FlinkSQL development module, an operation scheduling design module and an operation and maintenance monitoring module; the Flink SQL development module provides a Flink SQL development interface for a user and supports the development and debugging of the Flink SQL; the job scheduling design module allows a user to define execution dependence and scheduling sequence among a plurality of jobs; the operation and maintenance monitoring module is used for monitoring the operation process of the operation.
Wherein the data service module includes: a custom API generating module and a custom API registering module; the user-defined API generating module is used for generating an SQL query interface according to the data processing requirements of the user for the direct use of the user; the custom API registration module is used for registering the generated custom API and providing corresponding registration service for the user according to the user authority.
Wherein the data presentation module comprises: the system comprises a visual report display module and a dynamic large-screen display module; the visual report display module is used for providing the capability of displaying the visual report for the analyzed and processed data; and the dynamic large-screen display module is used for providing real-time dynamic large-screen display capability for the analyzed and processed data.
Furthermore, the Flink SQL development module provides a development interface for a user based on Codemirror, and supports development and version management of the same project engineering by multiple users; the user can submit the Flink job to the kubernets cluster in a PerJob mode, and the Flink job log is obtained based on Fillebeat, so that the user can conveniently provide the log of real time and/or history in the debugging process of the Flink SQL.
Further, different users can develop the version information locally, and the version information is uploaded to the server while the version information is stored locally.
Further, the job scheduling design module provides a visual job scheduling management function for a user based on a Quarz platform, wherein the execution sequence among different jobs can be displayed in a form of a task list or a form of a directed acyclic graph, and the user can change the execution sequence among the jobs in a mouse dragging mode and customize the execution times of the different jobs.
Further, the job scheduling design module is further used for checking the dependency relationship between the changed jobs when the execution sequence of the jobs is changed by the user, and prompting the user in the interface that the current change operation is invalid and restoring the execution sequence of the jobs before the change operation when the check fails.
Further, the job scheduling design module is further configured to submit the plurality of jobs to the kubernets cluster according to a defined execution order to implement automatic execution of the jobs.
Further, the operation and maintenance monitoring module is used for reporting the executed Flink operation to Prometheus and displaying the Flink operation to a user through a visual interface, so that the user can master the operation condition of the operation in real time.
Further, a custom API generation module allows a user to package data source connection used by an enterprise, a query plan is generated based on a user-defined Flink SQL statement of the Flink SQL development module, and different query plans and different data sources are combined to generate a custom API; when a user requests a certain custom API, the corresponding query plan can be obtained according to the API, the operation is executed on the corresponding data source, and the result is returned to the user.
Further, before providing a corresponding registration service for a user according to a user authority, the custom API registration module needs to establish a role set between the user set and the authority set, where roles and authorities have a one-to-one correspondence relationship, and when a user is given a certain role, the user can use the registration service in the authority range corresponding to the role.
Further, a visual report display module and a dynamic large screen display module acquire a job execution result from the kubernets cluster and display the job execution result to a user in a visual component mode; meanwhile, a secondary development function is supported, and a code editing interface is provided for a user, so that the user can carry out secondary development on the Flink SQL statement and update an execution result in a visual component in real time; the user can share the report generated in the visual report display module and set the report updating period.
The data middlebox obtained by the construction method greatly accelerates the production and development period of enterprises. The requirements of data acquisition, processing, use, visualization and the like are integrated in the data to realize the whole link. In addition, the use threshold of a user is lowered, even personnel who do not know research and development can define corresponding operation tasks through dragged visual operation in data service or data display, data support with stronger maneuverability is provided for market operators and company high-level leaders to make market decisions, market demand changes are responded faster, and business opportunities are acquired in time.
Drawings
FIG. 1 is a diagram of a data center table
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example 1
In recent years, big data technology is widely concerned and applied by various industries, various traditional enterprises start to transform, and a data center station as a new data integration architecture also enters the public view. Fig. 1 shows a framework diagram in data, for enterprise-level applications, because data sources related to an enterprise production process are various, the data source in the data center needs to be compatible with structured, unstructured, and semi-structured data sources, and data access is performed by adopting Sqoop, flux, and Kafka, data storage is performed by adopting Hdfs, Hbase, and greenply, and data processing is performed based on Hadoop, Spark, Flink, and other technologies. And different data development and data application services are provided for different users at the upper layer. The data center platform framework realizes the integrated processing of acquisition, calculation, storage and processing of mass data and also realizes the unification of data standards. Meanwhile, the required model service, algorithm service, organization, flow, standard, specification, management system and the like required by the data center system construction in the data center platform construction process are closely connected with enterprise production to form large data assets at an enterprise level, the data service capability is realized through a data mining and analyzing tool, and effective guarantee is provided for innovation and production of enterprises.
Flink is an efficient general purpose big data distributed processing engine based on Java implementations. Flink handles all tasks (batch data as a data stream with limited boundaries) as a stream. The cost of open-source Flink programming development is high, the learning cost is high, the debugging is complex, the online period is long, and different development modes are adopted for each data source connection. Flink's SQL support is based on Apache Call implementing the SQL standard. Whether the input is a batch input (DataSet) or a stream input (DataStream), the queries specified in either interface have the same semantics and specify the same results. When the Flink is applied to the real-time processing of the SQL data, if the functions of data query, maintenance and the like are to be realized, a user needs to inherit various functions of the Flink for development, a large amount of codes need to be written by the user, and the realization is complex.
In order to solve the above problems, the present embodiment relates to a complete set of data processing links, i.e. data middleboxes, which can be used for enterprise-level production, and aims to improve the efficiency of enterprise development and application of large data in actual production at low cost. The method comprises the steps of data development, data service and data display; the method can meet the calculation task requirements of enterprises under various complex conditions and provide external API and data display requirements for the analyzed data. The architecture also comprises a set of complete strategy schemes such as metadata storage, data quality supervision, core data protection, data authority control and the like so as to ensure the safety of data quality specifications and data assets.
Specifically, the method for constructing the data center platform for enterprise-level production mainly comprises three steps of constructing a data development module, constructing a data service module and constructing a data presentation module.
Wherein the data development module includes: the system comprises a FlinkSQL development module, an operation scheduling design module and an operation and maintenance monitoring module; the Flink SQL development module provides a Flink SQL development interface for a user and supports the development and debugging of the Flink SQL; the job scheduling design module allows a user to define execution dependence and scheduling sequence among a plurality of jobs; the operation and maintenance monitoring module is used for monitoring the operation process of the operation.
Wherein the data service module includes: a custom API generating module and a custom API registering module; the user-defined API generating module is used for generating an SQL query interface according to the data processing requirements of the user for the direct use of the user; the custom API registration module is used for registering the generated custom API and providing corresponding registration service for the user according to the user authority.
Wherein the data presentation module comprises: the system comprises a visual report display module and a dynamic large-screen display module; the visual report display module is used for providing the capability of displaying the visual report for the analyzed and processed data; and the dynamic large-screen display module is used for providing real-time dynamic large-screen display capability for the analyzed and processed data.
Furthermore, the Flink SQL development module provides a development interface for a user based on Codemirror, and supports development and version management of the same project engineering by multiple users; the user can submit the Flink job to the kubernets cluster in a PerJob mode, and the Flink job log is obtained based on Fillebeat, so that the user can conveniently provide the log of real time and/or history in the debugging process of the Flink SQL.
In one embodiment, the version management provided by the Flink SQL development module is different from other version control systems (such as CVS, Subversion, Performance, Bazaar and the like), and most version control systems store file information in a file change list mode, and the information saved by text is regarded as a group of basic files and the difference accumulated by each file gradually over time. And the version management in the Flink SQL development module regards the text information as a snapshot and stores a corresponding snapshot index, if the text is not changed at the current time, the text entity at the current time does not need to be stored, and if the text at the current time is changed, the changed text entity is stored.
In addition, in the embodiment, most operations can be performed locally, and different users can develop and upload version information to the server locally. If the user can not connect with the Internet at present, the user can still submit the edited version and store the version locally until the version is uploaded to the server when the user has network connection. When a user needs to browse certain version information stored at the past time, the user can directly read the version information from the local without connecting with an external network server.
In one embodiment, the job scheduling design module provides a visualized job scheduling management function for a user based on a Quarz platform, wherein the execution sequence among different jobs can be shown in a form of a task list or a form of a directed acyclic graph, and the user can change the execution sequence among jobs in a mouse dragging mode and customize the execution times of different jobs. For example, three jobs, task a, task B, and task C, are listed in sequence in the task list, and the user may set parameter information such as start time, next trigger time, execution times, and the like of each task. The task A, the task B and the task C are executed in sequence under the default condition, a user can change the execution sequence of the tasks A-C in a mouse dragging mode, and the starting time and the next triggering time of each task after the execution sequence is changed are also changed. In addition, the user can also adjust the execution sequence between the jobs in a directed acyclic graph mode, and can switch between the task list and the directed acyclic graph according to specific needs.
In addition, the job scheduling design module is further used for checking the dependency relationship between the changed jobs when the execution sequence of the jobs is changed by the user, prompting the user that the current change operation is invalid in the interface when the check is failed, and recovering the execution sequence of the jobs before the change operation.
Further, the job scheduling design module is further configured to submit the plurality of jobs to the kubernets cluster according to a defined execution order to implement automatic execution of the jobs.
Further, the operation and maintenance monitoring module is used for reporting the executed Flink operation to Prometheus and displaying the Flink operation to a user through a visual interface, so that the user can master the operation condition of the operation in real time.
Further, a custom API generation module allows a user to package data source connection used by an enterprise, a query plan is generated based on a user-defined Flink SQL statement of the Flink SQL development module, and different query plans and different data sources are combined to generate a custom API; when a user requests a certain custom API, the corresponding query plan can be obtained according to the API, the operation is executed on the corresponding data source, and the result is returned to the user.
Further, before providing a corresponding registration service for a user according to a user authority, the custom API registration module needs to establish a role set between the user set and the authority set, where roles and authorities have a one-to-one correspondence relationship, and when a user is given a certain role, the user can use the registration service in the authority range corresponding to the role.
Further, a visual report display module and a dynamic large screen display module acquire a job execution result from the kubernets cluster and display the job execution result to a user in a visual component mode; meanwhile, a secondary development function is supported, and a code editing interface is provided for a user, so that the user can carry out secondary development on the Flink SQL statement and update an execution result in a visual component in real time; the user can share the report generated in the visual report display module and set the report updating period.
In one embodiment, the visual report display module realizes the secondary development function based on a Redash platform, and the dynamic large-screen display module realizes the secondary development function based on a DataV platform.
Through the scheme of the embodiment, the built data center for enterprise-level production greatly accelerates the development period of data value acquisition and utilization, provides more flexible data support for market operators and company high-level leaders to make market decisions, responds to market demand changes more quickly, and acquires business opportunities in time.
Finally, it should be noted that: it should be understood that the above examples are only for clearly illustrating the present application and are not intended to limit the embodiments. Other variations and modifications will be apparent to persons skilled in the art in light of the above description. And are neither required nor exhaustive of all embodiments. And obvious variations or modifications of this type are intended to be covered by the present invention.

Claims (4)

1. A data middle platform construction method for enterprise-level production is characterized by comprising three steps of constructing a data development module, constructing a data service module and constructing a data display module; wherein:
the data development module comprises: the system comprises a FlinkSQL development module, an operation scheduling design module and an operation and maintenance monitoring module; the Flink SQL development module provides a Flink SQL development interface for a user and supports the development and debugging of the Flink SQL; the job scheduling design module allows a user to define execution dependence and scheduling sequence among a plurality of jobs; the operation and maintenance monitoring module is used for monitoring the operation process of the operation;
the data service module comprises: a custom API generating module and a custom API registering module; the custom API generating module is used for generating an SQL query interface according to the data processing requirement of the user for the direct use of the user; the user-defined API registration module is used for registering the generated user-defined API and providing corresponding registration service for the user according to the user authority, before the step, a role set needs to be established between the user set and the authority set, roles and authorities have one-to-one correspondence, and after the user is endowed with a certain role, the user can use the registration service in the authority range corresponding to the role;
the data presentation module includes: the system comprises a visual report display module and a dynamic large-screen display module; the visual report display module is used for providing the capability of displaying a visual report for the analyzed and processed data; the dynamic large-screen display module is used for providing real-time dynamic large-screen display capability for the analyzed and processed data;
in the step of constructing the data development module, the SQL development module provides a development interface for a user based on Codemirror, and supports development and version management of the same project engineering by multiple users; the user can submit the Flink job to the kubernets cluster in a PerJob mode, and a Filelink job log is obtained based on Filebeat, so that the user can conveniently provide a real-time or historical log in the debugging process of the Flink SQL; different users can develop locally, and the version information is stored locally and uploaded to the server at the same time;
the job scheduling design module provides a visual job scheduling management function for a user based on a Quartz platform, wherein the execution sequence among different jobs is displayed in a form of a task list or a form of a directed acyclic graph, and the user can change the execution sequence among the jobs in a mouse dragging mode and self-define the execution times of the different jobs;
the job scheduling design module is also used for verifying the dependency relationship between the changed jobs when the execution sequence of the jobs is changed by a user, prompting the user that the current change operation is invalid in an interface when the verification is failed, and recovering the execution sequence of the jobs before the change operation; the job scheduling design module is also used for submitting a plurality of jobs to the kubernets cluster according to a defined execution sequence so as to realize automatic execution of the jobs.
2. The data console building method according to claim 1, wherein in the step of building a data development module, the job operation and maintenance monitoring module is configured to report a Flink job in execution to Prometheus, and to display the Flink job to a user through a visual interface, so that the user can grasp the operation condition of the job in real time.
3. The data console building method according to claim 1, wherein in the step of building the data service module, the custom API generating module allows a user to package data source connections used by an enterprise, a query plan is generated based on a user-defined Flink SQL statement of the Flink SQL development module, and different query plans are combined with different data sources to generate the custom API; when a user requests a certain custom API, the corresponding query plan can be obtained according to the API, the operation is executed on the corresponding data source, and the result is returned to the user.
4. The data center construction method according to claim 1, wherein in the data display module construction step, the visual report display module and the dynamic large screen display module acquire job execution results from a kubernets cluster and display the job execution results to a user in a visual component manner; meanwhile, a secondary development function is supported, and a code editing interface is provided for a user, so that the user can carry out secondary development on the Flink SQL statement and update an execution result in a visual component in real time; the user can share the report generated in the visual report display module and set the report updating period.
CN202110251347.3A 2021-03-08 2021-03-08 Data middlebox construction method for enterprise-level production Active CN112988705B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110251347.3A CN112988705B (en) 2021-03-08 2021-03-08 Data middlebox construction method for enterprise-level production

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110251347.3A CN112988705B (en) 2021-03-08 2021-03-08 Data middlebox construction method for enterprise-level production

Publications (2)

Publication Number Publication Date
CN112988705A CN112988705A (en) 2021-06-18
CN112988705B true CN112988705B (en) 2022-04-15

Family

ID=76335672

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110251347.3A Active CN112988705B (en) 2021-03-08 2021-03-08 Data middlebox construction method for enterprise-level production

Country Status (1)

Country Link
CN (1) CN112988705B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115629771B (en) * 2022-12-08 2023-03-21 杭州比智科技有限公司 Data center station privatization deployment method and system based on K3s

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110377413A (en) * 2019-07-24 2019-10-25 上海金融期货信息技术有限公司 Based on the distributed task scheduling asynchronous schedule of BPMN standard and the system of monitoring
CN111580733A (en) * 2020-05-15 2020-08-25 中国工商银行股份有限公司 Task processing method and device, computing equipment and medium
CN111679814A (en) * 2020-05-24 2020-09-18 杭州云徙科技有限公司 Data-driven data center system

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8537011B2 (en) * 2010-03-19 2013-09-17 David Iffergan Marine optic fiber security fence
US9842000B2 (en) * 2015-09-18 2017-12-12 Salesforce.Com, Inc. Managing processing of long tail task sequences in a stream processing framework
US10713088B2 (en) * 2017-03-23 2020-07-14 Amazon Technologies, Inc. Event-driven scheduling using directed acyclic graphs
CN110245008B (en) * 2018-03-09 2023-02-03 阿里巴巴集团控股有限公司 Timing task processing method, system and equipment
CN111191228A (en) * 2019-12-20 2020-05-22 京东数字科技控股有限公司 Service processing method and device, equipment and storage medium
CN111210539B (en) * 2020-01-02 2023-09-19 浙江吉利新能源商用车集团有限公司 Data analysis system for power storage battery
CN111224873B (en) * 2020-01-20 2021-01-01 厦门靠谱云股份有限公司 Nginx route distribution type-based micro front-end system and development and deployment methods thereof
CN111045656A (en) * 2020-03-12 2020-04-21 大汉软件股份有限公司 Method and system for constructing platform system infrastructure in government affair service
CN111506311A (en) * 2020-04-22 2020-08-07 大汉软件股份有限公司 Internet rapid iterative development, integration and release method and middlebox enabling engine
CN112068847B (en) * 2020-09-07 2022-05-13 海南大学 Computing environment deployment method and device based on kubernets platform
CN112182077B (en) * 2020-09-11 2022-06-07 杭州优云软件有限公司 Intelligent operation and maintenance system based on data middling platform technology
CN112199353A (en) * 2020-10-14 2021-01-08 国网安徽省电力有限公司信息通信分公司 Data processing method and electric power customer service platform
CN112231119B (en) * 2020-10-16 2024-01-30 广西科技大学 Distributed cloud management system data center platform service design method
CN112396404A (en) * 2020-11-27 2021-02-23 广州光点信息科技有限公司 Data center system
CN112379653B (en) * 2020-12-01 2023-10-27 国能信控互联技术有限公司 Intelligent power plant management and control system based on micro-service architecture

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110377413A (en) * 2019-07-24 2019-10-25 上海金融期货信息技术有限公司 Based on the distributed task scheduling asynchronous schedule of BPMN standard and the system of monitoring
CN111580733A (en) * 2020-05-15 2020-08-25 中国工商银行股份有限公司 Task processing method and device, computing equipment and medium
CN111679814A (en) * 2020-05-24 2020-09-18 杭州云徙科技有限公司 Data-driven data center system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
【超强干货】通过数栈DataAPI数据中台可实现数据共享;数栈DTinsight;《https://www.jianshu.com/p/3233c73034c1》;20210304;第1页 *

Also Published As

Publication number Publication date
CN112988705A (en) 2021-06-18

Similar Documents

Publication Publication Date Title
US10534773B2 (en) Intelligent query parameterization of database workloads
US11216302B2 (en) Modifying task dependencies at worker nodes using precompiled libraries
US10353913B2 (en) Automating extract, transform, and load job testing
US10824948B2 (en) Decision tables and flow engine for building automated flows within a cloud based development platform
US11663257B2 (en) Design-time information based on run-time artifacts in transient cloud-based distributed computing clusters
US10853154B2 (en) Orchestration of a sequence of computations by external systems
US11176113B2 (en) Indexing and relaying data to hot storage
CN105339941B (en) Projector and selector assembly type are used for ETL Mapping Design
CN105843182A (en) Power dispatching accident handling scheme preparing system and power dispatching accident handling scheme preparing method based on OMS
CN107103064B (en) Data statistical method and device
CN112260877A (en) AI-based RPA robot management method, platform and storage medium
CN115335821B (en) Offloading statistics collection
CN103838847A (en) Data organization method oriented to sea-cloud collaboration network computing network
CN110309108A (en) Data acquisition and storage method, device, electronic equipment, storage medium
CN108108986B (en) Design method and device of customer relationship management system and electronic equipment
CN114626807A (en) Nuclear power scene management method, system, device, computer equipment and storage medium
CN115422003A (en) Data quality monitoring method and device, electronic equipment and storage medium
CN112988705B (en) Data middlebox construction method for enterprise-level production
US11016736B2 (en) Constraint programming using block-based workflows
CN113821538B (en) Stream data processing system based on metadata
CN110750582A (en) Data processing method, device and system
CN114756301A (en) Log processing method, device and system
US20220122038A1 (en) Process Version Control for Business Process Management
CN113626379A (en) Research and development data management method, device, equipment and medium
Zhang et al. Research on the construction and robustness testing of SaaS cloud computing data center based on the MVC design pattern

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
CB03 Change of inventor or designer information

Inventor after: Zheng Liangjian

Inventor after: Lin Youqin

Inventor after: Xiao Jinhua

Inventor after: Liu Mingxing

Inventor before: Zheng Liangjian

Inventor before: Lin Youqin

Inventor before: Xiao Jinhua

Inventor before: Liu Mingxing

CB03 Change of inventor or designer information
TA01 Transfer of patent application right

Effective date of registration: 20220323

Address after: 350001 8th floor, block B, yinjiangshan, No. 528, Xihong Road, Gulou District, Fuzhou City, Fujian Province

Applicant after: Xiamen Biebeyun Co.,Ltd.

Address before: 3791, 3rd floor, building 6, 15 guangximen Beili, Chaoyang District, Beijing

Applicant before: Beijing reliable spectrum cloud Technology Co.,Ltd.

Applicant before: Xiamen Biebeyun Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address

Address after: 361000 3F-A317, Zone C, Innovation Building, Software Park, Torch High tech Zone, Xiamen City, Fujian Province

Patentee after: Fujian Reliable Cloud Computing Technology Co.,Ltd.

Country or region after: China

Address before: 350001 8th floor, block B, yinjiangshan, No. 528, Xihong Road, Gulou District, Fuzhou City, Fujian Province

Patentee before: Xiamen Biebeyun Co.,Ltd.

Country or region before: China

CP03 Change of name, title or address