CN113609384A - Data subscription method, equipment and computer storage medium - Google Patents

Data subscription method, equipment and computer storage medium Download PDF

Info

Publication number
CN113609384A
CN113609384A CN202110809166.8A CN202110809166A CN113609384A CN 113609384 A CN113609384 A CN 113609384A CN 202110809166 A CN202110809166 A CN 202110809166A CN 113609384 A CN113609384 A CN 113609384A
Authority
CN
China
Prior art keywords
data
client
target data
subscription
routing rule
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.)
Granted
Application number
CN202110809166.8A
Other languages
Chinese (zh)
Other versions
CN113609384B (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.)
Guangzhou Yuncongkaifeng Technology Co Ltd
Original Assignee
Guangzhou Yuncongkaifeng 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 Guangzhou Yuncongkaifeng Technology Co Ltd filed Critical Guangzhou Yuncongkaifeng Technology Co Ltd
Priority to CN202110809166.8A priority Critical patent/CN113609384B/en
Publication of CN113609384A publication Critical patent/CN113609384A/en
Application granted granted Critical
Publication of CN113609384B publication Critical patent/CN113609384B/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/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/9035Filtering based on additional data, e.g. user or group profiles
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/547Messaging middleware

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Multimedia (AREA)
  • Computational Linguistics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application provides a data subscription method, equipment and a computer storage medium, which mainly comprise the steps of determining each client routing rule corresponding to each subscription information according to each subscription device and each subscription algorithm type corresponding to each subscription information of a client, determining each system end routing rule corresponding to each target data according to each acquisition device and each data algorithm type corresponding to each target data of a system end, matching each system end routing rule with each client routing rule, and providing the client to acquire each target data corresponding to each subscription information from the system end according to a matching result. Therefore, the data management integrity of the system end and the customized data subscription requirement of the client can be met simultaneously.

Description

