CN112613280A - Public service information processing system and information processing method for smart city - Google Patents
Public service information processing system and information processing method for smart city Download PDFInfo
- Publication number
- CN112613280A CN112613280A CN202011550300.9A CN202011550300A CN112613280A CN 112613280 A CN112613280 A CN 112613280A CN 202011550300 A CN202011550300 A CN 202011550300A CN 112613280 A CN112613280 A CN 112613280A
- Authority
- CN
- China
- Prior art keywords
- data format
- data
- conversion rule
- service
- service platform
- 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
Links
- 230000010365 information processing Effects 0.000 title claims abstract description 27
- 238000003672 processing method Methods 0.000 title claims description 10
- 238000006243 chemical reaction Methods 0.000 claims abstract description 94
- 238000012545 processing Methods 0.000 claims abstract description 61
- 238000000034 method Methods 0.000 claims description 5
- 238000011161 development Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 238000004891 communication Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/12—Use of codes for handling textual entities
- G06F40/151—Transformation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q50/00—Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
- G06Q50/10—Services
- G06Q50/26—Government or public services
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Tourism & Hospitality (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- General Physics & Mathematics (AREA)
- Economics (AREA)
- Development Economics (AREA)
- Strategic Management (AREA)
- Marketing (AREA)
- General Business, Economics & Management (AREA)
- Human Resources & Organizations (AREA)
- Educational Administration (AREA)
- Primary Health Care (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Engineering & Computer Science (AREA)
- Computer And Data Communications (AREA)
- Information Transfer Between Computers (AREA)
- Telephonic Communication Services (AREA)
Abstract
Provided is a public service information processing system of a smart city, including: the first service platform provides public service data in a first data format by using a first operating system; the second service platform provides public service data in a second data format by using a second operating system; a first processing auxiliary unit for transmitting data request to a second processing auxiliary unit and receiving public service data provided by the second service platform in a second data format; the data format conversion rule base stores conversion rules among various data formats; and the conversion rule providing unit is used for receiving the data format conversion request, storing the first data format and the second data format in a corresponding mode, searching the data format conversion rule by using the data format conversion rule base, and sending the data format conversion rule to the first processing auxiliary unit. According to the structure, the common service data can be shared among the service platforms using different operating systems, and the utilization efficiency of the common service information is improved.
Description
Technical Field
The present invention relates to a public service information processing system for a smart city, and more particularly, to a public service information processing system and an information processing method for a smart city, which can convert data formats between a plurality of service platforms providing public service information of different data formats.
Background
With the development of smart city systems constructed by various cities for improving management efficiency, various areas and management departments establish respective public service platforms and release public service information in the jurisdiction of the areas and the management departments. However, due to the historical reasons and the non-uniform management reasons, the development of each public service platform is performed independently, and the used operating systems and the data formats of the public service data are different, so that the public service information between the public service platforms cannot be shared, great inconvenience is also caused to users of the public service, and the utilization efficiency of the public service information is seriously reduced.
Therefore, when the common service data is transmitted among a plurality of service platforms providing common service information in different data formats, the data format conversion work is performed on the received common service data in different data formats.
Disclosure of Invention
The invention aims to provide a public service information processing system and a public service information processing method for a smart city, which are used for carrying out data format conversion on received public service data with different data formats when the public service data are transmitted among a plurality of service platforms providing public service information with different data formats, so that the public service data with different data formats provided by other service platforms are utilized on a service platform at a receiving side.
In order to achieve the above object, the present invention provides a public service information processing system for a smart city, comprising: a first service platform providing, using a first operating system, common service data having a first data format based on the first operating system; a second service platform providing, using a second operating system different from the first operating system, common service data having a second data format based on the second operating system, which is connected to a second processing auxiliary unit; a first processing auxiliary unit connected to the first service platform, transmitting a data request issued by the first service platform to the second processing auxiliary unit, and receiving common service data having the second data format provided by the second service platform from the second processing auxiliary unit; the data format conversion rule base stores conversion rules between various data formats including the first data format and the second data format; and a conversion rule providing unit including: a data format judging part which analyzes the received data format conversion request and acquires a first data format which is a data format of source data and a second data format which is a data format of target data; and a conversion rule management unit that accesses the data format conversion rule base and acquires a data format conversion rule for converting the second data format into the first data format, based on the second data format and the first data format acquired by the data format determination unit; wherein the conversion rule providing unit stores the first data format of the first service platform in correspondence with the second data format of the second service platform, and sends the data format conversion rule to the first processing auxiliary unit.
Further, preferably, the conversion rule providing unit includes: the first processing auxiliary unit converts the common service data in the second data format received from the second processing auxiliary unit into the common service data in the first data format using the data format conversion rule provided by the conversion rule providing unit, and stores the common service data in the first data format on the first service platform.
Further, preferably, the first operating system and the second operating system are any one of Windows, MAC, Linux, and android.
The invention also provides a public service information processing method of the smart city, which comprises the following steps: storing data format conversion rules among various data formats including a first data format and a second data format in a data format conversion rule base; a first processing auxiliary unit connected to a first service platform providing common service data having a first data format, transmitting a data request issued by said first service platform to a second processing auxiliary unit connected to a second service platform, and receiving common service data having a second data format provided by said second service platform from said second processing auxiliary unit; a conversion rule providing unit receives a data format conversion request from the first processing auxiliary unit, and stores the first data format of the first service platform and the second data format of the second service platform in a corresponding manner; the data format judging part analyzes the received data format conversion request to acquire a first data format serving as a data format of source data and a second data format serving as a data format of target data; a conversion rule management part accesses the data format conversion rule base and acquires a data format conversion rule for converting the second data format into the first data format according to the second data format and the first data format acquired by the data format judgment part; and sending the data format conversion rule to the first processing auxiliary unit.
Furthermore, it is preferable that the method further comprises the steps of: the first processing auxiliary unit converts the common service data in the second data format received from the second processing auxiliary unit into the common service data in the first data format using the data format conversion rule provided by the conversion rule providing unit, and stores the common service data in the first data format on the first service platform.
According to the invention, when the service platform providing the public service information receives the public service data with different data formats, the data format conversion can be carried out in time, so that the public service data with different data formats provided by other service platforms can be utilized on the service platform. Therefore, the sharing of the public service information among different service platforms is realized, and the utilization efficiency of the public service information is improved.
Drawings
Other objects and results of the present invention will become more apparent and more readily appreciated as the same becomes better understood by reference to the following description and appended claims, taken in conjunction with the accompanying drawings.
Fig. 1 is a block diagram showing a public service information processing system of a smart city according to the present invention.
Fig. 2 is a process flow chart showing a public service information processing method of a smart city according to the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
Hereinafter, a public service information processing system and a public service information processing method for a smart city according to the present invention will be described in detail with reference to the accompanying drawings.
The public service information processing system of the smart city comprises a plurality of public service platforms which are connected in a wireless communication mode. Since the common service platform comes from different areas and different management departments, different operating systems may be used, and thus the data format of the provided common service information may be different. For example, the service platform may use operating systems such as Windows, android, MAC, Linux, and the like.
Fig. 1 is a block diagram showing a public service information processing system of a smart city according to the present invention. As shown in fig. 1, the common service information processing system includes a first service platform 100, a first auxiliary processing unit 110 connected to the first service platform 100, a second service platform 200, a second auxiliary processing unit 210 connected to the second service platform 200, a conversion rule providing unit 300 connected to both the first auxiliary processing unit 110 and the second auxiliary processing unit 210, and a data format conversion rule base 500. Among them, the data format conversion rule base 500 pre-selects and stores the data format conversion rule among various data formats.
The first service platform 100 uses a first operating system, and the common service information provided by the first service platform is in a first data format based on the first operating system. The first auxiliary processing unit 110 is connected to the first service platform 100, and may receive the common service data provided by the first service platform 100, and may also transmit the common service data from other service platforms to the first service platform 100.
The second service platform 200 uses a second operating system that provides common service information in a second data format based on the second operating system. The second auxiliary processing unit 210 is connected to the second service platform 200, and can receive the common service data provided by the second service platform 200, and can also transmit the common service data from other service platforms to the second service platform 200.
The first auxiliary processing unit 110 and the second auxiliary processing unit 210 can communicate with each other to transmit and receive common service data and various control signals.
The conversion rule providing unit 300 may communicate with the auxiliary processing units of the plurality of service platforms including the first auxiliary processing unit 110 and the second auxiliary processing unit 210, and may transmit and receive data and control signals to and from each other. Among them, the conversion rule providing unit 300 may receive a data format conversion request from the first and second auxiliary processing units 110 and 210, and may transmit various data, data format conversion rules, and the like to the first and second auxiliary processing units 110 and 210.
Further, the conversion rule providing unit 300 includes a data format judging section 310 and a conversion rule managing section 320.
When the conversion rule providing unit 300 receives a data format conversion request from the first auxiliary processing unit 110, the data format determining unit 310 parses the data format conversion request, and obtains a first data format as a data format of the source data and a second data format as a data format of the target data. The information of the first data format and the second data format acquired here is supplied to the conversion rule management section 320.
The conversion rule management unit 320 accesses the data format conversion rule base 500 based on the second data format and the first data format acquired by the data format determination unit 310, and acquires a data format conversion rule that can convert the second data format into the first data format from the data format conversion rule base 500. The conversion rule providing unit 300 stores the first data format of the first service platform 100 and the second data format of the second service platform 200 in correspondence, and sends the obtained data format conversion rule to the first auxiliary processing unit 110.
Then, the first processing assisting unit 110 converts the common service data in the second data format received from the second processing assisting unit into the common service data in the first data format by using the data format conversion rule provided by the conversion rule providing unit 300, and sends the common service data to the first service platform 100 for storage.
Thereby, the common service data in the second data format from the second service platform 200 is converted into the common service data in the first data format that can be utilized by the first service platform, so that the first service platform can utilize the common service information in the second service platform.
Fig. 2 is a flowchart showing a processing procedure of a public service information processing method according to the present invention. The public service information processing method is performed in the public service information processing system as described above. The common service information processing system comprises a first service platform 100, a first auxiliary processing unit 110 connected with the first service platform 100, a second service platform 200, a second auxiliary processing unit 210 connected with the second service platform 200, a conversion rule providing unit 300 connected with both the first auxiliary processing unit 110 and the second auxiliary processing unit 210, and a data format conversion rule base 500. Among them, the data format conversion rule base 500 pre-selects and stores the data format conversion rule among various data formats. Other contents are not repeated here.
First, in step S110, a data format conversion rule between various data formats including a first data format and a second data format is stored in the data format conversion rule base 500.
In step S120, the first processing assisting unit 110 connected to the first service platform 100 providing the common service data having the first data format transmits a data request issued by the first service platform 100 to the second processing assisting unit 210 connected to the second service platform 200, and receives the common service data having the second data format provided by the second service platform 200 from the second processing assisting unit 210.
In step S130, the conversion rule providing unit 300 receives a data format conversion request from the first processing assisting unit 110, and stores the first data format of the first service platform 100 and the second data format of the second service platform 200 in correspondence.
In step S140, the data format determination unit 310 parses the received data format conversion request, and obtains a first data format that is a data format of the source data and a second data format that is a data format of the target data.
In step S150, the conversion rule management part 320 accesses the data format conversion rule base 500 and obtains a data format conversion rule for converting the second data format into the first data format according to the second data format and the first data format acquired by the data format determination part 310, and transmits the data format conversion rule to the first processing assisting unit 110.
In step S160, the first processing assisting unit 110 converts the common service data in the second data format received from the second processing assisting unit 210 into the common service data in the first data format using the data format conversion rule provided by the conversion rule providing unit 300. And, the converted common service data is transmitted to the first service platform 100 for storage.
Thereby, the common service data in the second data format from the second service platform 200 is converted into the common service data in the first data format that can be utilized by the first service platform 100, so that the first service platform 100 can utilize the common service information in the second service platform 200.
In this embodiment, an example in which the first service platform receives the common service data sent by the second service platform is described, but needless to say, the second service platform may also receive the common service data of the first service platform, and at this time, the second auxiliary processing unit performs data format conversion.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus, device and method can be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is only one logical functional division, and other divisions may be realized in practice.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof.
Finally, it should be noted that the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting, and although the present invention is described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made on the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention.
Claims (5)
1. A public service information processing system of a smart city, comprising:
a first service platform providing, using a first operating system, common service data having a first data format based on the first operating system;
a second service platform providing, using a second operating system different from the first operating system, common service data having a second data format based on the second operating system, which is connected to a second processing auxiliary unit;
a first processing auxiliary unit connected to the first service platform, transmitting a data request issued by the first service platform to the second processing auxiliary unit, and receiving common service data having the second data format provided by the second service platform from the second processing auxiliary unit;
the data format conversion rule base stores conversion rules between various data formats including the first data format and the second data format; and
a conversion rule providing unit including: a data format judging part which analyzes the received data format conversion request and acquires a first data format which is a data format of source data and a second data format which is a data format of target data; and a conversion rule management unit that accesses the data format conversion rule base and acquires a data format conversion rule for converting the second data format into the first data format, based on the second data format and the first data format acquired by the data format determination unit;
wherein the conversion rule providing unit stores the first data format of the first service platform in correspondence with the second data format of the second service platform, and sends the data format conversion rule to the first processing auxiliary unit.
2. The public service information processing system of a smart city according to claim 1, wherein the conversion rule providing unit includes:
the first processing auxiliary unit converts the common service data in the second data format received from the second processing auxiliary unit into the common service data in the first data format using the data format conversion rule provided by the conversion rule providing unit, and stores the common service data in the first data format on the first service platform.
3. The public service information processing system of a smart city according to claim 1,
the first operating system and the second operating system are any one of Windows, MAC, Linux and android.
4. A public service information processing method of a smart city is characterized by comprising the following steps:
storing data format conversion rules among various data formats including a first data format and a second data format in a data format conversion rule base;
a first processing auxiliary unit connected to a first service platform providing common service data having a first data format, transmitting a data request issued by said first service platform to a second processing auxiliary unit connected to a second service platform, and receiving common service data having a second data format provided by said second service platform from said second processing auxiliary unit;
a conversion rule providing unit receives a data format conversion request from the first processing auxiliary unit, and stores the first data format of the first service platform and the second data format of the second service platform in a corresponding manner;
the data format judging part analyzes the received data format conversion request to acquire a first data format serving as a data format of source data and a second data format serving as a data format of target data;
a conversion rule management part accesses the data format conversion rule base and acquires a data format conversion rule for converting the second data format into the first data format according to the second data format and the first data format acquired by the data format judgment part;
and sending the data format conversion rule to the first processing auxiliary unit.
5. The method of claim 4, further comprising the steps of:
the first processing auxiliary unit converts the common service data in the second data format received from the second processing auxiliary unit into the common service data in the first data format using the data format conversion rule provided by the conversion rule providing unit, and stores the common service data in the first data format on the first service platform.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011550300.9A CN112613280A (en) | 2020-12-24 | 2020-12-24 | Public service information processing system and information processing method for smart city |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011550300.9A CN112613280A (en) | 2020-12-24 | 2020-12-24 | Public service information processing system and information processing method for smart city |
Publications (1)
Publication Number | Publication Date |
---|---|
CN112613280A true CN112613280A (en) | 2021-04-06 |
Family
ID=75244643
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011550300.9A Pending CN112613280A (en) | 2020-12-24 | 2020-12-24 | Public service information processing system and information processing method for smart city |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112613280A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113159970A (en) * | 2021-05-14 | 2021-07-23 | 中国工商银行股份有限公司 | Data format conversion method, device, system, electronic equipment and storage medium |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6742181B1 (en) * | 1998-10-16 | 2004-05-25 | Mitsubishi Denki Kabushiki Kaisha | Inter-application data transmitting/receiving system and method |
CN101957865A (en) * | 2010-10-27 | 2011-01-26 | 杭州新中大软件股份有限公司 | Data exchange and sharing technology among heterogeneous systems |
US20190318020A1 (en) * | 2018-04-16 | 2019-10-17 | Bank Of America Corporation | Platform-independent intelligent data transformer |
CN111125228A (en) * | 2019-12-26 | 2020-05-08 | 北京航天泰坦科技股份有限公司 | Data sharing method and device based on forestry data sharing service platform |
-
2020
- 2020-12-24 CN CN202011550300.9A patent/CN112613280A/en active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6742181B1 (en) * | 1998-10-16 | 2004-05-25 | Mitsubishi Denki Kabushiki Kaisha | Inter-application data transmitting/receiving system and method |
CN101957865A (en) * | 2010-10-27 | 2011-01-26 | 杭州新中大软件股份有限公司 | Data exchange and sharing technology among heterogeneous systems |
US20190318020A1 (en) * | 2018-04-16 | 2019-10-17 | Bank Of America Corporation | Platform-independent intelligent data transformer |
CN111125228A (en) * | 2019-12-26 | 2020-05-08 | 北京航天泰坦科技股份有限公司 | Data sharing method and device based on forestry data sharing service platform |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113159970A (en) * | 2021-05-14 | 2021-07-23 | 中国工商银行股份有限公司 | Data format conversion method, device, system, electronic equipment and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN113316198B (en) | QoS generation method, device and system | |
CN100588135C (en) | Method and apparatus for communicating | |
US20120120859A1 (en) | Techniques for wakeup signaling for a very low power wlan device | |
RU2007137130A (en) | USE OF ADDITIONAL PURPOSES | |
CN104412665A (en) | System and method for dynamically configurable air interfaces | |
US20130124937A1 (en) | Method and apparatus for transmitting data in device-to-device service system | |
CN112073922B (en) | Transfer equipment, server, fusion system and method for narrow-band and broadband communication | |
WO2016161658A1 (en) | Data transmission method and device | |
KR20230006525A (en) | Methods, devices and electronic devices for transmitting information | |
CN112613280A (en) | Public service information processing system and information processing method for smart city | |
US12041642B2 (en) | User equipment and method of wireless communication of same | |
JP2002010329A (en) | Communication system and communication method for mobile unit | |
CN106780176A (en) | A kind of food delivery personnel computer Dispatching Control System and method | |
CN111031505A (en) | LoRa gateway based edge information piggyback transmission method and device | |
CN111314852B (en) | Data transmission method, device, storage medium and electronic terminal | |
CN111246373B (en) | Communication distance calculation method and device | |
CN105052207B (en) | Information query method, equipment and system | |
CN104486720B (en) | A kind of localization method and device | |
KR102412496B1 (en) | APPARATUS FOR TRANSFORMING IoT PROTOCOL | |
CN112399463B (en) | Information reporting method and equipment | |
CN110677225B (en) | Method and equipment for reporting and receiving reference signal | |
JP2010134550A (en) | Base station, mobile station, wireless communication system, method and program | |
KR20080014299A (en) | Control system using wireless mobile for diagnosing vehicles | |
US20230420989A1 (en) | Device-to-device based wireless power receiving device and method | |
US20240280662A1 (en) | Indoor positioning system and indoor positioning method |
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 |