CN109194755B - MQ-based mobile device data processing method and system - Google Patents

MQ-based mobile device data processing method and system Download PDF

Info

Publication number
CN109194755B
CN109194755B CN201811060067.9A CN201811060067A CN109194755B CN 109194755 B CN109194755 B CN 109194755B CN 201811060067 A CN201811060067 A CN 201811060067A CN 109194755 B CN109194755 B CN 109194755B
Authority
CN
China
Prior art keywords
server
data
environment monitoring
atmospheric environment
monitoring data
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
CN201811060067.9A
Other languages
Chinese (zh)
Other versions
CN109194755A (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.)
International Business Machines Corp
Original Assignee
IBM China Investment 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 IBM China Investment Co Ltd filed Critical IBM China Investment Co Ltd
Priority to CN201811060067.9A priority Critical patent/CN109194755B/en
Publication of CN109194755A publication Critical patent/CN109194755A/en
Application granted granted Critical
Publication of CN109194755B publication Critical patent/CN109194755B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/568Storing data temporarily at an intermediate stage, e.g. caching

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application relates to a mobile equipment data processing method and system based on MQ, comprising the following steps: the mobile devices collect atmospheric environment monitoring data and send the atmospheric environment monitoring data to a first message queue MQ server; the first MQ server sends the atmospheric environment monitoring data to the second MQ server, and the second MQ server converts the atmospheric environment monitoring data to obtain an atmospheric environment monitoring data JSON string; transmitting the atmospheric environment monitoring data JSON character string to a Redis cluster for storage; the quality control server acquires the atmospheric environment monitoring data JSON character string from the second MQ server to perform decompilation processing and extract object data; comparing the object data with standard environment data to obtain a comparison result, and storing the comparison result into a Redis cluster; when the comparison result fails to be stored in the Redis cluster, generating a CSV file from the comparison result and storing the CSV file to a local place; and the backup server inquires whether the CSV file exists according to a preset period, if so, reads the CSV file, executes the SQL statement in the CSV file and stores the SQL statement in the Redis cluster.

Description

