CN108205553B - Interface processing system and method based on text file - Google Patents

Interface processing system and method based on text file Download PDF

Info

Publication number
CN108205553B
CN108205553B CN201611175555.5A CN201611175555A CN108205553B CN 108205553 B CN108205553 B CN 108205553B CN 201611175555 A CN201611175555 A CN 201611175555A CN 108205553 B CN108205553 B CN 108205553B
Authority
CN
China
Prior art keywords
interface
service
data
monitoring
protocol standard
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
CN201611175555.5A
Other languages
Chinese (zh)
Other versions
CN108205553A (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.)
Shenzhen Lan You Technology Co Ltd
Original Assignee
Shenzhen Lan You 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 Shenzhen Lan You Technology Co Ltd filed Critical Shenzhen Lan You Technology Co Ltd
Priority to CN201611175555.5A priority Critical patent/CN108205553B/en
Publication of CN108205553A publication Critical patent/CN108205553A/en
Application granted granted Critical
Publication of CN108205553B publication Critical patent/CN108205553B/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/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/1734Details of monitoring file system events, e.g. by the use of hooks, filter drivers, logs
    • 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/25Integrating or interfacing systems involving database management systems

Abstract

A system and a method for processing an interface based on a text file are provided, the system comprises: the interface service definition module is used for defining the interface type of the interface service, the source system and the target system of the interface, the attribute item and the protocol standard, wherein the interface type is sending or receiving; the interface service arrangement module is used for arranging the start of each service and setting the priority and the rule of the data recombination of the interface according to the attribute items of the interface; the data receiving service is used for converting the interface file into interface data according to a protocol standard, cleaning the interface data and recombining the data according to a set priority and a set rule; and the data generation service is used for converting the stored interface data according to the protocol standard to obtain an interface file. The invention can define interface service; and large-scale data can be divided into a plurality of interfaces to be orderly processed based on the arranged priority, and the method is suitable for processing complex interface files with timeliness or limited life cycle.

Description

