CN113868296A - Event data intelligent processing method and device and processor - Google Patents

Event data intelligent processing method and device and processor Download PDF

Info

Publication number
CN113868296A
CN113868296A CN202111132017.9A CN202111132017A CN113868296A CN 113868296 A CN113868296 A CN 113868296A CN 202111132017 A CN202111132017 A CN 202111132017A CN 113868296 A CN113868296 A CN 113868296A
Authority
CN
China
Prior art keywords
event
data
identification information
information
association table
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.)
Pending
Application number
CN202111132017.9A
Other languages
Chinese (zh)
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 Shenyan Intelligent Technology Co ltd
Original Assignee
Beijing Shenyan Intelligent 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 Shenyan Intelligent Technology Co ltd filed Critical Beijing Shenyan Intelligent Technology Co ltd
Priority to CN202111132017.9A priority Critical patent/CN113868296A/en
Publication of CN113868296A publication Critical patent/CN113868296A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution

Landscapes

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

Abstract

The invention discloses an event data intelligent processing method, an event data intelligent processing device and a processor. Wherein, the method comprises the following steps: receiving an event calling request, wherein the event calling request is used for acquiring a target event; calling an event association table, wherein the event association table comprises a plurality of groups of event entries, and each group of event entries comprises: event identification information, first identification information of a first object, second identification information of a second object; and searching an event association table according to the event calling request to obtain the target event. The invention solves the technical problem of low searching efficiency caused by separately storing the service data.

Description