MQ-based mobile device data processing method and system
Technical Field
The application relates to the technical field of data processing, in particular to a mobile device data processing method and system based on MQ.
Background
Message Queue (MQ) is a Message middleware that IBM corporation has pushed in the 80 s of the 20 th century for reliable data transfer between any two distributed processes. The MQ supports asynchronous data transport and supports a variety of underlying communication protocols, such as TCP/IP. MQ has a number of significant advantages, enabling cross-platform communications using the same application program interface on different platforms, independent of time for message creation and transmission, and increased processing flexibility.
In many important environments, reliable file data exchange is required, and the reliability and the safety are not fully ensured by adopting traditional communication means (such as HTTP, FTP, E-Mail and the like).
In addition, in the prior art, the original data receiving link and the quality control algorithm link of the mobile device are not separated, so that the data acquisition of the actual application end is slower.
Disclosure of Invention
The application aims at overcoming the defects in the prior art and provides a mobile equipment data processing method and system based on MQ.
To achieve the above object, in a first aspect, the present application provides a mobile device data processing method based on MQ, including:
the method comprises the steps that a plurality of mobile devices collect atmospheric environment monitoring data and send the atmospheric environment monitoring data to a first message queue MQ server;
the first MQ server sends the atmospheric environment monitoring data to a second MQ server, and the second MQ server converts the atmospheric environment monitoring data to obtain an atmospheric environment monitoring data JSON string;
the second MQ server sends the atmospheric environment monitoring data JSON character string to a Redis cluster, and the Redis cluster stores the atmospheric environment monitoring data JSON character string;
the quality control server acquires the atmospheric environment monitoring data JSON character string from the second MQ server, decompiles the atmospheric environment monitoring data JSON character string, and extracts object data;
comparing the object data with standard environment data to obtain a comparison result, and storing the comparison result into the Redis cluster;
when the comparison result fails to be stored in the Redis cluster, generating a CSV file from the comparison result with the storage failure and storing the CSV file to a local place;
and the backup server inquires whether a CSV file exists according to a preset period, if so, reads the CSV file, executes an SQL statement in the CSV file, and stores an execution result to the Redis cluster.
Further, before the plurality of mobile devices collect the atmospheric environment monitoring data and send the atmospheric environment monitoring data to the first MQ server of the message queue, the method further includes:
the mobile equipment sends first registration request information to the first MQ server;
the first MQ server stores the first registration request information into a first registration information database and sends first registration success notification information to the mobile device.
Further, before the first MQ server transmits the atmospheric environment monitoring data to a second MQ server, the method may further comprise:
the second MQ server sends second registration request information to the first MQ server;
the first MQ server stores the second registration request information into a registration information database and sends second registration success notification information to the mobile device.
Further, after the comparing the object data with the standard environment data to obtain a comparison result, the method further includes:
and the quality control server marks the atmospheric environment monitoring data JSON character string corresponding to the comparison result.
Further, the storing, by the dis cluster, the atmospheric environment monitoring data JSON string specifically includes:
and the plurality of Redis memories in the Redis cluster synchronously store the atmospheric environment monitoring data JSON character strings.
Further, the converting the atmospheric environment monitoring data by the second MQ server to obtain the atmospheric environment monitoring data JSON string specifically includes:
the second MQ server converts the atmospheric environment monitoring data from binary data to JSON strings.
Further, before the first MQ server transmits the atmospheric environment monitoring data to a second MQ server, the method may further comprise:
the second MQ server sends a first data acquisition request to the first MQ server, wherein the first data acquisition request contains data subject information;
and the first MQ server calls corresponding atmospheric environment monitoring data according to the data subject information.
Further, decompiling the atmospheric environment monitoring data JSON string, and extracting object data specifically further includes:
the quality control server decompiles the atmospheric environment monitoring data JSON character string to obtain atmospheric environment monitoring entity data;
and extracting the object data from the atmospheric environment monitoring entity data according to preset extraction conditions.
In a second aspect, the present application provides a mobile device data processing system based on MQ, which includes a mobile device, a first MQ server, a second MQ server, a dis cluster, a quality control server and a backup server.
According to the MQ-based mobile device data processing method and system, a plurality of mobile devices acquire atmospheric environment monitoring data, a first MQ server performs data caching, a second MQ server performs data processing and then stores the data in a Redis cluster, a quality control server acquires data from the Redis cluster and performs quality control operation, the data are stored in the Redis cluster, when storage fails, the data which are failed to be stored are generated into a CSV file and stored in the local, a backup server inquires whether the CSV file exists locally according to a preset period, if so, the CSV file is read, SQL sentences in the CSV file are executed, and an execution result is stored in the Redis cluster. According to the method and the system provided by the application, the atmospheric environment monitoring data are cached in the first MQ server, and the second MQ server is used for processing, so that the flexibility and the safety of data processing are improved; the data receiving link and the quality control algorithm link are separated, so that the data acquisition speed is improved.
Drawings
FIG. 1 is a flow chart of a data processing method of a MQ-based mobile device according to a first embodiment of the application;
fig. 2 is a schematic diagram of a data processing system of a mobile device based on MQ according to a second embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application will be described in further detail below with reference to the accompanying drawings, and it is apparent that the described embodiments are only some embodiments of the present application, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
Fig. 1 is a flow chart of a data processing method of a mobile device based on MQ according to an embodiment of the present application. As shown in fig. 1, the method specifically comprises the following steps:
step 101, a plurality of mobile devices collect atmospheric environment monitoring data and send the atmospheric environment monitoring data to a first MQ server of a message queue;
the mobile equipment is movable atmospheric environment data acquisition equipment, a plurality of mobile equipment are arranged at different monitoring points in the pollution monitoring area, and the atmospheric environment monitoring data are acquired in a mobile mode and sent to the first MQ server for caching.
Before a plurality of mobile devices collect atmospheric environment monitoring data and send the atmospheric environment monitoring data to a first MQ server of a message queue, all the mobile devices need to register with the first MQ server, and the mobile devices send first registration request information to the first MQ server; the first MQ server stores the first registration request information in a first registration information database and transmits first registration success notification information to the mobile device. After the registration is successful, the mobile device can perform data interaction with the first MQ server.
Step 102, the first MQ server sends the atmospheric environment monitoring data to the second MQ server, and the second MQ server converts the atmospheric environment monitoring data to obtain a numbered musical notation (JavaScript Object Notation, JSON) character string of the JS object of the atmospheric environment monitoring data;
the second MQ server sends a first data acquisition request to the first MQ server, wherein the first data acquisition request contains data subject information; and the first MQ server calls corresponding atmospheric environment monitoring data according to the data topic information and sends the data to the second MQ server.
The second MQ server converts the atmospheric environment monitoring data sent by the first MQ server from binary data into JSON character strings, so that the purpose is to facilitate machine analysis and generation and effectively improve network transmission efficiency.
Before the first MQ server sends the atmospheric environment monitoring data to the second MQ server, the second MQ server needs to register with the first MQ server, and the second MQ server sends second registration request information to the first MQ server; the first MQ server stores the second registration request information in a registration information database and transmits second registration success notification information to the mobile device. After successful registration, the second MQ server can perform data interaction with the first MQ server.
Step 103, the second MQ server sends the atmospheric environment monitoring data JSON character string to a Redis cluster, and the Redis cluster stores the atmospheric environment monitoring data JSON character string;
specifically, the second MQ server sends the processed atmospheric environment monitoring data JSON string to the Redis cluster for storage, the Redis cluster comprises a plurality of Redis memories, all the Redis memories synchronously store the atmospheric environment monitoring data JSON string through a synchronization strategy, and the purpose of distributed synchronous storage is to avoid data loss.
104, the quality control server acquires an atmospheric environment monitoring data JSON character string from the second MQ server, decompiles the atmospheric environment monitoring data JSON character string, and extracts object data;
specifically, the quality control server decompiles the atmospheric environment monitoring data JSON character string to obtain atmospheric environment monitoring entity data; and extracting object data from the atmospheric environment monitoring entity data according to preset extraction conditions. Wherein the object data is pollutants in the atmosphere, including PM2.5, PM10, CO and O 3 And the like, which can cause air pollution. The extraction conditions are according to the pair to be extractedThe image data is set.
Step 105, comparing the object data with the standard environment data to obtain a comparison result, and storing the comparison result into a Redis cluster;
the quality control server compares the pollutant concentration data with the pollutant emission standards, and the standard environment data is set according to the pollutant emission standard data specified by the country. Comparing the pollutant data in the collected atmospheric environment monitoring data with the national standard, determining whether the pollutant emission exceeds the standard according to the comparison result, and storing the obtained comparison result into a Redis cluster.
And after comparing the object data with the standard environment data to obtain a comparison result, the quality control server marks the atmospheric environment monitoring data JSON character string corresponding to the comparison result. And marking the original atmospheric environment monitoring data which has generated the comparison result after the comparison processing, so as to avoid repeated processing.
Step 106, when the comparison result fails to be stored in the Redis cluster, generating Comma Separated Values (CSV) files from the comparison result of the storage failure and storing the Comma Separated Values to the local;
when network interruption or delay occurs, the comparison result processed by the quality control server is not successfully stored in the database of the Redis cluster, and the data are generated into CSV files to be stored locally and then processed by the backup server.
And step 107, the backup server inquires whether the CSV file exists according to a preset period, if so, reads the CSV file, executes the SQL sentence in the CSV file, and stores the execution result to the Redis cluster.
The backup server periodically inquires whether the CSV file exists, if so, the backup server indicates that the data which is not successfully written into the database of the Redis cluster exists, reads the CSV file through a program, executes SQL sentences in the CSV file, and obtains an execution result to be stored into the database of the Redis cluster, thereby avoiding data loss and ensuring that all comparison results are stored into the database of the Redis cluster. And after the execution is finished, clearing the CSV file stored before.
According to the MQ-based mobile device data processing method, a plurality of mobile devices acquire atmospheric environment monitoring data, a first MQ server performs data caching, a second MQ server performs data processing and then stores the data into a Redis cluster, a quality control server acquires data from the Redis cluster and performs quality control operation, the data is then stored into the Redis cluster, when storage fails, the data which is failed to be stored is generated into a CSV file and stored locally, a backup server inquires whether the CSV file exists locally according to a preset period, if so, the CSV file is read, SQL sentences in the CSV file are executed, and an execution result is stored into the Redis cluster. According to the method and the system provided by the application, the atmospheric environment monitoring data are cached in the first MQ server, and the second MQ server is used for processing, so that the flexibility and the safety of data processing are improved; the data receiving link and the quality control algorithm link are separated, so that the data acquisition speed is improved.
Fig. 2 is a schematic diagram of a data processing system of a mobile device based on MQ according to a second embodiment of the present application. As shown in fig. 2, the system includes: a plurality of mobile devices 1 (mobile device 11, mobile devices 12, … mobile device 1 n), a first MQ server 2, a second MQ server 3, a dis cluster 4 (dis memory 41, dis memory 42, … dis memory 4 n), a quality control server 5 and a backup server 6.
The mobile devices 1 collect atmospheric environment monitoring data and send the atmospheric environment monitoring data to a first message queue MQ server; the first MQ server 2 sends the atmospheric environment monitoring data to the second MQ server 3, and the second MQ server 3 converts the atmospheric environment monitoring data to obtain an atmospheric environment monitoring data JSON string; the second MQ server 3 sends the atmospheric environment monitoring data JSON character string to the Redis cluster 4, and the Redis cluster 4 stores the atmospheric environment monitoring data JSON character string; the quality control server 5 acquires an atmospheric environment monitoring data JSON character string from the second MQ server 3, decompiles the atmospheric environment monitoring data JSON character string, and extracts object data; comparing the object data with standard environment data to obtain a comparison result, and storing the comparison result into a Redis cluster 4; when the comparison result fails to be stored in the Redis cluster 4, generating a CSV file from the comparison result which fails to be stored and storing the CSV file to the local; the backup server 6 inquires whether the CSV file exists according to a preset period, if so, reads the CSV file, executes SQL sentences in the CSV file, and stores the execution result to the Redis cluster 4.
The specific working process of the MQ-based mobile device data processing system provided in the second embodiment of the present application corresponds to the MQ-based mobile device data processing method provided in the first embodiment, and is not described herein again.
According to the MQ-based mobile device data processing system provided by the application, a plurality of mobile devices acquire atmospheric environment monitoring data, a first MQ server performs data caching, a second MQ server performs data processing and then stores the data into a Redis cluster, a quality control server acquires data from the Redis cluster and performs quality control operation, the data is then stored into the Redis cluster, when storage fails, the data which fails to be stored is generated into a CSV file and stored locally, a backup server inquires whether the CSV file exists locally according to a preset period, if so, the CSV file is read, SQL sentences in the CSV file are executed, and an execution result is stored into the Redis cluster. According to the method and the system provided by the application, the atmospheric environment monitoring data are cached in the first MQ server, and the second MQ server is used for processing, so that the flexibility and the safety of data processing are improved; the data receiving link and the quality control algorithm link are separated, so that the data acquisition speed is improved.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative elements and steps are described above generally in terms of function in order to clearly illustrate the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied in hardware, in a software module executed by a processor, or in a combination of the two. The software modules may be disposed in Random Access Memory (RAM), memory, read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The foregoing description of the embodiments has been provided for the purpose of illustrating the general principles of the application, and is not meant to limit the scope of the application, but to limit the application to the particular embodiments, and any modifications, equivalents, improvements, etc. that fall within the spirit and principles of the application are intended to be included within the scope of the application.

