CN104408132B - Data push method and system - Google Patents

Data push method and system Download PDF

Info

Publication number
CN104408132B
CN104408132B CN201410706244.1A CN201410706244A CN104408132B CN 104408132 B CN104408132 B CN 104408132B CN 201410706244 A CN201410706244 A CN 201410706244A CN 104408132 B CN104408132 B CN 104408132B
Authority
CN
China
Prior art keywords
database
data
incremental
message
subscription
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
CN201410706244.1A
Other languages
Chinese (zh)
Other versions
CN104408132A (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.)
Beijing Jingdong three hundred and sixty degree e-commerce Co., Ltd.
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information 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 Beijing Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201410706244.1A priority Critical patent/CN104408132B/en
Publication of CN104408132A publication Critical patent/CN104408132A/en
Application granted granted Critical
Publication of CN104408132B publication Critical patent/CN104408132B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/25Integrating or interfacing systems involving database management systems
    • G06F16/256Integrating or interfacing systems involving database management systems in federated or virtual databases
    • 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/55Push-based network services

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The present invention relates to a kind of data push method and system.The data push method includes:Extract task creation processing, using database instance as border by data from source database dump into database Incremental Log resolution server, parsed by database Incremental Log and obtain incremental data, and the incremental data of acquisition is temporarily stored into the internal memory of database Incremental Log resolution server;Message distribution processing, by the incremental data of acquisition as required rule using corresponding theme and mark as message distribution to Distributed Message Queue server in corresponding one or more message queues in, theme represents the library name of logic, mark represents the table name of logic, and every incremental data being distributed as message all includes corresponding theme and mark;And subscribe to push processing, the theme that each subscription task of the Distributed Message Queue server based on subscription end is subscribed to and one or more of message queues are pushed to subscription end.

Description

