CN113961603B - Large-screen data display method and device, electronic equipment and storage medium - Google Patents

Large-screen data display method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN113961603B
CN113961603B CN202111266503.XA CN202111266503A CN113961603B CN 113961603 B CN113961603 B CN 113961603B CN 202111266503 A CN202111266503 A CN 202111266503A CN 113961603 B CN113961603 B CN 113961603B
Authority
CN
China
Prior art keywords
data
environmental data
environmental
processing result
data processing
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
CN202111266503.XA
Other languages
Chinese (zh)
Other versions
CN113961603A (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.)
Shencai Technology Co ltd
Original Assignee
Shencai 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 Shencai Technology Co ltd filed Critical Shencai Technology Co ltd
Priority to CN202111266503.XA priority Critical patent/CN113961603B/en
Publication of CN113961603A publication Critical patent/CN113961603A/en
Application granted granted Critical
Publication of CN113961603B publication Critical patent/CN113961603B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24552Database cache management
    • 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • 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/248Presentation of query results

Abstract

The embodiment of the invention discloses a large-screen data display method and device, electronic equipment and a storage medium. The method comprises the following steps: acquiring environment data and distributing the environment data to a target server; according to the acquisition time of the environmental data and the data type of the environmental data, performing data processing on the environmental data to obtain an environmental data processing result; determining the storage position of the environmental data processing result according to the data volume of the environmental data processing result; wherein the storage location comprises a database and a cache system; and responding to the display request of the large-screen data to determine the environmental data acquisition information, and acquiring and displaying the environmental data processing result from the storage position according to the environmental data acquisition information. By operating the technical scheme provided by the embodiment of the invention, the problem that the query speed is reduced due to the increase of the data quantity along with the lapse of time is solved, so that the timeliness of large-screen data display is reduced, and the effect of improving the timeliness and the accuracy of large-screen data display is realized.

Description