Claims (9)

1. A method for processing data of a mobile device based on MQ, the method comprising:
the method comprises the steps that a plurality of mobile devices collect atmospheric environment monitoring data and send the atmospheric environment monitoring data to a first message queue MQ server;
the first MQ server sends the atmospheric environment monitoring data to a second MQ server, and the second MQ server converts the atmospheric environment monitoring data to obtain an atmospheric environment monitoring data JSON string;
the second MQ server sends the atmospheric environment monitoring data JSON character string to a Redis cluster, and the Redis cluster stores the atmospheric environment monitoring data JSON character string;
the quality control server acquires the atmospheric environment monitoring data JSON character string from the second MQ server, decompiles the atmospheric environment monitoring data JSON character string, and extracts object data;
comparing the object data with standard environment data to obtain a comparison result, and storing the comparison result into the Redis cluster;
when the comparison result fails to be stored in the Redis cluster, generating a CSV file from the comparison result with the storage failure and storing the CSV file to a local place;
and the backup server inquires whether a CSV file exists according to a preset period, if so, reads the CSV file, executes an SQL statement in the CSV file, and stores an execution result into the Redis cluster.
2. The method of claim 1, wherein prior to the plurality of mobile devices gathering the atmospheric environmental monitoring data and transmitting the atmospheric environmental monitoring data to the message queue first MQ server, the method further comprises:
the mobile equipment sends first registration request information to the first MQ server;
the first MQ server stores the first registration request information into a first registration information database and sends first registration success notification information to the mobile device.
3. The method as in claim 1, wherein prior to the first MQ server transmitting the atmospheric environmental monitoring data to a second MQ server, the method further comprises:
the second MQ server sends second registration request information to the first MQ server;
the first MQ server stores the second registration request information into a registration information database and sends second registration success notification information to the mobile device.
4. The method of claim 1, wherein after comparing the object data with standard environmental data to obtain a comparison result, the method further comprises:
and the quality control server marks the atmospheric environment monitoring data JSON character string corresponding to the comparison result.
5. The method according to claim 1, wherein storing the atmospheric environment monitoring data JSON string by the Redis cluster specifically comprises:
and the plurality of Redis memories in the Redis cluster synchronously store the atmospheric environment monitoring data JSON character strings.
6. The method according to claim 1, wherein the converting the atmospheric environment monitoring data by the second MQ server to obtain the atmospheric environment monitoring data JSON string specifically includes:
the second MQ server converts the atmospheric environment monitoring data from binary data to JSON strings.
7. The method as in claim 1, wherein prior to the first MQ server transmitting the atmospheric environmental monitoring data to a second MQ server, the method further comprises:
the second MQ server sends a first data acquisition request to the first MQ server, wherein the first data acquisition request contains data subject information;
and the first MQ server calls corresponding atmospheric environment monitoring data according to the data subject information.
8. The method according to claim 1, wherein decompiling the atmospheric environment monitoring data JSON string, and extracting object data specifically further comprises:
the quality control server decompiles the atmospheric environment monitoring data JSON character string to obtain atmospheric environment monitoring entity data;
and extracting the object data from the atmospheric environment monitoring entity data according to preset extraction conditions.
9. A MQ-based mobile device data processing system, comprising a mobile device according to any of claims 1-8, a first MQ server, a second MQ server, a dis cluster, a quality control server and a backup server.
CN201811060067.9A 2018-09-12 2018-09-12 MQ-based mobile device data processing method and system Active CN109194755B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811060067.9A CN109194755B (en) 2018-09-12 2018-09-12 MQ-based mobile device data processing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811060067.9A CN109194755B (en) 2018-09-12 2018-09-12 MQ-based mobile device data processing method and system