Event data intelligent processing method and device and processor
Technical Field
The invention relates to the field of big data, in particular to an intelligent event data processing method, an intelligent event data processing device and a processor.
Background
When an enterprise processes business data, due to large business volume and complex business types, the problem that the data are repeatedly recorded into a plurality of addresses and the same data are repeatedly read during retrieval or calculation exists in some cases. For example, different types of data in a business are usually stored in different places of a large database, or are directly stored in different databases, and when a data analyst or a marketer of an enterprise wants to call business data according to a data type or call different types of data related to the business based on the business, it is usually very expensive to search in the large database, and the search efficiency is not high.
In view of the above problems, no effective solution has been proposed.
Disclosure of Invention
The embodiment of the invention provides an event data intelligent processing method, an event data intelligent processing device and a processor, and at least solves the technical problem of low searching efficiency caused by separately storing service data.
According to an aspect of an embodiment of the present invention, an event data intelligent processing method is provided, including: receiving an event calling request, wherein the event calling request is used for acquiring a target event; calling an event association table, wherein the event association table comprises a plurality of groups of event entries, and each group of event entries comprises: event identification information, first identification information of a first object, second identification information of a second object; and searching the event association table according to the event calling request to obtain the target event.
Optionally, a plurality of sets of raw event data are obtained, wherein each set of raw event data includes: event type information data, information data of a first object, information data of a second object; determining an event entry corresponding to each group of the original event data according to each group of the original event data; adding the event entry to an event association table, wherein the event association table is stored in a first database.
Optionally, determining an event entry corresponding to each group of the raw event data according to each group of the raw event data includes: determining the event identification information according to the event type information data; determining identification information of the first object according to the information data of the first object; determining identification information of the second object according to the information data of the second object; and generating the event entry corresponding to the original event data according to the event identification information, the identification information of the first object, the identification information of the second object and a preset data format.
Optionally, in a case that the event corresponding to the original event data is an after-market product event, the method further includes: the first object comprises a user corresponding to the after-sale event of the product, and the identification information of the first object comprises any one of the following items: the identification number of the user, the membership number of the user and the mobile phone number of the user; the second object includes a product corresponding to the after-sale event of the product, and the identification information of the second object includes: the serial number of the product.
Optionally, the method further includes: storing information data of the first object to a second database, wherein the second database is different from the first database; and storing the information data of the second object to a third database, wherein the third database is different from the first database.
Optionally, searching the event association table according to the event invocation request to obtain the target event, where the step of searching the event association table includes: acquiring calling information according to the event calling request, wherein the calling information comprises at least one of the event identification information, the first identification information and the second identification information; and comparing the plurality of groups of event items in the event association table according to the calling information to obtain the target event, wherein the event items corresponding to the target event are matched with the calling information.
According to another aspect of the embodiments of the present invention, there is also provided an intelligent data processing apparatus, including: the system comprises a receiving module, a sending module and a processing module, wherein the receiving module is used for receiving an event calling request, and the event calling request is used for acquiring a target event; the system comprises a calling module, a processing module and a processing module, wherein the calling module is used for calling an event association table, the event association table comprises a plurality of groups of event entries, and each group of event entries comprises: event identification information, first identification information of a first object, second identification information of a second object; and the searching module is used for searching the event association table according to the event calling request to obtain the target event.
Optionally, the apparatus further comprises: an obtaining module, configured to obtain multiple sets of raw event data, where each set of raw event data includes: event type information data, information data of a first object, information data of a second object; the determining module is used for determining event items corresponding to each group of the original event data according to each group of the original event data; and the adding module is used for adding the event entry into an event association table, wherein the event association table is stored in a first database.
According to another aspect of the embodiment of the present invention, there is further provided a computer-readable storage medium, where the computer-readable storage medium includes a stored program, and when the program runs, the apparatus where the computer-readable storage medium is located is controlled to execute any one of the above described event data intelligent processing methods.
According to still another aspect of the embodiments of the present invention, there is further provided a processor, where the processor is configured to execute a program, where the program executes the method for intelligently processing event data when running.
In the embodiment of the invention, the event association table is adopted, the event call request for obtaining the target event is received, the event association table is called, and the target event is obtained by searching the event association table according to the event call request, so that the aim of quickly searching and obtaining the target event meeting the requirement is fulfilled, the technical effect of improving the efficiency of searching and obtaining the data meeting the requirement in a large database according to certain conditions is realized, and the technical problem of low searching efficiency caused by separately storing the service data is solved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
fig. 1 shows a hardware configuration block diagram of a computer terminal for implementing an event data intelligent processing method;
FIG. 2 is a flow chart of an intelligent event data processing method according to an embodiment of the present invention;
fig. 3 is a block diagram of an event data intelligent processing device according to an embodiment of the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Example 1
In accordance with an embodiment of the present invention, there is provided an embodiment of an intelligent processing method for event data, it being noted that the steps illustrated in the flowchart of the drawings may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowchart, in some cases, the steps illustrated or described may be performed in an order different than that illustrated herein.
The method provided by the first embodiment of the present application may be executed in a mobile terminal, a computer terminal, or a similar computing device. Fig. 1 shows a hardware block diagram of a computer terminal for implementing the intelligent event data processing method. As shown in fig. 1, computer terminal 10 may include one or more (shown as 102a, 102b, … …, 102 n) processors 102 (processor 102 may include, but is not limited to, a processing device such as a microprocessor MCU or a programmable logic device FPGA), a memory 104 for storing data, and a transmission module 106 for communication functions. Besides, the method can also comprise the following steps: a display, an input/output interface (I/O interface), a Universal Serial BUS (USB) port (which may be included as one of the ports of the BUS), a network interface, a power source, and/or a camera. It will be understood by those skilled in the art that the structure shown in fig. 1 is only an illustration and is not intended to limit the structure of the electronic device. For example, the computer terminal 10 may also include more or fewer components than shown in FIG. 1, or have a different configuration than shown in FIG. 1.
It should be noted that the one or more processors 102 and/or other data processing circuitry described above may be referred to generally herein as "data processing circuitry". The data processing circuitry may be embodied in whole or in part in software, hardware, firmware, or any combination thereof. Further, the data processing circuit may be a single stand-alone processing module, or incorporated in whole or in part into any of the other elements in the computer terminal 10. As referred to in the embodiments of the application, the data processing circuit acts as a processor control (e.g. selection of a variable resistance termination path connected to the interface).
The memory 104 may be used to store software programs and modules of application software, such as program instructions/data storage devices corresponding to the event data intelligent processing method in the embodiment of the present invention, and the processor 102 executes various functional applications and data processing by running the software programs and modules stored in the memory 104, that is, implementing the method of the application program. The memory 104 may include high speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory 104 may further include memory located remotely from the processor 102, which may be connected to the computer terminal 10 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The transmission module 106 is used to receive or transmit data via a network. Specific examples of the network described above may include a wireless network provided by a communication provider of the computer terminal 10. In one example, the transmission module 106 includes a Network adapter (NIC) that can be connected to other Network devices through a base station to communicate with the internet. In one example, the transmission module 106 may be a Radio Frequency (RF) module, which is used for communicating with the internet in a wireless manner.
The display may be, for example, a touch screen type Liquid Crystal Display (LCD) that may enable a user to interact with the user interface of the computer terminal 10.
Fig. 2 is a schematic flow chart of an event data intelligent processing method provided according to an embodiment of the present invention, as shown in fig. 2, the method includes the following steps:
step S202, an event call request is received, wherein the event call request is used for acquiring a target event. Alternatively, the target event may be a business action of the enterprise, or an action of the user, such as a purchase of a vehicle.
Step S204, calling an event association table, wherein the event association table comprises a plurality of groups of event entries, and each group of event entries comprises: event identification information, first identification information of a first object, second identification information of a second object. Alternatively, the event association table may embody a mapping relationship of a plurality of information in the event entry, for example, the event representation information represents an identifier of the event itself, and the first object and the second object are respectively the principal entities in the event corresponding to the event identifier information. For example, when the event is an after-market vehicle service event, the first object may be a customer initiating the after-market service and the second object may be a vehicle requested for after-market service.
And step S206, searching the event association table according to the event calling request to obtain the target event.
In the above steps, the event association table is adopted, the event call request for obtaining the target event is received, the event association table is called, and the event association table is searched according to the event call request to obtain the target event, so that the purpose of quickly searching for the target event meeting the requirement is achieved, the technical effect of improving the efficiency of searching for the data meeting the requirement in the large database according to certain conditions is achieved, and the technical problem of low searching efficiency caused by separately storing the service data is solved.
As an alternative embodiment, before invoking the event association table, the event association table may be created as follows: acquiring multiple groups of original event data, wherein each group of original event data comprises: event type information data, information data of a first object, information data of a second object; determining an event entry corresponding to each group of original event data according to each group of original event data; adding an event entry to an event association table, wherein the event association table is stored in a first database.
Optionally, the first database may be a MySQL database, or other lighter database, which facilitates quick search for items related to the event and return of results as soon as possible.
As an alternative embodiment, according to each group of original event data, determining an event entry corresponding to each group of original event data, and according to the event type information data, determining event identification information; determining identification information of the first object according to the information data of the first object; determining identification information of the second object according to the information data of the second object; and generating an event entry corresponding to the original event data according to the event identification information, the identification information of the first object, the identification information of the second object and a preset data format.
As an alternative embodiment, in the case that the event corresponding to the original event data is an after-sale event of the product, the method further includes: the first object comprises a user corresponding to the after-sale event of the product, and the identification information of the first object comprises any one of the following items: the identification number of the user, the membership number of the user and the mobile phone number of the user; the second object comprises a product corresponding to the after-sale event of the product, and the identification information of the second object comprises: the serial number of the product.
As an alternative implementation, the identification information may be determined as follows:
the event stores the ID of the contained object, the field event represents the unique identification of the event, and the event _ idns represents the unique identification of the ID of the event object.
The ID of the object is saved, the field profile represents the object, and profile _ idns represents the ID of the object.
An event association table exists before the event and the object, the field name of the definition table is event and represents an event unique identifier, event _ idns represents an event object ID unique identifier, the field of the definition table is profile and represents the object, and profile _ idns represents the object ID.
For example, the event object ID table has an after-sales event, where the object ID is a unique vin code of a car and a mobile phone number of a user, event _ idns is vin, and event _ idns is phone.
The object ID table includes two objects, i.e., a user object profile, a profile _ IDs, a vehicle object profile, and a profile _ IDs.
Namely, the finally obtained event association table is as follows:
Profile=customer,profile_idns=phone,event=aftersales,event_idns=phone
Profile=customer_vin,profile_idns=vin,event=aftersales,event_idns=vin
as an alternative embodiment, the information data of the first object is stored in a second database, wherein the second database is different from the first database; and storing the information data of the second object to a third database, wherein the third database is different from the first database. Alternatively, the second database and the third database may be complete databases at the enterprise level, with a large amount of raw data stored in the enterprise level database, and only the event correlation table stored in the first lightweight database.
As an alternative embodiment, according to the event invocation request, the event association table is searched to obtain the target event, and the following method is used: acquiring calling information according to the event calling request, wherein the calling information comprises at least one of event identification information, first identification information and second identification information; and comparing a plurality of groups of event items in the event association table according to the calling information to obtain the target event, wherein the event items corresponding to the target event are matched with the calling information.
Optionally, when the target event needs to be searched, the target event may be known from the event identification information, the first identification information and the second identification information, or any combination of the three information, and then it is determined whether the corresponding field of each entry in the event association table is matched, and if the corresponding field is matched with the calling information, the target event corresponding to the entry in the association table is returned to the searched user.
Example 2
According to an embodiment of the present invention, there is also provided an intelligent event data processing apparatus for implementing the above intelligent event data processing method, fig. 3 is a block diagram of the intelligent event data processing apparatus according to an embodiment of the present invention, and as shown in fig. 3, the intelligent event data processing apparatus includes: the receiving module 32, the calling module 34 and the searching module 36, which will be described below.
A receiving module 32, configured to receive an event invocation request, where the event invocation request is used to obtain a target event;
a calling module 34, configured to call an event association table, where the event association table includes a plurality of sets of event entries, and each set of event entry includes: event identification information, first identification information of a first object, second identification information of a second object;
and the searching module 36 is configured to search the event association table according to the event call request to obtain the target event.
It should be noted here that the receiving module 32, the invoking module 34 and the searching module 36 correspond to steps S202 to S206 in embodiment 1, and the three modules are the same as the corresponding steps in the implementation example and application scenario, but are not limited to the disclosure in embodiment 1. It should be noted that the above modules may be operated in the computer terminal 10 provided in embodiment 1 as a part of the apparatus.
As an optional embodiment, the event data intelligent processing apparatus may further include: an obtaining module, configured to obtain multiple sets of raw event data, where each set of raw event data includes: event type information data, information data of a first object, information data of a second object; the determining module is used for determining event items corresponding to each group of original event data according to each group of original event data; the adding module is used for adding the event entry into an event association table, wherein the event association table is stored in the first database.
Example 3
An embodiment of the present invention may provide a computer device, and optionally, in this embodiment, the computer device may be located in at least one network device of a plurality of network devices of a computer network. The computer device includes a memory and a processor.
The memory may be used to store software programs and modules, such as program instructions/modules corresponding to the event data intelligent processing method and apparatus in the embodiments of the present invention, and the processor executes various functional applications and data processing by running the software programs and modules stored in the memory, that is, implements the event data intelligent processing method. The memory may include high speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory may further include memory located remotely from the processor, and these remote memories may be connected to the computer terminal through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The processor can call the information and application program stored in the memory through the transmission device to execute the following steps: receiving an event calling request, wherein the event calling request is used for acquiring a target event; calling an event association table, wherein the event association table comprises a plurality of groups of event entries, and each group of event entries comprises: event identification information, first identification information of a first object, second identification information of a second object; and searching an event association table according to the event calling request to obtain the target event.
Optionally, the processor may further execute the program code of the following steps: acquiring multiple groups of original event data, wherein each group of original event data comprises: event type information data, information data of a first object, information data of a second object; determining an event entry corresponding to each group of original event data according to each group of original event data; adding an event entry to an event association table, wherein the event association table is stored in a first database.
Optionally, the processor may further execute the program code of the following steps: determining an event entry corresponding to each group of original event data according to each group of original event data, wherein the event entry comprises: determining event identification information according to the event type information data; determining identification information of the first object according to the information data of the first object; determining identification information of the second object according to the information data of the second object; and generating an event entry corresponding to the original event data according to the event identification information, the identification information of the first object, the identification information of the second object and a preset data format.
Optionally, the processor may further execute the program code of the following steps: when the event corresponding to the original event data is an after-sale event of the product, the method further comprises the following steps: the first object comprises a user corresponding to the after-sale event of the product, and the identification information of the first object comprises any one of the following items: the identification number of the user, the membership number of the user and the mobile phone number of the user; the second object comprises a product corresponding to the after-sale event of the product, and the identification information of the second object comprises: the serial number of the product.
Optionally, the processor may further execute the program code of the following steps: storing information data of the first object to a second database, wherein the second database is different from the first database; and storing the information data of the second object to a third database, wherein the third database is different from the first database.
Optionally, the processor may further execute the program code of the following steps: according to the event call request, searching an event association table to obtain a target event, wherein the step of obtaining the target event comprises the following steps: acquiring calling information according to the event calling request, wherein the calling information comprises at least one of event identification information, first identification information and second identification information; and comparing a plurality of groups of event items in the event association table according to the calling information to obtain the target event, wherein the event items corresponding to the target event are matched with the calling information.
Those skilled in the art will appreciate that all or part of the steps in the methods of the above embodiments may be implemented by a program instructing hardware associated with the terminal device, where the program may be stored in a computer-readable storage medium, and the storage medium may include: flash disks, Read-Only memories (ROMs), Random Access Memories (RAMs), magnetic or optical disks, and the like.
Example 4
Embodiments of the present invention also provide a computer-readable storage medium. Optionally, in this embodiment, the computer-readable storage medium may be configured to store the program code executed by the intelligent event data processing method provided in embodiment 1.
Optionally, in this embodiment, the computer-readable storage medium may be located in any one of a group of computer terminals in a computer network, or in any one of a group of mobile terminals.
Optionally, in this embodiment, the computer readable storage medium is configured to store program code for performing the following steps: receiving an event calling request, wherein the event calling request is used for acquiring a target event; calling an event association table, wherein the event association table comprises a plurality of groups of event entries, and each group of event entries comprises: event identification information, first identification information of a first object, second identification information of a second object; and searching an event association table according to the event calling request to obtain the target event.
Optionally, in this embodiment, the computer readable storage medium is configured to store program code for performing the following steps: acquiring multiple groups of original event data, wherein each group of original event data comprises: event type information data, information data of a first object, information data of a second object; determining an event entry corresponding to each group of original event data according to each group of original event data; adding an event entry to an event association table, wherein the event association table is stored in a first database.
Optionally, in this embodiment, the computer readable storage medium is configured to store program code for performing the following steps: determining an event entry corresponding to each group of original event data according to each group of original event data, wherein the event entry comprises: determining event identification information according to the event type information data; determining identification information of the first object according to the information data of the first object; determining identification information of the second object according to the information data of the second object; and generating an event entry corresponding to the original event data according to the event identification information, the identification information of the first object, the identification information of the second object and a preset data format.
Optionally, in this embodiment, the computer readable storage medium is configured to store program code for performing the following steps: when the event corresponding to the original event data is an after-sale event of the product, the method further comprises the following steps: the first object comprises a user corresponding to the after-sale event of the product, and the identification information of the first object comprises any one of the following items: the identification number of the user, the membership number of the user and the mobile phone number of the user; the second object comprises a product corresponding to the after-sale event of the product, and the identification information of the second object comprises: the serial number of the product.
Optionally, in this embodiment, the computer readable storage medium is configured to store program code for performing the following steps: storing information data of the first object to a second database, wherein the second database is different from the first database; and storing the information data of the second object to a third database, wherein the third database is different from the first database.
Optionally, in this embodiment, the computer readable storage medium is configured to store program code for performing the following steps: according to the event call request, searching an event association table to obtain a target event, wherein the step of obtaining the target event comprises the following steps: acquiring calling information according to the event calling request, wherein the calling information comprises at least one of event identification information, first identification information and second identification information; and comparing a plurality of groups of event items in the event association table according to the calling information to obtain the target event, wherein the event items corresponding to the target event are matched with the calling information.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
In the above embodiments of the present invention, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed technology can be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, a division of a unit may be a division of a logic function, and an actual implementation may have another division, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or may not be executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, units or modules, and may be in an electrical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, and other various media capable of storing program codes.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that it is obvious to those skilled in the art that various modifications and improvements can be made without departing from the principle of the present invention, and these modifications and improvements should also be considered as the protection scope of the present invention.