Large-screen data display method and device, electronic equipment and storage medium
Technical Field
The embodiment of the invention relates to computer technology, in particular to a large-screen data display method and device, electronic equipment and a storage medium.
Background
With the gradual increase of the informatization level and the increase of the environment data acquisition amount, the acquired data is often displayed on a large screen so as to facilitate a user to acquire environment information in time.
At present, when large-screen data display is carried out, data display on a page is mainly achieved by directly querying a database. The increase of the data quantity along with the time lapse is easy to cause the query speed to be reduced, thereby reducing the timeliness of the large-screen data display.
Disclosure of Invention
The embodiment of the invention provides a large-screen data display method and device, electronic equipment and a storage medium, and aims to improve timeliness and accuracy of large-screen data display.
In a first aspect, an embodiment of the present invention provides a large screen data display method, where the method includes:
acquiring environment data and distributing the environment data to a target server;
according to the acquisition time of the environmental data and the data type of the environmental data, performing data processing on the environmental data to obtain an environmental data processing result;
determining the storage position of the environmental data processing result according to the data volume of the environmental data processing result; wherein the storage location comprises a database and a cache system;
and responding to a display request of large-screen data to determine environment data acquisition information, and acquiring and displaying the environment data processing result from the storage position according to the environment data acquisition information.
In a second aspect, an embodiment of the present invention further provides a large screen data display device, where the device includes:
the data distribution module is used for acquiring environment data and distributing the environment data to a target server;
the data processing module is used for carrying out data processing on the environmental data according to the acquisition time of the environmental data and the data type of the environmental data to obtain an environmental data processing result;
the storage position determining module is used for determining the storage position of the environmental data processing result according to the data volume of the environmental data processing result; wherein the storage location comprises a database and a cache system;
and the data processing result acquisition and display module is used for responding to a display request of the large-screen data to determine environment data acquisition information, and acquiring and displaying the environment data processing result from the storage position according to the environment data acquisition information.
In a third aspect, an embodiment of the present invention further provides an electronic device, where the electronic device includes:
one or more processors;
a storage device for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors implement the large-screen data presentation method as described above.
In a fourth aspect, the embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the large-screen data presentation method as described above.
The embodiment of the invention obtains the environmental data and distributes the environmental data to the target server; according to the acquisition time of the environmental data and the data type of the environmental data, performing data processing on the environmental data to obtain an environmental data processing result; determining the storage position of the environmental data processing result according to the data volume of the environmental data processing result; wherein the storage location comprises a database and a cache system; the method comprises the steps of responding to a display request of large-screen data, determining environment data acquisition information, acquiring and displaying an environment data processing result from the storage position according to the environment data acquisition information, solving the problem that the query speed is reduced due to the increase of data quantity along with the lapse of time, so that the timeliness of large-screen data display is reduced, and realizing the effect of improving the timeliness and the accuracy of large-screen data display.
Drawings
Fig. 1 is a flowchart of a large screen data display method according to an embodiment of the present invention;
fig. 2 is a flowchart of a large-screen data display method according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a large-screen data display device according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of an electronic device according to a fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not to be construed as limiting the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a flowchart of a large-screen data display method according to an embodiment of the present invention, where the present embodiment is applicable to a case where specified data is displayed in a large screen, and the method may be executed by a large-screen data display apparatus according to an embodiment of the present invention, and the apparatus may be implemented in a software and/or hardware manner. Referring to fig. 1, the large-screen data display method provided in this embodiment includes:
step 110, obtaining the environment data and distributing the environment data to the target server.
The environment data is collected data related to the environment, the data can be collected through data collection equipment corresponding to the data types, and illustratively, the atmosphere data, the water data and the soil data are respectively obtained through atmosphere data collection equipment, water data collection equipment and soil data collection equipment.
The environment data is distributed to the target server, and if there are multiple servers, the obtained environment data may be distributed according to a preset corresponding relationship with the servers, or may be distributed randomly, which is not limited in this embodiment.
The dispatch operation may be performed using a Message Queue (MQ) service of a third party, which is not limited in this embodiment. And determines the time to perform the distribution operation according to the number of data distributions. For example, if data is acquired more densely and the server load is larger in a certain period of time, data distribution may not be performed first, and data distribution processing may be performed when the server is idle, so that the server pressure may be reduced, and more messages may be processed as much as possible.
Optionally, the data acquisition device may be docked by a multithreading service, so that environmental data may be acquired in parallel by multiple threads, where the specific number of threads may be determined according to reasons such as actual processing capacity of the server, and thus the data acquisition efficiency is improved.
Optionally, the data format conversion processing is performed on the acquired data. For example, the acquired binary environment data is converted into data in json and the like format, so that the relevant personnel can conveniently recognize and process the data subsequently.
And 120, performing data processing on the environmental data according to the acquisition time of the environmental data and the data type of the environmental data to obtain an environmental data processing result.
According to the acquisition time of the environmental data and the data type of the environmental data, data processing is performed on the environmental data, and the data processing may be sorting of existing data or prediction of unknown data according to the existing data, which is not limited in this embodiment.
The data processing of the environmental data may be real-time acquisition and real-time processing, or may be acquiring and storing the environmental data first, and acquiring and processing the environmental data from a storage location when the data needs to be processed, which is not limited in this embodiment.
The environment data processing results may form separate processing analysis tables according to the result types of the environment data processing results, or combine similar processing analysis tables, and the like, which is not limited in this embodiment. The data is stored in a table form, so that the processed data can be directly acquired in the table form when the environment data processing result is acquired subsequently, and the efficiency and the accuracy of acquiring and displaying the environment data processing result are improved.
In this embodiment, optionally, the data processing the environmental data according to the acquisition time of the environmental data and the data type of the environmental data to obtain an environmental data processing result includes:
and performing data prediction processing on the environmental data according to the acquisition time of the environmental data and the data type of the environmental data to obtain a prediction processing result of the environmental data type.
And according to the acquisition time of the environmental data and the data type of the environmental data, carrying out prediction processing on the environmental data of the data type to obtain a prediction processing result. The prediction processing result may be a possible change of the environmental data of the same data type in a specified time period in the future, and the like, which is not limited in this embodiment.
Illustratively, the type of the environmental data is atmospheric pollution data in the atmospheric data, and atmospheric pollution conditions such as whether pollution exceeds standard or not on the data processing day, the current previous day, the previous two days of the day and the like are obtained according to the acquisition time of the atmospheric pollution data, and the atmospheric pollution conditions on the next day, the next two days of the day and the like are calculated according to the obtained environmental data, and then the calculated data is a prediction processing result.
The diversity of the acquired environmental data processing results is improved, so that the diversity of large-screen display data is improved, the user experience is improved, and the subsequent further processing aiming at the prediction processing results is facilitated.
In this embodiment, optionally, the data processing the environmental data according to the collection time of the environmental data to obtain an environmental data processing result includes:
and performing data integration processing on the environmental data according to the acquisition time of the environmental data and the data type of the environmental data to obtain a statistical processing result of the environmental data type.
And according to the acquisition time of the environmental data and the data type of the environmental data, performing data integration on the environmental data of the data type to obtain a statistical processing result. The statistical processing result may be ranking conditions of the environmental data of the same data type in different cities, or a change trend of the environmental data of the same data type in a preset time period, which is not limited in this embodiment.
Illustratively, the environmental data type is atmospheric pollution data in the atmospheric data, and the atmospheric pollution data in the current week, the current month, the current year and the like are subjected to statistical processing by means of timing tasks and the like according to the acquisition time of the atmospheric pollution data to form a week statistical table, a month statistical table, a year statistical table and the like as statistical processing results.
The diversity of the environment data processing result is improved, so that the diversity of large-screen display data is improved, the user experience is improved, and the follow-up further processing is performed on the statistical processing result.
Step 130, determining a storage position of the environmental data processing result according to the data amount of the environmental data processing result; wherein the storage location includes a database and a cache system.
If the data volume of the environmental data processing result is less than or equal to the data volume threshold, the environmental data processing result can be completely stored in the database, that is, the storage location is the database.
If the data volume of the environmental data processing result is larger than the data volume threshold value, partial environmental data processing results can be placed in a cache system, and partial environmental data processing results are placed in a database, namely the storage positions are the database and the cache system; the data volume threshold value can be comprehensively determined according to the collection rate of the collection equipment, the processing efficiency of environmental data processing and the like.
And 140, responding to the display request of the large-screen data to determine environment data acquisition information, and acquiring and displaying the environment data processing result from the storage position according to the environment data acquisition information.
The user may send a display request of the large screen by performing an operation of acquiring specified data in the large screen, and the environment data acquisition information may include an environment data acquisition type, an environment data acquisition time, an environment data acquisition location, and the like, which is not limited in this embodiment. For example, if the large screen is a touch screen, and a user wants to obtain atmospheric data of a city a within approximately 7 days, a display request of the large screen data may be sent out by touching a displayed data type to be the atmospheric data, the displayed data position to be the city a, and the displayed data time to be a key in the screen within 7 days.
And if the display request for acquiring the large-screen data is received, acquiring information according to the environmental data contained in the display request, acquiring an environmental data processing result from the corresponding storage position, and displaying the acquired environmental data processing result in the large screen.
Optionally, the common environment data or the environment data processing result is stored in a cache system to speed up the calling and displaying efficiency of the data.
According to the technical scheme provided by the embodiment, the environment data is acquired and is distributed to the target server; according to the acquisition time of the environmental data and the data type of the environmental data, performing data processing on the environmental data to obtain an environmental data processing result; determining the storage position of the environmental data processing result according to the data volume of the environmental data processing result; wherein the storage location comprises a database and a cache system; the method and the device respond to the display request of the large-screen data to determine the environment data acquisition information, acquire and display the environment data processing result from the storage location according to the environment data acquisition information, solve the problem that the query speed is reduced due to the increase of data amount along with the lapse of time, thereby reducing the timeliness and accuracy of the display of the large-screen data and achieving the effect of improving the timeliness and accuracy of the display of the large-screen data.
Example two
Fig. 2 is a flowchart of a large-screen data display method according to a second embodiment of the present invention, and the technical solution is supplementary explained for a process of acquiring and displaying the environmental data processing result from the storage location according to the environmental data acquisition information. Compared with the scheme, the scheme is specifically optimized in that the environment data processing result is acquired from the storage location according to the environment data acquisition information and displayed, and the method comprises the following steps:
determining a data keyword from the cache system according to the environmental data acquisition information;
and acquiring and displaying the environmental data processing result from the database according to the data keyword.
Specifically, a flow chart of the large-screen data display method is shown in fig. 2:
step 210, obtaining environment data, and distributing the environment data to a target server.
In this embodiment, optionally, the distributing the environment data to the target server includes:
determining the target server from the candidate servers, distributing the environment data to the target server, and judging whether the distribution operation fails;
if so, changing the target server, distributing the environmental data to the changed target server, and judging whether the distribution operation fails;
and if the failure times of the distribution operation are greater than the preset times, storing the environmental data into a specified data storage position, and forming distribution failure notification information to notify relevant processing personnel.
If there are multiple candidate servers, the target server may be determined from the candidate servers according to a preset correspondence between the environment data and the servers, or a server in an idle state may be randomly selected from the candidate servers as the target server, which is not limited in this embodiment.
The environment data is distributed to the target server, and whether the distribution operation fails is determined, the determination mode may be whether feedback of successful server distribution is received within a preset time, and the like, and if not, the distribution failure is not limited in this embodiment.
If so, the target server is changed, the situation that the distribution is directly stopped after the distribution fails due to the fault of the original target server is avoided, and the distribution efficiency is reduced. The changing manner may be random changing, or changing to an alternative server, which is not limited in this embodiment. And distributing the environment data to the changed target server, judging whether the distribution operation fails, and changing the server again if the distribution operation fails.
When the number of times of failure of the distribution operation is greater than a preset number of times, for example, three times, the environment data is stored in a specified data storage location, for example, a specified area of a database, and distribution failure notification information, for example, a short message is formed. And informing relevant processing personnel to process the distribution failure environment data in time so as to obtain the distribution failure reason and take solution measures.
The problem that when distribution fails, too much computer resources are occupied due to repeated distribution is avoided, and personnel are informed to process the data with the distribution failure in time, so that the data distribution efficiency is improved.
And step 220, performing data processing on the environmental data according to the acquisition time of the environmental data and the data type of the environmental data to obtain an environmental data processing result.
Step 230, determining a storage location of the environmental data processing result according to the data amount of the environmental data processing result; wherein the storage location includes a database and a cache system.
And 240, responding to the display request of the large-screen data to determine environment data acquisition information, and determining data keywords from the cache system according to the environment data acquisition information.
The data keywords are determined from the cache system according to the environment data acquisition information, and the environment data acquisition type keywords, the environment data acquisition time keywords, the environment data acquisition position keywords, and the like in the cache system can be respectively determined according to the environment data acquisition type, the environment data acquisition time, the environment data acquisition position, and the like in the environment data acquisition information.
And step 250, acquiring and displaying the environmental data processing result from the database according to the data keywords.
And obtaining an environment data processing result from the related database according to the index of the data keyword and displaying the environment data processing result.
According to the embodiment of the invention, the environment data processing result is acquired from the database and displayed according to the data keyword in the cache system, so that the condition that the data volume is too large and the data cannot be stored in the cache system is avoided, the condition that the data query efficiency is reduced due to too large data volume when the data is directly called from the database is avoided, and the data acquisition and display efficiency is improved on the basis of ensuring the data acquisition stability.
EXAMPLE III
Fig. 3 is a schematic structural diagram of a large-screen data display device according to a third embodiment of the present invention. The device can be realized in a hardware and/or software mode, can execute the large-screen data display method provided by any embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method. As shown in fig. 3, the apparatus includes:
the data distribution module 310 is configured to obtain environment data and distribute the environment data to a target server;
the data processing module 320 is configured to perform data processing on the environmental data according to the acquisition time of the environmental data and the data type of the environmental data, so as to obtain an environmental data processing result;
a storage location determining module 330, configured to determine a storage location of the environmental data processing result according to the data amount of the environmental data processing result; wherein the storage location comprises a database and a cache system;
and the data processing result acquisition and display module 340 is configured to determine environmental data acquisition information in response to a display request of the large-screen data, and acquire and display the environmental data processing result from the storage location according to the environmental data acquisition information.
According to the technical scheme provided by the embodiment, the environment data is acquired and is distributed to the target server; according to the acquisition time of the environmental data and the data type of the environmental data, performing data processing on the environmental data to obtain an environmental data processing result; determining the storage position of the environmental data processing result according to the data volume of the environmental data processing result; wherein the storage location comprises a database and a cache system; the method and the device respond to the display request of the large-screen data to determine the environment data acquisition information, acquire and display the environment data processing result from the storage location according to the environment data acquisition information, solve the problem that the query speed is reduced due to the increase of data amount along with the lapse of time, thereby reducing the timeliness and accuracy of the display of the large-screen data and achieving the effect of improving the timeliness and accuracy of the display of the large-screen data.
On the basis of the above technical solutions, optionally, the data distribution module includes:
the first distribution operation judging module is used for determining the target server from the candidate servers, distributing the environment data to the target server and judging whether the distribution operation fails;
a second distribution operation judgment module, configured to change the target server, distribute the environmental data to the changed target server, and judge whether the distribution operation fails if the first distribution operation judgment module judges that the environmental data is valid;
and the data storage module is used for storing the environmental data into a specified data storage position and forming distribution failure notification information to notify relevant processing personnel if the failure times of the distribution operation are greater than preset times.
On the basis of the above technical solutions, optionally, the data processing module includes:
and the data prediction processing unit is used for performing data prediction processing on the environmental data according to the acquisition time of the environmental data and the data type of the environmental data to obtain a prediction processing result of the environmental data type.
On the basis of the above technical solutions, optionally, the data processing module includes:
and the data statistical processing unit is used for performing data integration processing on the environmental data according to the acquisition time of the environmental data and the data type of the environmental data to obtain a statistical processing result of the environmental data type.
On the basis of the above technical solutions, optionally, the data processing result obtaining and displaying module includes:
the data keyword determining unit is used for determining a data keyword from the cache system according to the environmental data acquisition information;
and the data processing result acquisition and display unit is used for acquiring and displaying the environmental data processing result from the database according to the data key words.
Example four
Fig. 4 is a schematic structural diagram of an electronic apparatus according to a fourth embodiment of the present invention, as shown in fig. 4, the electronic apparatus includes a processor 40, a memory 41, an input device 42, and an output device 43; the number of the processors 40 in the electronic device may be one or more, and one processor 40 is taken as an example in fig. 4; the processor 40, the memory 41, the input device 42 and the output device 43 in the electronic apparatus may be connected by a bus or other means, and the bus connection is exemplified in fig. 4.
The memory 41 is a computer-readable storage medium, and can be used for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the large-screen data display method in the embodiment of the present invention. The processor 40 executes various functional applications and data processing of the electronic device by running software programs, instructions and modules stored in the memory 41, that is, implements the large-screen data presentation method described above.
The memory 41 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 41 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, memory 41 may further include memory located remotely from processor 40, which may be connected to electronic devices over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
EXAMPLE five
An embodiment of the present invention further provides a storage medium containing computer-executable instructions, where the computer-executable instructions are executed by a computer processor to perform a large-screen data presentation method, where the method includes:
acquiring environment data and distributing the environment data to a target server;
according to the acquisition time of the environmental data and the data type of the environmental data, performing data processing on the environmental data to obtain an environmental data processing result;
determining the storage position of the environmental data processing result according to the data volume of the environmental data processing result; wherein the storage location comprises a database and a cache system;
and responding to a display request of large-screen data to determine environment data acquisition information, and acquiring and displaying the environment data processing result from the storage position according to the environment data acquisition information.
Of course, the storage medium provided by the embodiment of the present invention contains computer-executable instructions, and the computer-executable instructions are not limited to the operations of the method described above, and may also perform related operations in the large-screen data presentation method provided by any embodiment of the present invention.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which can be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
It should be noted that, in the embodiment of the large-screen data display device, the units and modules included in the embodiment are only divided according to functional logic, but are not limited to the above division, as long as the corresponding functions can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (9)