Publications (2)

Publication Number Publication Date
CN109194755A CN109194755A (en) 2019-01-11
CN109194755B true CN109194755B (en) 2023-10-20

Family

ID=64910258

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811060067.9A Active CN109194755B (en) 2018-09-12 2018-09-12 MQ-based mobile device data processing method and system

Country Status (1)

Country Link
CN (1) CN109194755B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109992582A (en) * 2019-02-19 2019-07-09 深圳点猫科技有限公司 A kind of ephemeral data processing method and electronic equipment based on graphical programming
CN114385603A (en) * 2020-10-19 2022-04-22 长鑫存储技术有限公司 Environmental data monitoring method and monitoring system
CN115599869B (en) * 2022-12-14 2023-03-14 联仁健康医疗大数据科技股份有限公司 Data acquisition method and device, electronic equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103024014A (en) * 2012-12-03 2013-04-03 北京京东世纪贸易有限公司 Method and system for distributing and processing mass data passing through message queues
CN104730600A (en) * 2015-03-06 2015-06-24 中国人民解放军理工大学 Open type meteorological data collecting device
CN105911966A (en) * 2016-05-11 2016-08-31 中国气象局气象探测中心 Surface meteorological observation comprehensive integration processing system
CN107920111A (en) * 2017-10-31 2018-04-17 厦门市谷玉信息技术有限公司 A kind of integral intelligent collecting method and platform based on surface weather observation

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7324995B2 (en) * 2003-11-17 2008-01-29 Rackable Systems Inc. Method for retrieving and modifying data elements on a shared medium
EP3126957A4 (en) * 2014-03-31 2017-09-13 Kofax, Inc. Scalable business process intelligence and predictive analytics for distributed architectures

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103024014A (en) * 2012-12-03 2013-04-03 北京京东世纪贸易有限公司 Method and system for distributing and processing mass data passing through message queues
CN104730600A (en) * 2015-03-06 2015-06-24 中国人民解放军理工大学 Open type meteorological data collecting device
CN105911966A (en) * 2016-05-11 2016-08-31 中国气象局气象探测中心 Surface meteorological observation comprehensive integration processing system
CN107920111A (en) * 2017-10-31 2018-04-17 厦门市谷玉信息技术有限公司 A kind of integral intelligent collecting method and platform based on surface weather observation