Data push method and system
Technical field
The present invention relates to the large-scale data stream real-time consumption technology parsed based on database Incremental Log, more specifically, It is related to a kind of data push method and system.
Background technology
It is strong all the more for the demand of large-scale data pick-up with the development of corporate business.Data pick-up refer to from Source database extracts the data needed.In practical application, source database is more using relational database.Common number Include according to extraction mode:(1) full dose data pick-up, full dose data pick-up are similar to Data Migration or data duplication, and it is by source In table or the data of view intact extracted from database;(2) incremental data extracts, and incremental data extracts The data for having increased newly or having changed in the table to be extracted in database since being only drawn from last time extraction.Incremental data is extracted compared with full dose number According to extracting, application is wider.How to capture the data of change is the key that incremental data extracts.Typically have want to catching method at 2 points Ask:Accuracy, the delta data in operation system can be accurately captured;Performance, reduce as far as possible and operation system is caused Too big pressure, influences existing business.
In the case where the mode of traditional timing dump (dump) incremental data has been unable to meet demand, real-time incremental number According to acquisition become solve this problem trend.Data-pushing platform be it is a set of realize realize between heterogeneous database increase/it is complete The total solution of the data-pushing of amount.Increment push aims to solve the problem that the push incremental data of extensive lower efficient stable to ordering Client is read to meet the purpose of business demand.
The extraction mode of traditional incremental data is that timing dump incremental data generates corresponding data file, but this side Problems be present in formula:Need to increase timestamp field in source traffic table, pollute source traffic table to a certain extent;Regularly Execution causes data a certain degree of delay to be present;The data file and business association tension that dump comes out, are not easy to be reused;It is fixed When task start when larger instantaneous pressure is often caused to source database and network.
, can be to source industry and the incremental data stream based on the parsing of database Incremental Log solves above mentioned problem well Table be engaged in without intrusion, quasi real time (as long as subscription end consumption rate is enough fast) of incremental data, extracts on demand and subscribes to data, h dissipates, no Easily there is instantaneous peak value.For example, the canal open source projects used in the prior art are namely based on the parsing of database Incremental Log, And provide increment subscription and consumption function.Canal can be good at realizing that database Incremental Log parses work, be based on Canal function, we can be temporarily stored into internal memory by configuring extraction task from source extraction incremental data, then according to business The subscription client of demand exploitation customization.
Fig. 1 schematically illustrates the view of the data delivery system according to prior art.The data-pushing of prior art System 100 includes:Source database 101;Database Incremental Log resolution server 103, parsed based on database Incremental Log, Increment subscription and consumption function, such as canal servers of database Incremental Log resolution server 103 are provided;Subscription end 105, For producing subscription task.
Although canal provides the basic function of incremental data parsing, but still faces following problem:
(1) data pick-ups can not be realized one-to-many with data subscription
Because the design that canal incremental datas do not land (that is, data are temporarily stored into internal memory) is limited, canal can not accomplish only Extract a data and subscribed to by multi-client.This, which also implies that extraction and subscribed to, to occur in pairs, and excessive extraction is appointed Business increases the pressure for extracting source database, the carrying for wasting substantial amounts of network traffics, reducing separate unit canal servers Ability and handling capacity.
(2) the incremental datas holding time is uncontrolled
This problem is also relevant with above-mentioned design, because incremental data is not landed, and the daily record holding time of source database Can not be by data-pushing platform courses, so data-pushing platform also can not promise to undertake incremental data storage life to the subscription end in downstream Limit.This reduces the ability that data-pushing platform externally provides service.
(3) subscription ends are too strong with extracting end dependence
Here dependence is divided into two aspects.
System level:It is direct based on the serial process under long connect, the consumption rate of subscription end to extract end and subscription end Influence the extraction speed at extraction end.
Service layer:It is using database instance as border to extract end task, can not divide storehouse point to subscribing to end shield source The information that the subscription ends such as table originally should not be concerned about, also have led to coupling stronger between extraction task and subscription task.
(4) subscription ends lack common function support
Canal is only absorbed in extraction and subscription with data in itself, and the function support that some are conventional for subscription end is weaker, Such as:Although subscription end SDK (the Software Development Kit for passing through canal:SDK) it can obtain The structured data of increment is taken, but for structured data to be parsed to, changed into corresponding DML (Data Manipulation Language:DML) and it is finally inserted into target DB (Database:Database) this most common application scenarios branch Hold deficiency.Another open source projects otter (chained addresses of increasing income of project:https://github.com/alibaba/ Otter) although supporting above-mentioned partial function, but still the customized demand of Complex Flexible can not be met.
The content of the invention
According to an aspect of the invention, there is provided a kind of data push method, including:Task creation processing is extracted, with Database instance be border by data from source database dump into database Incremental Log resolution server, pass through database Incremental Log parsing obtains incremental data, and the incremental data of acquisition is temporarily stored into database Incremental Log resolution server In internal memory;Message distribution processing, the rule of the incremental data of acquisition as required is regard as message using corresponding theme and mark It is distributed in corresponding one or more message queues in Distributed Message Queue server, theme represents the library name of logic, Mark represents the table name of logic, and every incremental data being distributed as message all includes corresponding theme and mark;And order Read push processing, the theme that each subscription task of the Distributed Message Queue server based on subscription end is subscribed to and will be one Or multiple message queues are pushed to subscription end.
According to another aspect of the present invention, there is provided a kind of data delivery system, including:Source database;Database increases Measure daily record resolution server;Distributed Message Queue server;And subscription end, wherein, it is border by data using database instance From source database dump into database Incremental Log resolution server, database Incremental Log resolution server passes through data Storehouse Incremental Log parsing obtains incremental data, and the incremental data of acquisition is temporarily stored into database Incremental Log resolution server Internal memory in;Database Incremental Log resolution server by the incremental data of acquisition rule as required with corresponding theme and As in corresponding one or more message queues in message distribution to Distributed Message Queue server, theme represents mark The library name of logic, mark represent the table name of logic, every incremental data being distributed as message all include corresponding theme with Mark;And the theme subscribed to of each subscription task of the Distributed Message Queue server based on subscription end and by one or Multiple message queues are pushed to subscription end.
The present invention is by introducing persistent message queue means, it is possible to achieve only extracts a data and is ordered by multi-client Read, that is to say, that extracting and subscribing to occur in pairs, so as to also greatly reduce the flow of network so that incremental data quilt More subscription end consumption are possibly realized, and greatly improve the bearing capacity and service efficiency of server.In addition, subscription end is by making With based on the special SDK after RocketMQ client encapsulation, it is possible to achieve the customized development of subscription end, so as to meet complicated spirit Customized demand living.
Brief description of the drawings
Fig. 1 schematically illustrates the view of the data delivery system according to prior art.
Fig. 2 schematically illustrates the view of data delivery system according to an embodiment of the invention.
Fig. 3 schematically illustrates the flow chart of data push method according to an embodiment of the invention.
Embodiment
Technical scheme according to an embodiment of the invention is explained in detail below with reference to accompanying drawings.
Term " dump " (" dump ") implication refers to the data (can contain data structure) in MySQL exporting to text text Part, to be imported or as other application or the input data of system on other database instances.
Fig. 2 schematically illustrates the view of data delivery system according to an embodiment of the invention.As shown in Fig. 2 number Include according to supplying system 200:Source database 201, database Incremental Log resolution server 203, Distributed Message Queue clothes Business device 205, subscription end 207.For purposes of illustration, three message queues 1,2,3 and difference are illustrate only in Fig. 2 in contrast Three subscription tasks 1,2,3 answered, however it is understood by skilled practitioners that the invention is not restricted to this, can have more or less Message queue and subscription task.
Source database 201 is not limited to certain specific type of data storehouse, such as can be MySQL database." MySQL " is The small-sized correlation data base management system of one open source code.
Database Incremental Log resolution server 203 be used for based on database Incremental Log parse, there is provided increment subscribe to and Consumption function.Database Incremental Log resolution server 203 for example can be canal servers." canal " is to be based on MySQL Database Incremental Log parses, there is provided incremental data is subscribed to and consumption function.The chained address of increasing income of canal projects: https://github.com/alibaba/canal。
Distributed Message Queue server 205 is used to provide distributed, persistent message queue service, and it disappears with guarantee The characteristics of order and message duration of breath, (strong order) and persistence the characteristics of so as to meet incremental data (persistence) the characteristics of demand.Can externally it be promised to undertake according to the deployment disk size situation of Distributed Message Queue server 205 The reservation number of days of data, as long as subscription end can be from optional position consumption data in the term of validity of reservation for data.Distribution disappears It for example can be RocketMQ servers to cease queue server 205." RocketMQ " is a distributed, message of queuing model Middleware, have the characteristics that:Support strict message sequence;Support theme (Topic) and queue (Queue) both of which; Hundred million grades of message accumulate ability;Compare friendly distributed nature;Support that pushing away (Push) and pull (Pull) mode consumes simultaneously Breath.The chained address of increasing income of RocketMQ projects:https://github.com/alibaba/RocketMQ.Pass through above-mentioned example Such as the introducing of RocketMQ Distributed Message Queue middleware, the autgmentability of system is substantially increased, can be according to business number Distribution situation of the incremental data in different distributions formula Message Queuing server is adjusted in time according to the size of amount, to reach quick expansion The purpose of exhibition.Term " middleware " is a kind of independent system software or service routine, and Distributed Application software is by this soft Part shared resource between different technologies.
Subscription end 207, for producing subscription task.Although Fig. 2 schematically illustrates a subscription end 207 and have subscribed three Individual subscription task 1,2,3, however it is understood by skilled practitioners that the invention is not restricted to this, the number of subscription end can be one Or it is multiple, and the subscription task of each subscription end can be one or more.If subscription end 207 is most common database Push scene, need to only do some it is simplest subscribe to configuration (such as the theme and target DB subscribed to) can start subscription end 207 and Without developing again.If subscription end 207 needs customized development, then can be used and is encapsulated based on such as RocketMQ client Special SDK afterwards, incremental data can be obtained after specifying good topic of subscription.Multiple subscription ends can subscribe to the increasing of identical theme simultaneously Data are measured, and are not influenceed between each other.Used by developing general module for subscription end, can reach, which reduces subscription end, opens The purpose of hair and maintenance cost.The exploitation of general module causes development cost of the subscription end under common scene to substantially reduce, And cause subscription end with extracting end decoupling, it is not necessary to which table information is divided in point storehouse that end is extracted in perception, is more easily extensible overall plan.It is logical Cross modularized design and to extracting the effective boundary demarcation of subscription task, coordinate existing automatically dispose system, can be convenient Maintenance is managed to subscribing to extraction task, is substantially reduced to the maintenance work amoun on line.
Fig. 3 schematically illustrates the flow chart of data push method according to an embodiment of the invention.
As shown in figure 3, in step 301, database Incremental Log resolution server 203 creates extraction task, with data Storehouse example is that data are dumped in database Incremental Log resolution server 203 by border from source database 201, and database increases Measure daily record resolution server 203 and acquisition incremental data is parsed by database Incremental Log, and the incremental data of acquisition is temporary It is stored in the internal memory of database Incremental Log resolution server 203.
In step 303, rule of the database Incremental Log resolution server 203 by the incremental data of acquisition as required Using corresponding theme and mark as message distribution into the message queue 1,2,3 in Distributed Message Queue server 205, often Bar all comprising respective theme and is marked so that subscription end 207 is subscribed to and is filtered, the theme generation as the incremental data of message The library name of table logic, it is described to mark the table name for representing logic.The rule of needs mentioned here refers to the storehouse table of source incremental data For information to queue theme and the mapping ruler of mark, most common application scenarios are that source has carried out a point storehouse and divides table, such as library name: Product_pop_1, product_pop_2 ... .product_pop_N can be mapped to the product_pop themes of queue, together Reason, table name sku_N are mapped to mark sku.This rule can need freely to define according to business.
In step 305, each subscription task 1,2,3 of the Distributed Message Queue server 205 based on subscription end 207 is ordered The theme read and message queue 1,2,3 is pushed to subscription end 207.
Past extraction task be not in units of database instance, be using the related logical base table of one group of business as Unit, many logical base tables are had on a database instance, so past extraction task can be in a database reality Multiple connections for extracting data are opened according to the number of business library table group in example.The sum of source database 101 in this namely Fig. 1 There are 3 according to the connection (dump 1-3) of storehouse Incremental Log resolution server 103, and source database 201 and database in Fig. 2 The connection of Incremental Log resolution server 203 only has 1 the reason for.In contrast, data according to the above embodiment of the present invention Supplying system and method, persistent message queue means are used by the push of incremental data, because the wound of the task of extraction Build using database instance as border, compared to past extraction task state, directly reduce the pressure of source database, so as to by As Fig. 1 be schematically illustrated 3 (being dozens or even hundreds of in practical application scene) dumps link be reduced to it is as shown in Figure 2 1, and extract and subscribe to and need not occur in pairs again, so as to also greatly reduce the flow of network so that incremental data quilt More subscription end consumption are possibly realized, and greatly improve the bearing capacity and service efficiency of server.
Above-described embodiment is only the preferred embodiments of the present invention, is not intended to limit the invention.To those skilled in the art It is readily apparent that without departing from the spirit and scope of the present invention, embodiments of the invention can be carried out various Modifications and changes.Therefore, the invention is intended to cover fall into as defined by the appended claims within the scope of the present invention it is all this The modification or modification of sample.

Claims (2)

1. a kind of data push method, including:
Extract task creation processing, using database instance as border by data from source database dump to database Incremental Log In resolution server, parsed by database Incremental Log and obtain incremental data, and the incremental data of acquisition is temporarily stored into number In internal memory according to storehouse Incremental Log resolution server;
Message distribution processing, the rule of the incremental data of acquisition as required is regard as message distribution using corresponding theme and mark In corresponding one or more message queues into Distributed Message Queue server, theme represents the library name of logic, mark The table name of logic is represented, every incremental data being distributed as message all includes corresponding theme and mark;And
Subscribe to push processing, the theme that each subscription task of the Distributed Message Queue server based on subscription end is subscribed to and by institute State one or more message queues and be pushed to subscription end;
Wherein, the source database is MySQL database, and the database Incremental Log resolution server is canal services Device, and the Distributed Message Queue server is RocketMQ servers;
Wherein, the subscription end is customized development by using the special SDK after being encapsulated based on RocketMQ client.
2. a kind of data delivery system, including:
Source database;
Database Incremental Log resolution server;
Distributed Message Queue server;With
Subscription end,
Wherein,
Using database instance as border by data from source database dump into database Incremental Log resolution server, data Storehouse Incremental Log resolution server is parsed by database Incremental Log and obtains incremental data, and the incremental data of acquisition is temporary It is stored in the internal memory of database Incremental Log resolution server;
Database Incremental Log resolution server by the incremental data of acquisition as required rule with corresponding theme and mark As in corresponding one or more message queues in message distribution to Distributed Message Queue server, theme represents logic Library name, mark represents the table name of logic, and every incremental data being distributed as message all includes corresponding theme and mark; And
Theme that each subscription task of the Distributed Message Queue server based on subscription end is subscribed to and will be one or more of Message queue is pushed to subscription end;
Wherein, the source database is MySQL database, and the database Incremental Log resolution server is canal services Device, and the Distributed Message Queue server is RocketMQ servers;
Wherein, the subscription end is customized development by using the special SDK after being encapsulated based on RocketMQ client.
CN201410706244.1A 2014-11-28 2014-11-28 Data push method and system Active CN104408132B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410706244.1A CN104408132B (en) 2014-11-28 2014-11-28 Data push method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410706244.1A CN104408132B (en) 2014-11-28 2014-11-28 Data push method and system

Publications (2)

Publication Number Publication Date
CN104408132A CN104408132A (en) 2015-03-11
CN104408132B true CN104408132B (en) 2018-03-02

Family

ID=52645763

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410706244.1A Active CN104408132B (en) 2014-11-28 2014-11-28 Data push method and system

Country Status (1)

Country Link
CN (1) CN104408132B (en)

Families Citing this family (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104679888A (en) * 2015-03-17 2015-06-03 浪潮集团有限公司 Device and method for data synchronization
CN105100250A (en) * 2015-07-31 2015-11-25 北京奇虎科技有限公司 Message distribution method, message distribution server and message distribution system
CN105071966B (en) * 2015-08-10 2018-07-17 浪潮(北京)电子信息产业有限公司 Server is extracted in a kind of log information management method and daily record
CN105119752A (en) * 2015-09-08 2015-12-02 北京京东尚科信息技术有限公司 Distributed log acquisition method, device and system
CN105871966A (en) * 2015-09-22 2016-08-17 乐视网信息技术(北京)股份有限公司 Message distribution method, device and system
CN105677774B (en) * 2015-12-30 2019-11-22 百度在线网络技术(北京)有限公司 A kind of data event method for pushing and device
CN106936808B (en) * 2015-12-31 2021-01-26 中兴通讯股份有限公司 HTTP streaming media transmission method and device
CN105847063A (en) * 2016-05-12 2016-08-10 中国联合网络通信集团有限公司 Core network data management method and system
CN106354434B (en) * 2016-08-31 2019-07-23 中国人民大学 The storage method and system of daily record data
CN106301972A (en) * 2016-11-16 2017-01-04 北京集奥聚合科技有限公司 A kind of monitoring data push away method and system in real time
CN108874834A (en) * 2017-05-16 2018-11-23 北京嘀嘀无限科技发展有限公司 A kind of data processing method, processing system and computer installation
CN107341062B (en) * 2017-06-28 2021-01-08 百度在线网络技术(北京)有限公司 Data pushing method, device, equipment and storage medium
CN107180116A (en) * 2017-06-28 2017-09-19 努比亚技术有限公司 A kind of data synchronizing processing method, mobile terminal and computer-readable recording medium
CN107678856B (en) * 2017-09-20 2022-04-05 苏宁易购集团股份有限公司 Method and device for processing incremental information in business entity
CN110019123B (en) * 2017-11-10 2021-10-15 北京京东尚科信息技术有限公司 Data migration method and device
CN108614852A (en) * 2018-03-14 2018-10-02 广州市优普科技有限公司 A kind of data map generation method based on big data
CN108737568A (en) * 2018-06-22 2018-11-02 重庆助康医学检验实验室有限公司 A kind of data interaction system and method based on Message Queuing server
CN110875935B (en) * 2018-08-30 2023-03-24 阿里巴巴集团控股有限公司 Message publishing, processing and subscribing method, device and system
CN109325008A (en) * 2018-09-07 2019-02-12 国电南瑞科技股份有限公司 The cross-domain data synchronous method and system of Message Oriented Middleware
CN109783573B (en) * 2018-12-18 2021-10-15 北京华夏电通科技股份有限公司 Multi-path pushed data synchronization method and terminal
CN111367873A (en) * 2018-12-26 2020-07-03 深圳市优必选科技有限公司 Log data storage method and device, terminal and computer storage medium
CN111985944A (en) * 2019-05-21 2020-11-24 北京沃东天骏信息技术有限公司 Method, device and equipment for processing material data and storage medium
CN110209554B (en) * 2019-06-14 2023-08-11 上海中通吉网络技术有限公司 Database log distribution method, device and equipment
US10891226B1 (en) 2019-08-01 2021-01-12 International Business Machines Corporation Virtual address space dump in a computer system
CN110995566A (en) * 2019-10-30 2020-04-10 深圳震有科技股份有限公司 Message data pushing method, system and device
CN111371672B (en) * 2020-02-14 2022-04-08 贝壳技术有限公司 Message pushing method and device
CN111556019B (en) * 2020-03-27 2022-06-14 天津市普迅电力信息技术有限公司 Vehicle-mounted machine data encryption transmission and processing method under distributed environment
CN111669313B (en) * 2020-05-29 2022-05-03 广西东信互联科技有限公司 Method for storing and synchronizing instant communication system message
CN111831748B (en) * 2020-06-30 2024-04-30 北京小米松果电子有限公司 Data synchronization method, device and storage medium
CN112836236A (en) * 2021-02-04 2021-05-25 航天广通科技(深圳)有限公司 Method and system for subscribing database table resources of data sharing exchange platform
CN113067853A (en) * 2021-03-12 2021-07-02 北京金山云网络技术有限公司 Data pushing method and device, electronic equipment and storage medium
CN113098969B (en) * 2021-04-09 2022-12-20 薪得付信息技术(上海)有限公司 Data distribution method, device and system and electronic equipment
CN113934793A (en) * 2021-09-07 2022-01-14 华数传媒网络有限公司 Distributed data management system and method for operation system
CN114567633A (en) * 2022-03-01 2022-05-31 上海浦东发展银行股份有限公司 Cloud platform system supporting full life cycle of multi-stack database and management method
CN114827171B (en) * 2022-03-23 2023-12-15 青岛中科曙光科技服务有限公司 Information synchronization method, apparatus, computer device and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102890631A (en) * 2012-09-13 2013-01-23 新浪网技术(中国)有限公司 Method for transmitting message based on persistent message queue and message transmission device
CN103581250A (en) * 2012-07-31 2014-02-12 盛趣信息技术(上海)有限公司 Data processing, issuing and obtaining method and system
CN103607476A (en) * 2013-12-05 2014-02-26 上海普坤信息科技有限公司 System and method for distributed multi-stage persistence of huge number of messages

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09200257A (en) * 1996-01-23 1997-07-31 Toshiba Corp Electronic information notifying device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103581250A (en) * 2012-07-31 2014-02-12 盛趣信息技术(上海)有限公司 Data processing, issuing and obtaining method and system
CN102890631A (en) * 2012-09-13 2013-01-23 新浪网技术(中国)有限公司 Method for transmitting message based on persistent message queue and message transmission device
CN103607476A (en) * 2013-12-05 2014-02-26 上海普坤信息科技有限公司 System and method for distributed multi-stage persistence of huge number of messages

Also Published As

Publication number Publication date
CN104408132A (en) 2015-03-11

Similar Documents

Publication Publication Date Title
CN104408132B (en) Data push method and system
US10275278B2 (en) Stream processing task deployment using precompiled libraries
CN100489774C (en) Structured code automatic configuration method and device
CN108337320B (en) System and method for scalable structured data distribution
CN105069142A (en) System and method for extraction, transformation and distribution of data increments
CN103235820B (en) Date storage method and device in a kind of group system
CN101772760B (en) Database management program and database management device
CN104317928A (en) Service ETL (extraction-transformation-loading) method and service ETL system both based on distributed database
CN109597842A (en) Data real-time computing technique, device, equipment and computer readable storage medium
CN102508919B (en) Data processing method and system
CN111078702B (en) SQL sentence classification management and unified query method and device
CN101141754B (en) Value-added service analysis system and method thereof
CN107169069B (en) Distributed hierarchical extraction multi-application method and data extraction applicator
CN104599032A (en) Distributed memory power grid construction method and system for resource management
CN102810057A (en) Log recording method
US20180129712A1 (en) Data provenance and data pedigree tracking
CN105577411A (en) Cloud service monitoring method and device based on service origin
CN102467525A (en) Document associating method and system
CN102147809A (en) Parallel file system and management method thereof
CN109828886A (en) CI/CD monitoring method and system under a kind of container cloud environment
CN106777265B (en) Service data processing method and device
CN106250429A (en) A kind of data pick-up method based on sqoop
CN106161498A (en) The multi-platform dissemination method of a kind of contribution and system
CN114218291A (en) Portrait generation method, apparatus, device and storage medium based on target object
CN102081644A (en) Data storage method for storing data and data meanings separately

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20191128

Address after: 100176 room 222, 2f, building C, No. 18, Kechuang 11th Street, Beijing Economic and Technological Development Zone, Daxing District, Beijing

Patentee after: Beijing Jingdong three hundred and sixty degree e-commerce Co., Ltd.

Address before: 100080 Beijing city Haidian District xingshikou Road No. 65 west Shan Creative Park District 11C four floor East West 1-4 layer 1-4 layer

Co-patentee before: Beijing Jingdong Century Commerce Co., Ltd.

Patentee before: Beijing Jingdong Shangke Information Technology Co., Ltd.