Data subscription method, equipment and computer storage medium
Technical Field
The embodiment of the application relates to the technical field of data processing, in particular to a data subscription method, a data subscription device and a computer storage medium.
Background
With the continuous enrichment of the AI service, the product platformization degree is increased day by day, and the docking of the project scenario is complicated day by day, so that a lot of customization works exist in the delivery process of the AI capability data from the platform to the project scenario.
Disclosure of Invention
In view of the foregoing problems, the present application provides a data subscription method, device and computer storage medium, which can simultaneously meet the data management integrity of a system side and the data customization subscription requirement of a client side.
A first aspect of the present application provides a data subscription method, which includes determining, according to each acquisition device and each data algorithm type corresponding to each target data of a system end, each system end routing rule corresponding to each target data; determining routing rules of each client corresponding to each subscription information according to each subscription device and each subscription algorithm type corresponding to each subscription information of the client; and matching each system end routing rule with each client end routing rule, and providing each target data corresponding to each subscription information acquired by the client end from the system end according to the matching result.
A second aspect of the present application provides a computer storage medium, in which instructions for executing the steps of the data subscription method according to the first aspect are stored.
The data subscription device in the third aspect of the present application includes a system side rule generating module, configured to determine, according to each acquisition device and each data algorithm type corresponding to each target data of a system side, each system side routing rule corresponding to each target data; the client rule generating module is used for determining each client routing rule corresponding to each subscription information according to each subscription device and each subscription algorithm type corresponding to each subscription information of the client; and the matching module is used for matching each system end routing rule with each client end routing rule and providing each target data which is obtained by the client end from the system end and corresponds to each subscription information according to a matching result.
In summary, the data subscription method, the device, and the computer storage medium according to the embodiments of the present application may configure a corresponding client routing rule for subscription information of a client, and generate a corresponding system routing rule for configuration information of target data in a system, so as to provide the client to obtain target data corresponding to the subscription information from the system by matching the client routing rule with the system routing rule. Therefore, the routing management function is added between the system end and the client end, so that decoupling processing of data subscription operation and data management operation is realized, and the overall integrity of data management of the system end and the customization requirements of data subscription of the client end can be met simultaneously.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be 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 some embodiments described in the embodiments of the present application, and other drawings can be obtained by those skilled in the art according to the drawings.
Fig. 1 is a schematic flow chart of a data subscription method according to a first embodiment of the present application.
Fig. 2 is a schematic flow chart of a data subscription method according to a second embodiment of the present application.
Fig. 3 and fig. 4 are schematic architecture diagrams of a data subscription device according to a fourth embodiment of the present application, respectively.
Element number
300: a data subscription device; 302: a system side rule generating module; 32: a system end; 304: a client rule generating module; 34: a client; 306: a matching module; 308: and message middleware.
Detailed Description
In order to make those skilled in the art better understand the technical solutions in the embodiments of the present application, the technical solutions in the embodiments of the present application will be described clearly and completely below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, but not all embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application shall fall within the scope of the protection of the embodiments in the present application.
Embodiments of the present application will be described in detail below with reference to the accompanying drawings.
First embodiment
Fig. 1 shows a schematic flow chart of a data subscription method according to a first embodiment of the present application. As shown in the figure, the data subscription method of the present embodiment mainly includes the following steps:
step S102, determining each system end routing rule corresponding to each target data according to each acquisition device corresponding to each target data of the system end and each data algorithm type.
Alternatively, the target data may include image data, and the acquisition apparatus refers to apparatus identification information for acquiring the image data, for example, apparatus ID information of an image pickup apparatus for acquiring the target data (image data).
Alternatively, the data algorithm type of the target data may be determined according to an application scenario of the target data.
The application scenario of the target data may include, but is not limited to: the system comprises access gates arranged in various traffic places (such as airports and railway stations), access control systems or monitoring systems arranged in various public places (such as office places and shopping malls), and the like.
Alternatively, the data algorithm type of the target data determined based on different application scenarios may include, but is not limited to, a face recognition algorithm, a body recognition algorithm, a living body recognition algorithm, a preset feature detection algorithm (e.g., a helmet detection algorithm), and the like.
Step S104, determining each client routing rule corresponding to each subscription information according to each subscription device and each subscription algorithm type corresponding to each subscription information of the client.
In this embodiment, the subscription device in the subscription information of the client may correspond to the acquisition device of the target data of the system end, and the subscription algorithm type in the subscription information may correspond to the data algorithm type of the target data of the system end.
It should be noted that the execution sequence of the steps S102 and S104 in the embodiment is not limited strictly, and can be adjusted arbitrarily according to actual requirements.
And step S106, matching the routing rules of each system end with the routing rules of each client end, and providing the client end to acquire each target data corresponding to each subscription information from the system end according to the matching result.
Optionally, the system-side routing rules of the target data may be respectively matched with the client-side routing rules, and in response to a matching result that the client-side routing rules are matched with the system-side routing rules, the subscription information corresponding to the client-side routing rules is associated with the target data corresponding to the system-side routing rules, so that the client-side can obtain the target data corresponding to the subscription information from the system-side.
In this embodiment, if the obtaining device and the subscription algorithm type in the system-side routing rule are respectively matched with the subscription device and the subscription algorithm type in the client-side routing rule, a matching result of the client-side routing rule matched with the system-side routing rule can be obtained, so as to provide for the client to obtain each target data corresponding to the subscription information from the system side.
Optionally, after obtaining a matching result that the client routing rule matches the system routing rule, the system may further perform secondary filtering on the target data according to the data filtering rule in the subscription information, and send the target data that meets the data filtering rule to the client.
In this embodiment, the data filtering rules may include, but are not limited to: the acquisition time of the target data, data attributes (e.g., file format attributes) of the target data, confidence thresholds for the target data, and the like.
Preferably, the system side may send each target data corresponding to each subscription information to the message middleware, so as to provide each client side corresponding to each subscription information to obtain each target data from the message middleware.
In summary, in the data subscription method of the present embodiment, the system end routing rule and the client end routing rule are set, so as to implement decoupling processing between the data subscription operation of the client end and the data management operation of the system end, thereby simultaneously meeting the integrity requirement of the data management of the system end and the customization requirement of the data subscription of the client end.
In addition, the subscription data are distributed and processed by setting the message middleware, so that the real-time data butt joint pressure between the system end and the client can be reduced, the data redundancy probability is reduced, and the operation load of the system end is reduced.
Second embodiment
Fig. 2 is a flowchart illustrating a data subscription method according to a second embodiment of the present application. As shown in the figure, the data subscription method of this embodiment mainly includes the following steps:
step S202, responding to the system level data rule configuration request, and determining each system level application scenario corresponding to each target data.
In this embodiment, the target data may be preliminarily classified according to the application scenario requirements of the system end to determine each system-level application scenario corresponding to each target data, so that the classification setting of the system-level application scenarios meets the data management requirements of the system end.
Step S204, responding to the client-level data rule configuration request, so as to determine each client-level application scenario corresponding to each target data based on each system-level application scenario corresponding to each target data.
In this embodiment, the system-level application scenes corresponding to the target data may be secondarily classified according to the actual application scenes of the clients, so as to determine the client-level application scenes corresponding to the target data. The classification setting of the client-level application scene is used for meeting the customized subscription requirement of the client.
Step S206, determining each data algorithm type corresponding to each target data based on each client-level application scene corresponding to each target data.
In this embodiment, the data algorithm type of the target data is, for example, a face recognition algorithm, a body appearance recognition algorithm, a living body recognition algorithm, a preset feature detection algorithm (e.g., a helmet detection algorithm), and the like.
And step S208, obtaining routing rules of each system end corresponding to each target data according to each obtaining device corresponding to each target data and each data algorithm type.
In this embodiment, the rule name of the system-side routing rule may be defined by assembling the keyword of the acquisition device with the keyword of the data algorithm type, and correspondingly, the rule name of the client-side routing rule may also be defined by assembling the keyword of the subscription device with the keyword of the subscription algorithm type.
In summary, according to the application, the target data are primarily classified according to the system-level application scene to meet the data management requirement of the system end, and are secondarily classified according to the client-level application scene to meet the customized subscription requirement of the client, so that the data decoupling management of the system end and the client can be realized by utilizing the multi-level routing configuration management, and the system end (namely, the product side) does not need to pay more attention to the data docking function of the client (namely, a downstream user).
Third embodiment
A third embodiment of the present application provides a computer storage medium, in which instructions for executing the steps in the data subscription method according to the first embodiment or the second embodiment are stored.
Fourth embodiment
Fig. 3 and 4 show the main architecture schematic diagram of a data subscription device according to a fourth embodiment of the present application. As shown in the figure, the data subscription device 300 of the present embodiment mainly includes a system-side rule generating module 302, a client-side rule generating module 304, and a matching module 306.
The system-side rule generating module 302 is configured to determine each system-side routing rule corresponding to each target data according to each acquisition device and each data algorithm type corresponding to each target data of the system side 32.
Optionally, the target data includes image data, and the acquiring device includes device identification information for acquiring the image data.
Optionally, the system-side rule generating module 302 further determines at least one data algorithm type of the target data according to at least one application scenario of the target data; the data algorithm type at least comprises one of a face recognition algorithm, a physical appearance recognition algorithm, a living body recognition algorithm and a preset feature detection algorithm.
Optionally, the application scenarios include a system-level application scenario and a client-level application scenario, and the system-side rule generating module 302 further determines, in response to a system-level data rule configuration request, each system-level application scenario corresponding to each target data; responding to a client-level data rule configuration request, and determining each client-level application scene corresponding to each target data based on each system-level application scene corresponding to each target data; determining each data algorithm type corresponding to each target data based on each client-level application scene corresponding to each target data; and obtaining each system end routing rule corresponding to each target data according to each obtaining device corresponding to each target data and each data algorithm type.
The client rule generating module 304 is configured to determine, according to each subscription device and each subscription algorithm type corresponding to each subscription information of the client 34, each client routing rule corresponding to each subscription information.
The matching module 306 is configured to match each system-side routing rule with each client-side routing rule, and provide, according to a matching result, the client 34 to obtain each target data corresponding to each subscription information from the system side 32.
Optionally, the matching module 306 is further configured to match the system-side routing rule of the target data with each client-side routing rule respectively; and in response to a matching result of the client routing rule and the system end routing rule, associating the subscription information corresponding to the client routing rule with the target data corresponding to the system end routing rule, so that the client can obtain the target data corresponding to the subscription information from the system end.
Optionally, the matching module 306 is further configured to obtain the matching result of the client routing rule matching the system-side routing rule if the obtaining device and the subscription algorithm type in the system-side routing rule are respectively matched with the subscription device and the subscription algorithm type in the client routing rule.
Optionally, the matching module 306 is further configured to, in response to a matching result that the client routing rule matches the system-side routing rule, further perform filtering on the target data according to a data filtering rule in the subscription information, so that the client acquires the target data meeting the data filtering rule from the system side; wherein the data filtering rule at least comprises at least one of an acquisition time of the target data, a data attribute of the target data, and a confidence threshold of the target data.
Optionally, the data subscription device 300 further includes a message middleware 308, configured to provide that the system end 32 sends each piece of target data corresponding to each piece of subscription information to the message middleware 308, so that each piece of client 34 corresponding to each piece of subscription information obtains each piece of target data from the message middleware 308.
In summary, the data subscription method, device, and computer storage medium according to the embodiments of the present application provide the client to obtain the target data corresponding to the subscription information from the system end by setting the system end routing rule of the target data of the system end and the client routing rule of the subscription information of the client, respectively, and by matching the system end routing rule and the client routing rule. Therefore, the decoupling processing of the system-side data management and the client-side data subscription can be realized, and the requirement of the system-side data management integrity and the customization requirement of the client-side data subscription can be met simultaneously.
Finally, it should be noted that: the above embodiments are only used for illustrating the technical solutions of the embodiments of the present application, and are not limited thereto; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions in the embodiments of the present application.

Claims (11)

1. A data subscription method, comprising:
determining routing rules of each system end corresponding to each target data according to each acquisition device and each data algorithm type corresponding to each target data of the system end;
determining routing rules of each client corresponding to each subscription information according to each subscription device and each subscription algorithm type corresponding to each subscription information of the client; and
and matching each system end routing rule with each client end routing rule, and providing each target data corresponding to each subscription information acquired by the client end from the system end according to a matching result.
2. The data subscription method according to claim 1,
the target data includes image data, and the acquisition device includes device identification information for acquiring the image data.
3. The data subscription method according to claim 1, further comprising:
determining at least one data algorithm type of the target data according to at least one application scene of the target data;
the data algorithm type at least comprises one of a face recognition algorithm, a physical appearance recognition algorithm, a living body recognition algorithm and a preset feature detection algorithm.
4. The data subscription method according to claim 3, wherein the application scenarios include a system-level application scenario and a client-level application scenario, and the determining, according to each acquisition device and each data algorithm type corresponding to each target data of the system, each system-side routing rule corresponding to each target data includes:
responding to a system level data rule configuration request, and determining each system level application scene corresponding to each target data;
responding to a client-level data rule configuration request, and determining each client-level application scene corresponding to each target data based on each system-level application scene corresponding to each target data;
determining each data algorithm type corresponding to each target data based on each client-level application scene corresponding to each target data;
and obtaining each system end routing rule corresponding to each target data according to each obtaining device corresponding to each target data and each data algorithm type.
5. The data subscription method according to claim 4, wherein the matching each routing rule of the system side with each routing rule of the client side, and providing, according to a matching result, the client side to obtain each target data corresponding to each subscription information from the system side comprises:
matching the system end routing rules of the target data with the client end routing rules respectively;
and responding to a matching result of the client routing rule and the system end routing rule, associating the subscription information corresponding to the client routing rule with the target data corresponding to the system end routing rule, so that the client can obtain the target data corresponding to the subscription information from the system end.
6. The data subscription method according to claim 5, wherein the matching the system-side routing rule of the target data with each of the client-side routing rules respectively comprises:
if the obtaining device and the subscription algorithm type in the system end routing rule are respectively matched with the subscription device and the subscription algorithm type in the client end routing rule, the matching result of the client end routing rule and the system end routing rule is obtained.
7. The data subscription method according to claim 5, further comprising:
responding to a matching result of the client routing rule and the system end routing rule, and further performing filtering aiming at the target data according to a data filtering rule in the subscription information so that the client can obtain the target data meeting the data filtering rule from the system end;
wherein the data filtering rule at least comprises at least one of an acquisition time of the target data, a data attribute of the target data, and a confidence threshold of the target data.
8. The data subscription method according to claim 5, further comprising:
providing the system end to send each target data corresponding to each subscription information to the message middleware;
and providing each client corresponding to each subscription information to acquire each target data from the message middleware.
9. A computer storage medium having stored therein instructions for performing the steps of the data subscription method of any of the preceding claims 1 to 8.
10. A data subscription device, comprising:
the system side rule generating module is used for determining each system side routing rule corresponding to each target data according to each acquisition device corresponding to each target data of the system side and each data algorithm type;
the client rule generating module is used for determining each client routing rule corresponding to each subscription information according to each subscription device and each subscription algorithm type corresponding to each subscription information of the client;
and the matching module is used for matching each system end routing rule with each client end routing rule and providing each target data which is obtained by the client end from the system end and corresponds to each subscription information according to a matching result.
11. The data subscription device according to claim 10, further comprising a message middleware, configured to provide the system side to send each piece of target data corresponding to each piece of subscription information to the message middleware, so that each piece of target data is obtained from the message middleware by each client corresponding to each piece of subscription information.
CN202110809166.8A 2021-07-16 2021-07-16 Data subscription method, device and computer storage medium Active CN113609384B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110809166.8A CN113609384B (en) 2021-07-16 2021-07-16 Data subscription method, device and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110809166.8A CN113609384B (en) 2021-07-16 2021-07-16 Data subscription method, device and computer storage medium

Publications (2)

Publication Number Publication Date
CN113609384A true CN113609384A (en) 2021-11-05
CN113609384B CN113609384B (en) 2024-05-10

Family

ID=78337782

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110809166.8A Active CN113609384B (en) 2021-07-16 2021-07-16 Data subscription method, device and computer storage medium

Country Status (1)

Country Link
CN (1) CN113609384B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115580546A (en) * 2022-11-15 2023-01-06 科来网络技术股份有限公司 Data subscription method and device, electronic equipment and readable storage medium

Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040098511A1 (en) * 2002-11-16 2004-05-20 Lin David H. Packet routing method and system that routes packets to one of at least two processes based on at least one routing rule
US20060039365A1 (en) * 2004-06-29 2006-02-23 Damaka, Inc. System and method for routing and communicating in a heterogeneous network environment
CN101127774A (en) * 2007-09-19 2008-02-20 中兴通讯股份有限公司 Priority processing method for initial filtering rule
WO2008027124A2 (en) * 2006-07-28 2008-03-06 Archipelago Holdings, Inc. Routing of orders in equity options by means of a parameterized rules-based routing table
WO2009076889A1 (en) * 2007-12-13 2009-06-25 Huawei Technologies Co., Ltd. A method, system and server for service subscription
EP2222055A1 (en) * 2009-02-24 2010-08-25 Research In Motion Limited Content-based publication-subscription system for presence information
CN103795805A (en) * 2014-02-27 2014-05-14 中国科学技术大学苏州研究院 Distributed server load balancing method based on SDN
CN104506578A (en) * 2014-12-03 2015-04-08 郑州正信科技发展股份有限公司 Publishing/subscription network subscription information maintenance method and device
WO2015196330A1 (en) * 2014-06-23 2015-12-30 华为技术有限公司 Operation method of routing device, routing device and terminal device
CN105656959A (en) * 2014-11-13 2016-06-08 中国科学院沈阳计算技术研究所有限公司 Multi-terminal PUB/SUB (Publish/Subscribe) message synchronization method based on routing mechanism
CN106059892A (en) * 2016-05-17 2016-10-26 中国科学院沈阳计算技术研究所有限公司 Message engine integrated with communication system
CN106354870A (en) * 2016-09-18 2017-01-25 中国科学院计算技术研究所 Data loading method and system
CN107979534A (en) * 2016-10-24 2018-05-01 汤姆逊许可公司 The method realized in the equipment for being connected to user residence device and corresponding device
US20180375773A1 (en) * 2017-06-26 2018-12-27 Intel Corporation Technologies for efficient network flow classification with vector bloom filters
CN111181943A (en) * 2019-12-24 2020-05-19 平安医疗健康管理股份有限公司 Service interaction method and device based on service middlebox, computer equipment and computer storage medium
CN111585897A (en) * 2020-04-02 2020-08-25 深圳壹账通智能科技有限公司 Request route management method, system, computer system and readable storage medium
CN112311825A (en) * 2019-07-29 2021-02-02 浙江宇视科技有限公司 Message pushing method and device, pushing server and readable storage medium
US10911569B1 (en) * 2016-10-06 2021-02-02 Arora Engineers, Inc. System and method for asset management and integration
CN113098978A (en) * 2021-04-21 2021-07-09 上海微盟企业发展有限公司 Data transmission method, device and medium
CN113098969A (en) * 2021-04-09 2021-07-09 薪得付信息技术(上海)有限公司 Data distribution method, device and system and electronic equipment

Patent Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040098511A1 (en) * 2002-11-16 2004-05-20 Lin David H. Packet routing method and system that routes packets to one of at least two processes based on at least one routing rule
US20060039365A1 (en) * 2004-06-29 2006-02-23 Damaka, Inc. System and method for routing and communicating in a heterogeneous network environment
WO2008027124A2 (en) * 2006-07-28 2008-03-06 Archipelago Holdings, Inc. Routing of orders in equity options by means of a parameterized rules-based routing table
CN101127774A (en) * 2007-09-19 2008-02-20 中兴通讯股份有限公司 Priority processing method for initial filtering rule
WO2009076889A1 (en) * 2007-12-13 2009-06-25 Huawei Technologies Co., Ltd. A method, system and server for service subscription
EP2222055A1 (en) * 2009-02-24 2010-08-25 Research In Motion Limited Content-based publication-subscription system for presence information
CN103795805A (en) * 2014-02-27 2014-05-14 中国科学技术大学苏州研究院 Distributed server load balancing method based on SDN
WO2015196330A1 (en) * 2014-06-23 2015-12-30 华为技术有限公司 Operation method of routing device, routing device and terminal device
CN105656959A (en) * 2014-11-13 2016-06-08 中国科学院沈阳计算技术研究所有限公司 Multi-terminal PUB/SUB (Publish/Subscribe) message synchronization method based on routing mechanism
CN104506578A (en) * 2014-12-03 2015-04-08 郑州正信科技发展股份有限公司 Publishing/subscription network subscription information maintenance method and device
CN106059892A (en) * 2016-05-17 2016-10-26 中国科学院沈阳计算技术研究所有限公司 Message engine integrated with communication system
CN106354870A (en) * 2016-09-18 2017-01-25 中国科学院计算技术研究所 Data loading method and system
US10911569B1 (en) * 2016-10-06 2021-02-02 Arora Engineers, Inc. System and method for asset management and integration
CN107979534A (en) * 2016-10-24 2018-05-01 汤姆逊许可公司 The method realized in the equipment for being connected to user residence device and corresponding device
US20180375773A1 (en) * 2017-06-26 2018-12-27 Intel Corporation Technologies for efficient network flow classification with vector bloom filters
CN112311825A (en) * 2019-07-29 2021-02-02 浙江宇视科技有限公司 Message pushing method and device, pushing server and readable storage medium
CN111181943A (en) * 2019-12-24 2020-05-19 平安医疗健康管理股份有限公司 Service interaction method and device based on service middlebox, computer equipment and computer storage medium
CN111585897A (en) * 2020-04-02 2020-08-25 深圳壹账通智能科技有限公司 Request route management method, system, computer system and readable storage medium
CN113098969A (en) * 2021-04-09 2021-07-09 薪得付信息技术(上海)有限公司 Data distribution method, device and system and electronic equipment
CN113098978A (en) * 2021-04-21 2021-07-09 上海微盟企业发展有限公司 Data transmission method, device and medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
胡剑波: "基于QOS路由策略的发布订阅路由算法", 计算机与数字工程, no. 201341 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115580546A (en) * 2022-11-15 2023-01-06 科来网络技术股份有限公司 Data subscription method and device, electronic equipment and readable storage medium
CN115580546B (en) * 2022-11-15 2023-02-24 科来网络技术股份有限公司 Data subscription method and device, electronic equipment and readable storage medium

Also Published As

Publication number Publication date
CN113609384B (en) 2024-05-10

Similar Documents

Publication Publication Date Title
KR20190038923A (en) Method, apparatus and system for verifying user identity
US10621440B2 (en) Network switching appliance, process and system for performing visual analytics for a streaming video
JP2019185728A (en) Method and apparatus for recommending video
EP3779775B1 (en) Media processing method and related apparatus
CN110889314B (en) Image processing method, device, electronic equipment, server and system
CN111694926A (en) Interactive processing method and device based on scene dynamic configuration and computer equipment
KR20220076398A (en) Object recognition processing apparatus and method for ar device
CN112805722A (en) Method and apparatus for reducing false positives in facial recognition
WO2022247849A1 (en) Multimedia data processing method and apparatus, and device and storage medium
CN113609384A (en) Data subscription method, equipment and computer storage medium
CN107609044B (en) A kind of information acquisition method and terminal device
CN109408671A (en) The searching method and its system of specific objective
US20220201455A1 (en) Method and system for managing electronic data representing emergency alerts
CN112203135B (en) Intelligent double-recording method, system and server
KR101745370B1 (en) Method and system for providing image information with main frame
CN111199182A (en) Lost object method, system and storage medium based on intelligent community
CN115578765A (en) Target identification method, device, system and computer readable storage medium
CN116208633A (en) Artificial intelligence service platform system, method, equipment and medium
CN115391596A (en) Video archive generation method and device and storage medium
CN112487082B (en) Biological feature recognition method and related equipment
CN112597321B (en) Multimedia processing method based on block chain and related equipment
CN111708988B (en) Infringement video identification method and device, electronic equipment and storage medium
CN112333182A (en) File processing method, device, server and storage medium
CN111126340A (en) Object identification method and device, electronic equipment and computer readable storage medium
US9323857B2 (en) System and method for providing content-related information based on digital watermark and fingerprint

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