1. A large-screen data display method is characterized by comprising the following steps:
acquiring environment data and distributing the environment data to a target server;
according to the acquisition time of the environmental data and the data type of the environmental data, performing data processing on the environmental data to obtain an environmental data processing result;
determining the storage position of the environmental data processing result according to the data volume of the environmental data processing result; wherein the storage location comprises a database and a cache system;
if the data volume of the environmental data processing result is less than or equal to a data volume threshold value, storing all the environmental data processing results in the database;
if the data volume of the environment data processing result is larger than a data volume threshold value, placing part of the environment data processing result in the cache system, and placing part of the environment data processing result in the database;
responding to a display request of large-screen data to determine environment data acquisition information, and acquiring and displaying the environment data processing result from the storage position according to the environment data acquisition information;
acquiring and displaying the environmental data processing result from the storage location according to the environmental data acquisition information, wherein the method comprises the following steps:
determining a data keyword from the cache system according to the environmental data acquisition information;
and acquiring and displaying the environmental data processing result from the database according to the data keyword.
2. The method of claim 1, wherein distributing the environmental data to a target server comprises:
determining the target server from the candidate servers, distributing the environment data to the target server, and judging whether the distribution operation fails;
if so, changing the target server, distributing the environmental data to the changed target server, and judging whether the distribution operation fails;
and if the failure times of the distribution operation are greater than the preset times, storing the environmental data into a specified data storage position, and forming distribution failure notification information to notify relevant processing personnel.
3. The method of claim 1, wherein performing data processing on the environmental data according to the collection time of the environmental data and the data type of the environmental data to obtain an environmental data processing result comprises:
and performing data prediction processing on the environmental data according to the acquisition time of the environmental data and the data type of the environmental data to obtain a prediction processing result of the environmental data type.
4. The method of claim 1, wherein performing data processing on the environmental data according to the collection time of the environmental data to obtain an environmental data processing result comprises:
and performing data integration processing on the environmental data according to the acquisition time of the environmental data and the data type of the environmental data to obtain a statistical processing result of the environmental data type.
5. A large screen data display device, comprising:
the data distribution module is used for acquiring environment data and distributing the environment data to a target server;
the data processing module is used for carrying out data processing on the environmental data according to the acquisition time of the environmental data and the data type of the environmental data to obtain an environmental data processing result;
the storage position determining module is used for determining the storage position of the environmental data processing result according to the data volume of the environmental data processing result; wherein the storage location comprises a database and a cache system;
if the data volume of the environmental data processing result is less than or equal to a data volume threshold value, all the environmental data processing results are stored in the database;
if the data volume of the environmental data processing result is larger than a data volume threshold value, placing part of the environmental data processing result in the cache system, and placing part of the environmental data processing result in the database;
the data processing result acquisition and display module is used for responding to a display request of large-screen data to determine environmental data acquisition information, and acquiring and displaying the environmental data processing result from the storage position according to the environmental data acquisition information;
the data processing result acquisition and display module comprises:
the data keyword determining unit is used for determining a data keyword from the cache system according to the environmental data acquisition information;
and the data processing result acquisition and display unit is used for acquiring and displaying the environmental data processing result from the database according to the data keyword.
6. The apparatus of claim 5, wherein the data distribution module comprises:
the first distribution operation judging module is used for determining the target server from the candidate servers, distributing the environment data to the target server and judging whether the distribution operation fails;
a second distribution operation judgment module, configured to change the target server, distribute the environmental data to the changed target server, and judge whether the distribution operation fails if the first distribution operation judgment module judges that the environmental data is valid;
and the data storage module is used for storing the environmental data into a specified data storage position and forming distribution failure notification information to notify relevant processing personnel if the failure times of the distribution operation are greater than preset times.
7. The apparatus of claim 5, wherein the data processing module comprises:
and the data prediction processing unit is used for performing data prediction processing on the environmental data according to the acquisition time of the environmental data and the data type of the environmental data to obtain a prediction processing result of the environmental data type.
8. An electronic device, characterized in that the electronic device comprises:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the large screen data presentation method of any one of claims 1-4.
9. A computer-readable storage medium on which a computer program is stored, the program, when executed by a processor, implementing the large-screen data presentation method according to any one of claims 1 to 4.
CN202111266503.XA 2021-10-28 2021-10-28 Large-screen data display method and device, electronic equipment and storage medium Active CN113961603B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111266503.XA CN113961603B (en) 2021-10-28 2021-10-28 Large-screen data display method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111266503.XA CN113961603B (en) 2021-10-28 2021-10-28 Large-screen data display method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN113961603A CN113961603A (en) 2022-01-21
CN113961603B true CN113961603B (en) 2023-03-24