Also Published As

Publication number Publication date
CN109194755A (en) 2019-01-11

Similar Documents

Publication Publication Date Title
CN109194755B (en) MQ-based mobile device data processing method and system
RU2608464C2 (en) Device, method and network server for detecting data structures in data stream
CN111970353A (en) Data processing method and device for heterogeneous equipment in Internet of things of cloud computing platform
CN110752943B (en) Distributed fault diagnosis system and method for power transmission line
CN109669795B (en) Crash information processing method and device
CN110191109B (en) Message sampling method and device
CN111338893A (en) Process log processing method and device, computer equipment and storage medium
CN111064780B (en) Multitask content updating method, device, equipment and medium
CN103428249B (en) A kind of Collecting and dealing method of HTTP request bag, system and server
CN112150203A (en) Real estate client visit identification method and device, electronic equipment and storage medium
CN112235262A (en) Message analysis method and device, electronic equipment and computer readable storage medium
CN117544676B (en) Multi-terminal operation and maintenance data interactive transmission method and system
CN117130870B (en) Transparent request tracking and sampling method and device for Java architecture micro-service system
CN112702430A (en) Data transmission system and method based on cloud edge mode and Web technology and application thereof
CN108038124B (en) PDF document acquisition and processing method, system and device based on big data
CN113630442B (en) Data transmission method, device and system
CN114691455A (en) Method and device for monitoring alarm data and dynamically pushing multiple platforms
CN112989078A (en) Data processing method and device, computer equipment and storage medium
CN112182582A (en) Container vulnerability detection method and device
CN104361079A (en) Method and system for automatically extracting duplicate data
CN103812756A (en) Web-based instant messaging method and device
CN103475519A (en) Large data volume log recording method and device
CN116074388B (en) Flow forwarding method and system based on log queue
CN114070819B (en) Malicious domain name detection method, device, electronic device and storage medium
CN116760741B (en) Data state monitoring method, device, equipment and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 100070 Beijing Fengtai Auto Museum West Road No. 8 Courtyard 1 Building 6 Floor 606

Applicant after: Beijing Yingshi Ruida Technology Co.,Ltd.

Address before: 1202, No. 18, Yumin Middle Road, Xicheng District, Beijing 100029

Applicant before: BEIJING INSIGHTS VALUE TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20230413

Address after: Unit 02, 12th Floor, 501, Building 3, Yard 20, Jinhe East Road, Chaoyang District, Beijing, 100020

Applicant after: IBM (CHINA) INVESTMENT CO.,LTD.

Address before: 100070 Beijing Fengtai Auto Museum West Road No. 8 Courtyard 1 Building 6 Floor 606

Applicant before: Beijing Yingshi Ruida Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20240104

Address after: Armank, New York, USA

Patentee after: International Business Machines Corp.

Address before: Unit 02, 12th Floor, 501, Building 3, Yard 20, Jinhe East Road, Chaoyang District, Beijing, 100020

Patentee before: IBM (CHINA) INVESTMENT CO.,LTD.