Interface processing system and method based on text file
Technical Field
The invention relates to the technical field of communication, in particular to an interface processing system based on a text file.
Background
Data interaction between systems inside an enterprise or between different systems across the enterprise is often transmitted by using a defined interface protocol. The transmission modes are generally divided into real-time and asynchronous. If the request to the interface can not be input and output in real time, or the proportion of the processing overhead before and after the input of the interface is large, an asynchronous mode is generally adopted. In the asynchronous interface, the interface processing using the text file as a carrier is very important.
In the prior art, one scheme is that data transmission is realized across systems by detecting received interface files regularly and disassembling required data; the other scheme is that the received interface files are detected regularly and are disassembled into required data after being formatted in batches, so that cross-system data transmission is realized. Although the schemes can realize the interaction between systems from interface data, the following problems exist in practical application:
the first scheme is that for complex data entities, the complex data entities are from a relational database and limited to using text files as interface carriers of definition standards, regenerated interface data may be split into a plurality of interfaces, a target system needs to be further processed and recombined after receiving the data, complex logic is involved, and simple receiving and splitting cannot be met. In the second scheme, the timeliness and the life cycle of data usually exist in the main data of an enterprise, and simple batch disassembly cannot be met frequently.
Disclosure of Invention
The present invention provides a system and a method for processing an interface based on a text file, which are directed to the above-mentioned defects in the prior art.
The technical scheme adopted by the invention for solving the technical problems is as follows: constructing a text file based interface processing system comprising:
the interface service definition module is used for defining the interface type of the interface service, the source system and the target system of the interface, the attribute item and the protocol standard, wherein the interface type is sending or receiving;
the interface service arrangement module is used for arranging the start of each service and setting the priority and the rule of the data recombination of the interface according to the attribute items of the interface;
the data receiving service is used for converting the interface file into interface data according to a protocol standard, cleaning the interface data and recombining the data according to a set priority and a set rule;
and the data generation service is used for converting the stored interface data according to the protocol standard to obtain an interface file.
In the interface processing system based on text file according to the present invention, the system further includes:
the monitoring service definition module is used for defining at least one monitoring service, defining basic information of each monitoring service and carrying out initialization management on basic parameters of the monitoring service;
the interface service arrangement module is further used for configuring the defined interface services to the monitoring services to instantiate each monitoring service, and the monitoring services schedule data receiving services after monitoring the changed data.
In the interface processing system based on the text file according to the present invention, the data receiving service includes:
a data conversion service for performing data conversion for converting interface data in a text format conforming to a protocol standard into interface data in a standard format;
the data cleaning service is used for executing data cleaning, performing redundancy removal, duplicate removal and dirty removal on the converted interface data, and verifying whether a recombination condition is met;
and the data reorganization service is used for executing data reorganization, performing data reorganization on the successfully verified interface data according to the set priority and rules, and storing the data in the relational database.
In the interface processing system based on the text file, the interface service arrangement module is further used for setting the scheduling time and the trigger mechanism of the data generation service, and the interface service carries out the scheduling of the data generation service if the interface service conforms to the scheduling time and the trigger mechanism in the operation process.
In the interface processing system based on the text file, the protocol standard can be customized according to bytes, lengths and separators.
The invention also discloses an interface processing method based on the text file, which comprises the following steps:
defining an interface type of an interface service, a source system and a target system of an interface, an attribute item and a protocol standard through an interface service definition module, wherein the interface type is sending or receiving;
the starting of each service is arranged through an interface service arrangement module, and the priority and the rule of the data recombination of the interface are set according to the attribute items of the interface;
the data receiving service converts the interface file into interface data according to a protocol standard, performs data cleaning on the interface data and performs data recombination according to a set priority and a set rule;
and the data generation service converts the stored interface data according to the protocol standard to obtain an interface file.
In the interface processing method based on the text file, the method further includes:
defining at least one monitoring service through a monitoring service definition module, defining basic information of each monitoring service, and performing initialization management on basic parameters of the monitoring service;
the interface service arranging module configures the defined interface service to the monitoring service to instantiate each monitoring service, and the monitoring service schedules a data receiving service after monitoring the changed data.
In the interface processing method based on the text file according to the present invention, the data receiving service includes:
the data conversion service converts the interface data in the text format conforming to the protocol standard into interface data in a standard format;
the data cleaning service performs redundancy removal, duplication removal and dirty removal on the converted interface data and checks whether a recombination condition is met;
and the data restructuring service restructures the successfully verified interface data according to the set priority and rules and stores the data in the relational database.
In the interface processing method based on the text file, the interface service arrangement module also sets the scheduling time and the trigger mechanism of the data generation service, and the interface service schedules the data generation service if the interface service accords with the scheduling time and the trigger mechanism in the running process.
In the interface processing method based on the text file, the protocol standard can be customized according to bytes, lengths and separators.
The system and the method for processing the interface based on the text file have the following beneficial effects that: the interface service can be customized through the interface service definition module; the starting of each service is arranged through the interface service arrangement module, and the priority and the rule of the data recombination of the interfaces are set according to the attribute items of the interfaces, so that large-scale data can be divided into a plurality of interfaces to be orderly processed based on the arranged priority, and the interface service arrangement module is suitable for processing interface files which are complex, have timeliness or have limited life cycle; furthermore, the mode operation of the configuration service is simpler and more controllable for interface operation state control, monitoring and exception handling.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts:
FIG. 1 is a schematic diagram of a preferred embodiment of a system for processing a text-based interface according to the present invention;
FIG. 2 is a schematic diagram of a cross-system file transfer based on the method of the present invention.
Detailed Description
In the embodiment of the present invention, the system and the method for processing an interface based on a text file according to the present invention have the following advantages: the interface service can be customized through the interface service definition module; the starting of each service is arranged through the interface service arrangement module, and the priority and the rule of the data recombination of the interfaces are set according to the attribute items of the interfaces, so that large-scale data can be divided into a plurality of interfaces to be orderly processed based on the arranged priority, and the interface service arrangement module is suitable for processing interface files which are complex, time-efficient or have limited life cycle.
In order to better understand the technical solutions, the technical solutions will be described in detail below with reference to the drawings and the specific embodiments of the specification, and it should be understood that the embodiments and specific features of the embodiments of the present invention are detailed descriptions of the technical solutions of the present application, and are not limited to the technical solutions of the present application, and the technical features of the embodiments and examples of the present invention may be combined with each other without conflict.
Referring to fig. 1, it is a schematic structural diagram of a preferred embodiment of the interface processing system based on text files according to the present invention.
The interface processing system based on the text file comprises:
the interface service definition module is used for defining the interface type of the interface service, the source system and the target system of the interface, the attribute item, and the protocol type and the protocol standard corresponding to the definition interface file, wherein the interface type is sending or receiving; the protocol standard can be customized by byte, length and separator.
The monitoring service definition module is used for defining at least one monitoring service, defining basic information of each monitoring service, and performing initialization management on basic parameters of the monitoring service, such as initializing a read-write path, authentication information, monitoring frequency, thread parameters and the like.
Preferably, the monitoring service can display the billboard in real time or generate the running report at regular time, so as to ensure that the receiving and sending of the interface are normal. Meanwhile, manual intervention service stop and start or system daemon automatic daemon service operation is supported.
The interface service arrangement module is used for arranging the starting of each service (if the defined services have master-slave relationship or precedence relationship, the services are started in an arranged mode during operation), and setting the priority and the rule of the data recombination of the interface according to the attribute items of the interface; the interface service arranging module is also used for configuring the defined interface service to the monitoring service to instantiate each monitoring service, and the monitoring service schedules the data receiving service after monitoring the changed data.
The data receiving service is used for converting the interface file into interface data according to a protocol standard, cleaning the interface data and recombining the data according to a set priority and a set rule;
and the data generation service is used for converting the stored interface data according to the protocol standard to obtain an interface file. The interface service scheduling module is further used for setting a scheduling time and a triggering mechanism of the data generation service, and if the interface service meets the scheduling time and the triggering mechanism in the operation process, the interface service schedules the data generation service.
Specifically, the data receiving service includes:
a data conversion service for performing data conversion for converting interface data in a text format conforming to a protocol standard into interface data in a standard format;
the data cleaning service is used for executing data cleaning, performing redundancy removal, duplicate removal and dirty removal on the converted interface data, and verifying whether a recombination condition is met;
and the data reorganization service is used for executing data reorganization, performing data reorganization on the successfully verified interface data according to the set priority and rules, and storing the data in the relational database.
Correspondingly, the invention also discloses an interface processing method based on the text file, which comprises the following steps:
defining an interface type of an interface service, a source system and a target system of an interface, an attribute item and a protocol standard through an interface service definition module, wherein the interface type is sending or receiving; the protocol standard can be customized by byte, length and separator.
Defining at least one monitoring service through a monitoring service definition module, defining basic information of each monitoring service, and performing initialization management on basic parameters of the monitoring service;
the starting of each service is arranged through an interface service arrangement module, and the priority and the rule of the data recombination of the interface are set according to the attribute items of the interface; and configuring the defined interface service to the monitoring service to instantiate each monitoring service, and scheduling the data receiving service after monitoring the changed data by the monitoring service.
The data receiving service converts the interface file into interface data according to a protocol standard, performs data cleaning on the interface data and performs data recombination according to a set priority and a set rule;
and the data generation service converts the stored interface data according to the protocol standard to obtain an interface file.
The interface service scheduling module also sets the scheduling time and the triggering mechanism of the data generation service, and schedules the data generation service if the interface service conforms to the scheduling time and the triggering mechanism in the running process.
Wherein the data reception service includes:
the data conversion service converts the interface data in the text format conforming to the protocol standard into interface data in a standard format;
the data cleaning service performs redundancy removal, duplication removal and dirty removal on the converted interface data and checks whether a recombination condition is met;
and the data restructuring service restructures the successfully verified interface data according to the set priority and rules and stores the data in the relational database.
The present invention will be briefly described with reference to fig. 2 as a specific example.
If system A has data L, it may be modified multiple times a day. The master data management system B needs to use the data L of the system A, so an interface is established, and if the L in the system A is changed, the changed data is transmitted to the system B through the interface. For performance reasons, system a sends the interface data only once a day, no matter how many times data L is changed. The data L received in the system B is transmitted to other necessary downstream systems in accordance with various patterns (latest data, history data, alteration history, etc.).
The data receiving process comprises the following steps:
1) interface type is defined as receiving, system A is a source system, system B is a target system, attribute items, interfaces of L change data, protocol standard and the like;
2) defining a monitoring service, wherein the address of service monitoring is a receiving folder in the graph;
3) interface service arrangement, configuring the defined interface service to the monitoring service; associating the logic realization functions of the data cleaning service and the data recombination service into the data cleaning service and the data recombination service, and setting the priority and the rule of the data recombination of the interface according to the attribute items of the interface;
4) the system A changes the L data twice in one day, and generates changed data A and changed data B when reaching the appointed sending time point; after monitoring the changed data A and the changed data B, the monitoring service configures the interface file to an interface queue, and the interface service processes the interface queue to perform service scheduling such as data conversion, data cleaning, data recombination and the like; specifically, during data reorganization, the system B obtains the result of v2 version by preferentially processing the changed data A according to the priority and the rule set in the step 3), and then processes the changed data B, and the system B obtains the result of v3 version.
The data sending process comprises the following steps:
1) interface type is defined as sending, system B is a source system, system a is a target system, attribute items, and an interface defining the sending type of system B (two interfaces are defined in fig. 2, data C and data D are generated respectively, and data C or D may be the latest data, historical data, or a history in the requirement description; ) And protocol standards, etc.;
2) the interface service scheduling module sets scheduling time and a triggering mechanism of two defined data generation services, performs data generation service scheduling if the scheduling time and the triggering time meet triggering conditions and time in the operation process, and converts the stored interface data according to a protocol standard to obtain an interface file, namely to generate data C or data D.
In summary, the system and the method for processing an interface based on a text file according to the present invention have the following advantages: the interface service can be customized through the interface service definition module; the starting of each service is arranged through the interface service arrangement module, and the priority and the rule of the data recombination of the interfaces are set according to the attribute items of the interfaces, so that large-scale data can be divided into a plurality of interfaces to be orderly processed based on the arranged priority, and the interface service arrangement module is suitable for processing interface files which are complex, have timeliness or have limited life cycle; furthermore, the mode operation of the configuration service is simpler and more controllable for interface operation state control, monitoring and exception handling.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (10)

1. A text file based interface processing system, comprising:
the interface service definition module is used for defining the interface type of the interface service, the source system and the target system of the interface, the attribute item and the protocol standard, wherein the interface type is sending or receiving;
the interface service arrangement module is used for arranging the start of each service and setting the priority and the rule of the data recombination of the interface according to the attribute items of the interface;
the data receiving service is used for converting the interface file into interface data according to a protocol standard, cleaning the interface data and recombining the data according to a set priority and a set rule;
and the data generation service is used for converting the stored interface data according to the protocol standard to obtain an interface file.
2. The text file based interface processing system of claim 1, further comprising:
the monitoring service definition module is used for defining at least one monitoring service, defining basic information of each monitoring service and carrying out initialization management on basic parameters of the monitoring service;
the interface service arrangement module is further used for configuring the defined interface services to the monitoring services to instantiate each monitoring service, and the monitoring services schedule data receiving services after monitoring the changed data.
3. The text file based interface processing system of claim 1, wherein the data receiving service comprises:
a data conversion service for performing data conversion for converting interface data in a text format conforming to a protocol standard into interface data in a standard format;
the data cleaning service is used for executing data cleaning, performing redundancy removal, duplicate removal and dirty removal on the converted interface data, and verifying whether a recombination condition is met;
and the data reorganization service is used for executing data reorganization, performing data reorganization on the successfully verified interface data according to the set priority and rules, and storing the data in the relational database.
4. The interface processing system according to claim 2, wherein the interface service scheduling module is further configured to set a scheduling time and a trigger mechanism of the data generation service, and the interface service performs scheduling of the data generation service if the interface service meets the scheduling time and the trigger mechanism during the operation process.
5. The text file based interface processing system of claim 1 wherein the protocol standard is customizable by byte, by length, by delimiter.
6. An interface processing method based on text files is characterized by comprising the following steps:
defining an interface type of an interface service, a source system and a target system of an interface, an attribute item and a protocol standard through an interface service definition module, wherein the interface type is sending or receiving;
the starting of each service is arranged through an interface service arrangement module, and the priority and the rule of the data recombination of the interface are set according to the attribute items of the interface;
the data receiving service converts the interface file into interface data according to a protocol standard, performs data cleaning on the interface data and performs data recombination according to a set priority and a set rule;
and the data generation service converts the stored interface data according to the protocol standard to obtain an interface file.
7. The method of claim 6, further comprising:
defining at least one monitoring service through a monitoring service definition module, defining basic information of each monitoring service, and performing initialization management on basic parameters of the monitoring service;
the interface service arranging module configures the defined interface service to the monitoring service to instantiate each monitoring service, and the monitoring service schedules a data receiving service after monitoring the changed data.
8. The method of claim 6, wherein the data receiving service comprises:
the data conversion service converts the interface data in the text format conforming to the protocol standard into interface data in a standard format;
the data cleaning service performs redundancy removal, duplication removal and dirty removal on the converted interface data and checks whether a recombination condition is met;
and the data restructuring service restructures the successfully verified interface data according to the set priority and rules and stores the data in the relational database.
9. The interface processing method according to claim 6, wherein the interface service scheduling module further sets a scheduling time and a trigger mechanism of the data generation service, and the interface service performs scheduling of the data generation service if the interface service meets the scheduling time and the trigger mechanism during the operation process.
10. The method of claim 6, wherein the protocol standard is customizable by byte, by length, by delimiter.
CN201611175555.5A 2016-12-19 2016-12-19 Interface processing system and method based on text file Active CN108205553B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201611175555.5A CN108205553B (en) 2016-12-19 2016-12-19 Interface processing system and method based on text file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201611175555.5A CN108205553B (en) 2016-12-19 2016-12-19 Interface processing system and method based on text file

Publications (2)

Publication Number Publication Date
CN108205553A CN108205553A (en) 2018-06-26
CN108205553B true CN108205553B (en) 2021-12-28

Family

ID=62602861

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201611175555.5A Active CN108205553B (en) 2016-12-19 2016-12-19 Interface processing system and method based on text file

Country Status (1)

Country Link
CN (1) CN108205553B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6353827B1 (en) * 1997-09-04 2002-03-05 British Telecommunications Public Limited Company Methods and/or systems for selecting data sets
CN102882849A (en) * 2012-08-29 2013-01-16 广东威创视讯科技股份有限公司 Multi-medium communication device and method
CN103019987A (en) * 2013-01-10 2013-04-03 厦门市美亚柏科信息股份有限公司 Method and system for transmitting data on basis of USB (universal serial bus) interfaces
CN104077409A (en) * 2014-07-14 2014-10-01 北京龙存科技有限责任公司 Method for quickly splitting and merging file on basis of restructured file metadata
CN104317588A (en) * 2014-10-22 2015-01-28 西安未来国际信息股份有限公司 Software component automatic packaging method
CN105335310A (en) * 2014-06-05 2016-02-17 阿里巴巴集团控股有限公司 Interface defining method, and data transmission method and apparatus
CN105528360A (en) * 2014-09-30 2016-04-27 百旭科技有限公司 Design of walking type instruction recombination of Service Oriented Architecture (SOA) applied to real-time commercial intelligent system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102541959B (en) * 2010-12-31 2014-03-12 中国移动通信集团安徽有限公司 Method, device and system for scheduling electron transport layer (ETL)
CN103685419A (en) * 2012-09-21 2014-03-26 中兴通讯股份有限公司 Business processing method and apparatus
CN103888529B (en) * 2014-03-17 2017-05-17 何颖 Method, system and device for data wireless transmitting and receiving

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6353827B1 (en) * 1997-09-04 2002-03-05 British Telecommunications Public Limited Company Methods and/or systems for selecting data sets
CN102882849A (en) * 2012-08-29 2013-01-16 广东威创视讯科技股份有限公司 Multi-medium communication device and method
CN103019987A (en) * 2013-01-10 2013-04-03 厦门市美亚柏科信息股份有限公司 Method and system for transmitting data on basis of USB (universal serial bus) interfaces
CN105335310A (en) * 2014-06-05 2016-02-17 阿里巴巴集团控股有限公司 Interface defining method, and data transmission method and apparatus
CN104077409A (en) * 2014-07-14 2014-10-01 北京龙存科技有限责任公司 Method for quickly splitting and merging file on basis of restructured file metadata
CN105528360A (en) * 2014-09-30 2016-04-27 百旭科技有限公司 Design of walking type instruction recombination of Service Oriented Architecture (SOA) applied to real-time commercial intelligent system
CN104317588A (en) * 2014-10-22 2015-01-28 西安未来国际信息股份有限公司 Software component automatic packaging method

Also Published As

Publication number Publication date
CN108205553A (en) 2018-06-26

Similar Documents

Publication Publication Date Title
US7793002B2 (en) Methods and apparatus for implementing a sequential synchronization hierarchy among networked devices
EP3171552B1 (en) Energy operations across domains
CN108932157B (en) Method, system, electronic device and readable medium for distributed processing of tasks
CN112235130A (en) Method and device for realizing operation and maintenance automation based on SDN network
CN110704465B (en) Method, device and storage medium for processing service work list
CN110611707A (en) Task scheduling method and device
CN109298924A (en) Management method, computer readable storage medium and the terminal device of timed task
CN103516735A (en) Method and apparatus for upgrading network node
CN110798357A (en) API communication device and method based on ticket S-GDS data mapping protocol
CN107870982B (en) Data processing method, system and computer readable storage medium
CN110858197A (en) Method and device for synchronizing data
CN108205553B (en) Interface processing system and method based on text file
CN102843287A (en) Computer and identifier management method
CN111813580A (en) Matrix representation-based distributed model training optimization method
CN111343201A (en) Analysis method, device and system for rapidly adapting to protocol change
CN108063803B (en) Message management method and system based on distributed subscription and publication message system
CN111162959B (en) Parameter-based avionics interface data communication protocol fuzzy test method
CN114531479A (en) General data acquisition system based on MQTT
CN114020368A (en) Information processing method and device based on state machine and storage medium
CN111835538B (en) Management method and system for optical communication service and OAM dependency relationship
CN114546926A (en) Core cluster synchronization, control method, data processing method, core, device, and medium
CN111831394B (en) Method and device for deploying stateful pod by kubernetes
CN115412478B (en) Service-oriented automobile domain controller data forwarding system and method
CN113821361B (en) Internet of things platform message processing method and system based on streaming processing
CN112394951B (en) Application deployment method and server cluster

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