Family

ID=79467991

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111266503.XA Active CN113961603B (en) 2021-10-28 2021-10-28 Large-screen data display method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113961603B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003185761A (en) * 2001-12-18 2003-07-03 Seiko Epson Corp Environmental data measuring system, environmental data processing server, environmental data measuring apparatus, cellular phone loaded therewith, program for controlling processing server, and program for controlling cellular phone
CN110647542A (en) * 2018-06-11 2020-01-03 北京神州泰岳软件股份有限公司 Data acquisition method and device
CN111782391A (en) * 2020-06-29 2020-10-16 北京达佳互联信息技术有限公司 Resource allocation method, device, electronic equipment and storage medium
WO2021000826A1 (en) * 2019-07-04 2021-01-07 Oppo广东移动通信有限公司 Information search method and apparatus, terminal and storage medium
CN113535788A (en) * 2021-07-12 2021-10-22 中国海洋大学 Retrieval method, system, equipment and medium for marine environment data

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103701931A (en) * 2014-01-08 2014-04-02 东华大学 Cloud platform-based remote environment data managing monitoring system
US10970280B2 (en) * 2015-10-07 2021-04-06 International Business Machines Corporation Query plan based on a data storage relationship
CN113138865A (en) * 2020-08-10 2021-07-20 西安天和防务技术股份有限公司 Environment monitoring method, system, platform and storage medium
CN111930875A (en) * 2020-09-18 2020-11-13 江苏神彩科技股份有限公司 Environment data query method, device, equipment and medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003185761A (en) * 2001-12-18 2003-07-03 Seiko Epson Corp Environmental data measuring system, environmental data processing server, environmental data measuring apparatus, cellular phone loaded therewith, program for controlling processing server, and program for controlling cellular phone
CN110647542A (en) * 2018-06-11 2020-01-03 北京神州泰岳软件股份有限公司 Data acquisition method and device
WO2021000826A1 (en) * 2019-07-04 2021-01-07 Oppo广东移动通信有限公司 Information search method and apparatus, terminal and storage medium
CN111782391A (en) * 2020-06-29 2020-10-16 北京达佳互联信息技术有限公司 Resource allocation method, device, electronic equipment and storage medium
CN113535788A (en) * 2021-07-12 2021-10-22 中国海洋大学 Retrieval method, system, equipment and medium for marine environment data

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
"Buffer analysis for a data sharing environment with skewed data access";A. Dan 等;《 IEEE Transactions on Knowledge and Data Engineering ( Volume: 6, Issue: 2, April 1994) 》;19940430;331 - 337 *
"High Performance Database Processing";David Taniar 等;《2012 IEEE 26th International Conference on Advanced Information Networking and Applications》;20120419;1 *
"Semantic cache mechanism for heterogeneous Web querying";Boris Chidlovskii 等;《Computer Networks》;19990517(第31期);1347-1360 *
海洋大气环境数据表示和存储模型;郭圣威等;《系统仿真学报》;20101108(第11期);2764-2767 *