Claims (10)

1. An intelligent event data processing method is characterized by comprising the following steps:
receiving an event calling request, wherein the event calling request is used for acquiring a target event;
calling an event association table, wherein the event association table comprises a plurality of groups of event entries, and each group of event entries comprises: event identification information, first identification information of a first object, second identification information of a second object;
and searching the event association table according to the event calling request to obtain the target event.
2. The method of claim 1, further comprising:
acquiring a plurality of sets of raw event data, wherein each set of raw event data comprises: event type information data, information data of a first object, information data of a second object;
determining an event entry corresponding to each group of the original event data according to each group of the original event data;
adding the event entry to an event association table, wherein the event association table is stored in a first database.
3. The method of claim 2, wherein determining, from each set of the raw event data, an event entry corresponding to each set of the raw event data comprises:
determining the event identification information according to the event type information data;
determining identification information of the first object according to the information data of the first object;
determining identification information of the second object according to the information data of the second object;
and generating the event entry corresponding to the original event data according to the event identification information, the identification information of the first object, the identification information of the second object and a preset data format.
4. The method according to claim 3, wherein in the case that the event corresponding to the original event data is an after-market product event, the method further comprises:
the first object comprises a user corresponding to the after-sale event of the product, and the identification information of the first object comprises any one of the following items: the identification number of the user, the membership number of the user and the mobile phone number of the user;
the second object includes a product corresponding to the after-sale event of the product, and the identification information of the second object includes: the serial number of the product.
5. The method of claim 2, further comprising:
storing information data of the first object to a second database, wherein the second database is different from the first database;
and storing the information data of the second object to a third database, wherein the third database is different from the first database.
6. The method of claim 1, wherein searching the event association table according to the event invocation request to obtain the target event comprises:
acquiring calling information according to the event calling request, wherein the calling information comprises at least one of the event identification information, the first identification information and the second identification information;
and comparing the plurality of groups of event items in the event association table according to the calling information to obtain the target event, wherein the event items corresponding to the target event are matched with the calling information.
7. An intelligent event data processing device, comprising:
the system comprises a receiving module, a sending module and a processing module, wherein the receiving module is used for receiving an event calling request, and the event calling request is used for acquiring a target event;
the system comprises a calling module, a processing module and a processing module, wherein the calling module is used for calling an event association table, the event association table comprises a plurality of groups of event entries, and each group of event entries comprises: event identification information, first identification information of a first object, second identification information of a second object;
and the searching module is used for searching the event association table according to the event calling request to obtain the target event.
8. The apparatus of claim 7, further comprising:
an obtaining module, configured to obtain multiple sets of raw event data, where each set of raw event data includes: event type information data, information data of a first object, information data of a second object;
the determining module is used for determining event items corresponding to each group of the original event data according to each group of the original event data;
and the adding module is used for adding the event entry into an event association table, wherein the event association table is stored in a first database.
9. A computer-readable storage medium, comprising a stored program, wherein when the program runs, the computer-readable storage medium controls a device to execute the intelligent event data processing method according to any one of claims 1 to 6.
10. A processor, wherein the processor is configured to execute a program, and wherein the program executes the method for intelligently processing event data according to any one of claims 1 to 6.
CN202111132017.9A 2021-09-26 2021-09-26 Event data intelligent processing method and device and processor Pending CN113868296A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111132017.9A CN113868296A (en) 2021-09-26 2021-09-26 Event data intelligent processing method and device and processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111132017.9A CN113868296A (en) 2021-09-26 2021-09-26 Event data intelligent processing method and device and processor

Publications (1)

Publication Number Publication Date
CN113868296A true CN113868296A (en) 2021-12-31

Family

ID=78990890

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111132017.9A Pending CN113868296A (en) 2021-09-26 2021-09-26 Event data intelligent processing method and device and processor

Country Status (1)

Country Link
CN (1) CN113868296A (en)

Similar Documents

Publication Publication Date Title
CN103139044A (en) Method and device for adding friends
CN110782318A (en) Marketing method and device based on audio interaction and storage medium
CN114398672A (en) Authority-based flow creation method and device and storage medium
CN112784155A (en) Method, device and storage medium for matching service side
CN113434844A (en) Intelligent scene building method and device, storage medium and electronic equipment
CN109213782B (en) Search interface configuration and display method and device and communication equipment
CN110941634A (en) Data processing method and device, storage medium and electronic device
CN105589873B (en) Data searching method, terminal and server
CN113868296A (en) Event data intelligent processing method and device and processor
CN111026995A (en) Method and device for information association between applications and storage medium
CN110677824A (en) Short message sending method, device and storage medium
CN112637040B (en) Method, apparatus and storage medium for distributing information based on priority
CN114301989A (en) Information transmission method, device and system
CN113986931A (en) Report paging method and device, storage medium and computing equipment
CN110858201B (en) Data processing method and system, processor and storage medium
CN112581069A (en) System, method, apparatus and storage medium for processing task
CN112699149A (en) Target data acquisition method and device, storage medium and electronic device
CN108874553B (en) Message pushing method, device and system, storage medium and processor
CN110728138A (en) News text recognition method and device and storage medium
CN113487250B (en) Project requirement splitting method and device and storage medium
CN110134867A (en) Corporation information query method and Related product
CN115563086B (en) Data modification method and device for database
CN109522690B (en) Method, device and storage medium for sending interaction information and generating interaction information
CN104980329A (en) Address book management method address book management device and mobile agent server
CN110770718B (en) Application resource processing method and related product

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