Also Published As

Publication number Publication date
CN113961603A (en) 2022-01-21

Similar Documents

Publication Publication Date Title
CN110209496B (en) Task fragmentation method and device based on data processing and fragmentation server
CN108009236B (en) Big data query method, system, computer and storage medium
CN107784085B (en) Data list exporting method and terminal thereof
CN116611411A (en) Business system report generation method, device, equipment and storage medium
CN113438123B (en) Network flow monitoring method and device, computer equipment and storage medium
CN114040348A (en) Intelligent household equipment management method and device, electronic equipment and medium
CN113961603B (en) Large-screen data display method and device, electronic equipment and storage medium
CN109189810B (en) Query method, query device, electronic equipment and computer-readable storage medium
CN116319810A (en) Flow control method, device, equipment, medium and product of distributed system
CN111159229B (en) Data query method and device
CN114254958A (en) Energy and carbon data report processing device and storage medium
CN109766238B (en) Session number-based operation and maintenance platform performance monitoring method and device and related equipment
CN109542609B (en) Deduction-based repayment method and device, computer equipment and storage medium
CN113282455A (en) Monitoring processing method and device
CN111078736A (en) Data aggregation processing method and device, terminal and storage medium
CN112214290B (en) Log information processing method, edge node, center node and system
EP4155969A1 (en) Query processing method and apparatus, electronic device and storage medium
CN110888919B (en) HBase-based method and device for statistical analysis of big data
CN117453759B (en) Service data processing method, device, computer equipment and storage medium
CN115705326A (en) Real-time data storage method and device and terminal equipment
CN116132591A (en) Account management method, account management device, computer equipment and storage medium
CN114817302A (en) Method and device for determining slow query statement
CN116843154A (en) Service distribution method, device, server and medium
CN113792224A (en) Resource processing method, platform, electronic device and storage medium
CN116756768A (en) Data authority management method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant