CN103577431A - Method, device and system for performing system design through multiple databases - Google Patents

Method, device and system for performing system design through multiple databases Download PDF

Info

Publication number
CN103577431A
CN103577431A CN201210261366.5A CN201210261366A CN103577431A CN 103577431 A CN103577431 A CN 103577431A CN 201210261366 A CN201210261366 A CN 201210261366A CN 103577431 A CN103577431 A CN 103577431A
Authority
CN
China
Prior art keywords
database
data
multitype
stored
carries out
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201210261366.5A
Other languages
Chinese (zh)
Other versions
CN103577431B (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.)
Dongguan Jiahe Accountant Co ltd
Original Assignee
SHENZHEN ETCOM 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 SHENZHEN ETCOM TECHNOLOGY Co Ltd filed Critical SHENZHEN ETCOM TECHNOLOGY Co Ltd
Priority to CN201210261366.5A priority Critical patent/CN103577431B/en
Publication of CN103577431A publication Critical patent/CN103577431A/en
Application granted granted Critical
Publication of CN103577431B publication Critical patent/CN103577431B/en
Expired - Fee Related 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/21Design, administration or maintenance of databases
    • G06F16/211Schema design and 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/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2471Distributed queries
    • 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/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases

Landscapes

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

Abstract

The invention provides a method for performing system design through integrated utilization of multiple databases. The method comprises step 1, receiving transmitted data information which comprises data sources; step 2, judging whether the data sources are from the foreground or the background; step 3, judging a terminal is online or not; step 4, saving the data in an active MQ database; step 5, saving the transmission data which are lower than the preset value in a mysql database and saving the transmission data which are higher than the preset value in a mongo database; step 6, saving the data in a redis database. The invention also discloses a device and a system for performing the system design through the integrated utilization of the multiple databases. According to the method, the device and the system for performing the system design through the integrated utilization of the multiple databases, the system design can be performed through the integrated utilization of the multiple databases and accordingly the performance of the system can be improved.

Description

A kind of method, device and system of utilizing multitype database to carry out system
Technical field
The present invention relates to database field, particularly a kind of method, device and system of utilizing multitype database to carry out system.
Background technology
Multitype database mainly contains three kinds: a kind of is the relevant database distributed data base MySQL that can be used for any operating system platform, a non-relational database MongoDB for Oriented Documents, a kind of is high performance key_value Database Systems Redis.
MySQL stores the data of some essential informations, mainly with the form of multilist, store, MongoDB is document data storehouse, can realize a minute storehouse submeter and carry out the preservation of data, built-in support is directly provided in distributed treatment, on inquiry mode, be different from SQL statement, directly use JSON/JAVASRIPT language to resolve, and fast processing.Redis Database Systems adopt KEYVALUE mode, in storage, can process any data type, built-in PUBSUB pattern also, and GETSET pattern, is conducive to realize quick queuing model and message communication.
Database is a core technology of infosystem, can organize and store data and obtain efficiently and deal with data.People need to fully utilize appropriate design and the planning that several data can realize system, therefore in system field, are with a wide range of applications.
Summary of the invention
The present invention proposes a kind of method of utilizing multitype database to carry out system, device and equipment, has solved in prior art and cannot utilize multitype database to carry out the problem of data processing.
Technical scheme of the present invention is achieved in that
The invention discloses a kind of method of utilizing multitype database to carry out system, comprising:
S1. receive the data message of transmission, described information comprises Data Source ground;
S2. the described Data Source ground of judgement is from foreground or backstage; If foreground, enters step S3, if backstage enters step S4;
S3. judge that whether terminal is online, if so, enter step S5, if not, enter step S6;
S4. described data are stored in activeMQ database;
S5. the transmission data lower than preset value are stored in mysql database, the transmission data higher than preset value are stored in mongoDB;
S6. described data are stored in redis database.
Of the present invention, utilize in the method that multitype database carries out system, described preset value comprises at least 1,000 ten thousand data.
Of the present invention, utilize in the method that multitype database carries out system, described foreground comprises the locating terminal with GPRS and GPS communication.
The invention discloses a kind of device that utilizes multitype database to carry out system, for realizing above-mentioned method, comprising:
Data message receiving element, for receiving the data message of transmission, described information comprises Data Source ground;
Data Source ground judging unit is from foreground or backstage for judging described Data Source;
The online judging unit of terminal, whether online for judging terminal;
The first storage unit, for being stored in activeMQ database by described data;
The second storage unit, for being stored in mysql database by the transmission data lower than preset value;
The 3rd storage unit, is stored in mongoDB database for transmission data higher than preset value just;
The 4th storage unit, for being stored in redis database by described data.
Of the present invention, utilize in the device that multitype database carries out system, described preset value comprises at least 1,000 ten thousand data.
Of the present invention, utilize in the device that multitype database carries out system, described foreground comprises the locating terminal with GPRS and GPS communication.
The invention discloses a kind of system of utilizing multitype database to carry out system, comprise at least one client, a plurality of databases that are connected with described client, the controller being connected with described this storehouse of a plurality of data, described controller comprises above-mentioned device.
Of the present invention, utilize in the system that multitype database carries out system, described a plurality of databases, specifically comprise: activeMQ database, mysql database, mongoDB database, redis database.
Of the present invention, utilize in the system that multitype database carries out system, described client is the locating terminal with GPRS and GPS communication.
Implement a kind of method, device and system of utilizing multitype database to carry out system of the present invention, the useful technique effect having is: utilize multitype database to carry out the performance that system can improve system:
1. in the situation that data volume is smaller, can use mysql database save data, Performance Ratio is higher;
2. if mass data, adopts MongoDB save data, can divide storehouse submeter design, improve search efficiency;
3.activeMQ is real-time listening state of a process under the prerequisite not influencing the course;
4. the data that platform sends to terminal after terminal closedown can adopt redis to preserve, can perdurable datas, and when starting up of terminal is again by data distributing.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, to the accompanying drawing of required use in embodiment or description of the Prior Art be briefly described below, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skills, do not paying under the prerequisite of creative work, can also obtain according to these accompanying drawings other accompanying drawing.
Fig. 1 is a kind of method flow diagram that utilizes multitype database to carry out system of the present invention;
Fig. 2 is a kind of apparatus function block scheme that utilizes multitype database to carry out system of the present invention;
Fig. 3 is a kind of systemic-function component diagram of utilizing multitype database to carry out system of the present invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, the technical scheme in the embodiment of the present invention is clearly and completely described, obviously, described embodiment is only the present invention's part embodiment, rather than whole embodiment.Embodiment based in the present invention, those of ordinary skills, not making the every other embodiment obtaining under creative work prerequisite, belong to the scope of protection of the invention.
Refer to Fig. 1, embodiments of the invention, a kind of method of utilizing multitype database to carry out system, comprising:
S1. receive the data message of transmission, described information comprises Data Source ground;
S2. the described Data Source ground of judgement is from foreground or backstage; If foreground, enters step S3, if backstage enters step S4;
S3. judge that whether terminal is online, if so, enter step S5, if not, enter step S6;
S4. described data are stored in activeMQ database;
S5. the transmission data lower than preset value are stored in mysql database, the transmission data higher than preset value are stored in mongoDB;
S6. described data are stored in redis database.
The technical program essence is that relevant database and non-relational database are combined, to can select suitable Database Systems according to actual conditions.
When data volume is smaller and data are more stable, just can select the such inquiry velocity of mysql database also than very fast and a plurality of client computer, can connect a database simultaneously.
When non-relational database that need to minute storehouse submeter just can be selected mongoDB database, mongogDB can storage object type data pattern freely support dynamic queries, can automatically process fragment to support the extendability of cloud computing level, it is more extensive that mongodb supports that multilingual uses.
High scalability MongoDB is applicable to the database being comprised of tens of or hundreds of station servers very much, and Performance Ratio is higher, and Redis has played good supplementary function to relevant database.
ActiveMQ is that apache product is that a powerful messaging bus of increasing income of ability is supported JMS standard, support multiple transportation protocol also can write by multilingual, activeMQ can be embedded in spring system easily, supports Ajax to guarantee high performance cluster from designing simultaneously.
Refer to Fig. 2, embodiments of the invention, utilize multitype database to carry out a device for system, comprising: data message receiving element 10, Data Source ground judging unit 20, the online judging unit 30 of terminal, the first storage unit 40, the second storage unit 50, the 3rd storage unit 60, the 4th storage unit 70.
Data message receiving element 10, for receiving the data message of transmission, described information comprises Data Source ground;
Data Source ground judging unit 20 is from foreground or backstage for judging described Data Source;
The online judging unit 30 of terminal, whether online for judging terminal;
The first storage unit 40, for being stored in activeMQ database by described data;
The second storage unit 50, for being stored in mysql database by the transmission data lower than preset value;
The 3rd storage unit 60, is stored in mongoDB database for transmission data higher than preset value just;
The 4th storage unit 70, for being stored in redis database by described data.
Wherein, preset value comprises at least 1,000 ten thousand data, and foreground comprises the locating terminal with GPRS and GPS communication.
Refer to Fig. 3, a kind of system of utilizing multitype database to carry out system, comprise at least one client 100, a plurality of databases 200 that are connected with client 100, with the controller 300 that a plurality of databases 200 are connected, controller 300 comprises that the above-mentioned multitype database that utilizes carries out the device of system.
Wherein, a plurality of databases, specifically comprise: activeMQ database, mysql database, mongoDB database, redis database.
Client is the locating terminal with GPRS and GPS communication.
According to the description of above system design scheme, mainly comprise following step:
(1) from client add or the operation of revising the small data quantities such as deletion all by direct control MySQL;
(2) locating terminal uploads by GPRS that a large amount of data are kept at mongoDB and according to certain rule minute storehouse submeter, when data inserting or newly-built table save data are seen in the source of data upload judgement data;
(3) when some process is being moved, we need to obtain these states of a process and some data we just can select activeMQ so, and it is that the execution that can not influence the course can phase mutual interference;
(4), when client arranges locating terminal, if locating terminal portion will the form with key_value be kept at data in redis database online so, when terminal is online, resend.
The system work process that utilizes multitype database to carry out system of the technical program is: client 100 arrives a plurality of databases 200 by comprising the mode interaction data of GPRS and GPS communication, the device 1 that utilizes multitype database to carry out system in controller 300 is that foreground or backstage determine according to the data of uploading, and the database that mutual data importing is different is preserved.Specifically, native system is to utilize multitype database should consider that different occasions adopts different strategies to reach the object that improves system performance.
A. the operation of the small data quantity on platform is directly kept at mysql database.
B. locating terminal constantly can cause a large amount of data so just to consider to be kept in mongoDB in uploading data, but the source that will judge data is to realize the preservation of minute storehouse submeter, to have reached data clear.
C. on backstage, need to obtain in real time state of a process and use activeMQ, can non-interferingly obtain state of a process and data, carry out real-time listening the message packing receiving is sent, it is relatively independent that activeMQ monitors process in real time.
When D. locating terminal being arranged from platform or by short-message instruction, judge whether terminal is online, if it is not online, so just the information of transmission is kept in redis database, when terminal is again online, so again by data from new transmission, to reach tube terminal not, be what state data that response platform sends in time.
Implement a kind of method, device and system of utilizing multitype database to carry out system of the present invention, the useful technique effect having is: utilize multitype database to carry out the performance that system can improve system:
1. in the situation that data volume is smaller, can use mysql database save data, Performance Ratio is higher;
2. if mass data, adopts MongoDB save data, can divide storehouse submeter design, improve search efficiency;
3.activeMQ is real-time listening state of a process under the prerequisite not influencing the course;
4. the data that platform sends to terminal after terminal closedown can adopt redis to preserve, can perdurable datas, and when starting up of terminal is again by data distributing.
The foregoing is only preferred embodiment of the present invention, in order to limit the present invention, within the spirit and principles in the present invention not all, any modification of doing, be equal to replacement, improvement etc., within all should being included in protection scope of the present invention.

Claims (9)

1. fully utilize the method that multitype database carries out system, it is characterized in that, comprising:
S1. receive the data message of transmission, described information comprises Data Source ground;
S2. the described Data Source ground of judgement is from foreground or backstage; If foreground, enters step S3, if backstage enters step S4;
S3. judge that whether terminal is online, if so, enter step S5, if not, enter step S6;
S4. described data are stored in activeMQ database;
S5. the transmission data lower than preset value are stored in mysql database, the transmission data higher than preset value are stored in mongoDB;
S6. described data are stored in redis database.
2. comprehensive utilization multitype database according to claim 1 carries out the method for system, it is characterized in that, described preset value comprises at least 1,000 ten thousand data.
3. comprehensive utilization multitype database according to claim 1 carries out the method for system, it is characterized in that, described foreground comprises the locating terminal with GPRS and GPS communication.
4. fully utilize the device that multitype database carries out system, for realizing method claimed in claim 1, it is characterized in that, comprising:
Data message receiving element, for receiving the data message of transmission, described information comprises Data Source ground;
Data Source ground judging unit is from foreground or backstage for judging described Data Source;
The online judging unit of terminal, whether online for judging terminal;
The first storage unit, for being stored in activeMQ database by described data;
The second storage unit, for being stored in mysql database by the transmission data lower than preset value;
The 3rd storage unit, is stored in mongoDB database for transmission data higher than preset value just;
The 4th storage unit, for being stored in redis database by described data.
5. comprehensive utilization multitype database according to claim 4 carries out the device of system, it is characterized in that, described preset value comprises at least 1,000 ten thousand data.
6. comprehensive utilization multitype database according to claim 4 carries out the device of system, it is characterized in that, described foreground comprises the locating terminal with GPRS and GPS communication.
7. one kind fully utilizes the system that multitype database carries out system, comprise at least one client, a plurality of databases that are connected with described client, the controller being connected with described this storehouse of a plurality of data, it is characterized in that, described controller comprises device claimed in claim 4.
8. comprehensive utilization multitype database according to claim 7 carries out the system of system, it is characterized in that, described a plurality of databases, specifically comprise: activeMQ database, mysql database, mongoDB database, redis database.
9. comprehensive utilization multitype database according to claim 7 carries out the system of system, it is characterized in that, described client is the locating terminal with GPRS and GPS communication.
CN201210261366.5A 2012-07-27 2012-07-27 Method, device and system for performing system design through multiple databases Expired - Fee Related CN103577431B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210261366.5A CN103577431B (en) 2012-07-27 2012-07-27 Method, device and system for performing system design through multiple databases

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210261366.5A CN103577431B (en) 2012-07-27 2012-07-27 Method, device and system for performing system design through multiple databases

Publications (2)

Publication Number Publication Date
CN103577431A true CN103577431A (en) 2014-02-12
CN103577431B CN103577431B (en) 2017-02-22

Family

ID=50049236

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210261366.5A Expired - Fee Related CN103577431B (en) 2012-07-27 2012-07-27 Method, device and system for performing system design through multiple databases

Country Status (1)

Country Link
CN (1) CN103577431B (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105138676A (en) * 2015-09-08 2015-12-09 浙江维融电子科技股份有限公司 Sub-library and sub-table merge query method based on high-level language concurrent aggregation calculation
CN105472412A (en) * 2015-11-20 2016-04-06 四川长虹电器股份有限公司 Big data processing method capable of distinguishing state of intelligent television
CN106156174A (en) * 2015-04-16 2016-11-23 中国移动通信集团山西有限公司 The system and method that a kind of db transaction processes
CN107193968A (en) * 2017-05-25 2017-09-22 努比亚技术有限公司 A kind of method, device and the computer-readable recording medium of positional information storage
CN107463612A (en) * 2017-06-29 2017-12-12 北京北信源软件股份有限公司 High concurrent REDIS database operation methods and system
CN107798019A (en) * 2016-09-07 2018-03-13 阿里巴巴集团控股有限公司 A kind of method and apparatus for being used to provide the node serve data for accelerating service node
CN108021688A (en) * 2017-12-15 2018-05-11 北京明朝万达科技股份有限公司 A kind of data processing method and device
CN111177250A (en) * 2019-12-31 2020-05-19 华泰证券股份有限公司 Abnormal transaction monitoring method, system and storage medium
CN113643425A (en) * 2021-07-28 2021-11-12 中石化石油工程技术服务有限公司 Petroleum and seismic result three-dimensional space visualization universal platform construction method based on open source GIS technology

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101739435A (en) * 2008-11-07 2010-06-16 中国移动通信集团公司 Database access method, control device and control system
CN101876980A (en) * 2009-04-30 2010-11-03 中兴通讯股份有限公司 Database management method and database system
US20110161929A1 (en) * 2009-12-28 2011-06-30 Jesse Keating Using an enterprise messaging bus to automatically influence the process of software compilation and packaging for use by a collaborative project
CN102262626A (en) * 2010-05-24 2011-11-30 阿里巴巴集团控股有限公司 Method and device for storing data in database
CN102446214A (en) * 2011-09-19 2012-05-09 北京城建勘测设计研究院有限责任公司 Interior work data processing method used in engineering investigation and device adopting same

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101739435A (en) * 2008-11-07 2010-06-16 中国移动通信集团公司 Database access method, control device and control system
CN101876980A (en) * 2009-04-30 2010-11-03 中兴通讯股份有限公司 Database management method and database system
US20110161929A1 (en) * 2009-12-28 2011-06-30 Jesse Keating Using an enterprise messaging bus to automatically influence the process of software compilation and packaging for use by a collaborative project
CN102262626A (en) * 2010-05-24 2011-11-30 阿里巴巴集团控股有限公司 Method and device for storing data in database
CN102446214A (en) * 2011-09-19 2012-05-09 北京城建勘测设计研究院有限责任公司 Interior work data processing method used in engineering investigation and device adopting same

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张华强: "《关系型数据库与NoSQL数据库》", 《电脑知识与技术》, vol. 7, no. 20, 15 July 2011 (2011-07-15), pages 4802 - 4804 *

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106156174A (en) * 2015-04-16 2016-11-23 中国移动通信集团山西有限公司 The system and method that a kind of db transaction processes
CN105138676A (en) * 2015-09-08 2015-12-09 浙江维融电子科技股份有限公司 Sub-library and sub-table merge query method based on high-level language concurrent aggregation calculation
CN105138676B (en) * 2015-09-08 2017-11-24 浙江维融电子科技股份有限公司 Table merge querying methods are divided in point storehouse for concurrently polymerizeing calculating based on high-level language
CN105472412A (en) * 2015-11-20 2016-04-06 四川长虹电器股份有限公司 Big data processing method capable of distinguishing state of intelligent television
CN105472412B (en) * 2015-11-20 2018-05-08 四川长虹电器股份有限公司 A kind of big data processing method for distinguishing smart television state
CN107798019A (en) * 2016-09-07 2018-03-13 阿里巴巴集团控股有限公司 A kind of method and apparatus for being used to provide the node serve data for accelerating service node
CN107193968A (en) * 2017-05-25 2017-09-22 努比亚技术有限公司 A kind of method, device and the computer-readable recording medium of positional information storage
CN107463612A (en) * 2017-06-29 2017-12-12 北京北信源软件股份有限公司 High concurrent REDIS database operation methods and system
CN107463612B (en) * 2017-06-29 2019-10-01 北京北信源软件股份有限公司 High concurrent REDIS database operation method and system
CN108021688A (en) * 2017-12-15 2018-05-11 北京明朝万达科技股份有限公司 A kind of data processing method and device
CN108021688B (en) * 2017-12-15 2019-05-21 北京明朝万达科技股份有限公司 A kind of data processing method and device
CN111177250A (en) * 2019-12-31 2020-05-19 华泰证券股份有限公司 Abnormal transaction monitoring method, system and storage medium
CN113643425A (en) * 2021-07-28 2021-11-12 中石化石油工程技术服务有限公司 Petroleum and seismic result three-dimensional space visualization universal platform construction method based on open source GIS technology

Also Published As

Publication number Publication date
CN103577431B (en) 2017-02-22

Similar Documents

Publication Publication Date Title
CN103577431A (en) Method, device and system for performing system design through multiple databases
US11163809B2 (en) Management of a database system
CN107451109B (en) Report generation method and system
CN111506660B (en) Heat supply network real-time data warehouse system
CN108804630B (en) Industry application-oriented big data intelligent analysis service system
CN108536778B (en) Data application sharing platform and method
CN111966677B (en) Data report processing method and device, electronic equipment and storage medium
CN107977396B (en) Method and device for updating data table of KeyValue database
CN103729471A (en) Method and device for database query
CN113051446A (en) Topological relation query method, device, electronic equipment and medium
CN104811461B (en) Data push method and device
CN111125046B (en) Cross-system file sharing system and method based on unstructured platform
CN106716405A (en) System, method and computer program product for injecting directly into a web browser commands and/or contents created on local desktop applications of a computer device, and vice-versa
CN104182487A (en) Unified storage method supporting various storage modes
CN110895591A (en) Method and device for positioning self-picking point
US9639583B2 (en) Caching predefined data for mobile dashboard
CN114416868A (en) Data synchronization method, device, equipment and storage medium
CN109753501A (en) A kind of data display method of off-line state, device, equipment and storage medium
CN103677488A (en) Artificial intelligence user interface
CN112506887A (en) Vehicle terminal CAN bus data processing method and device
EP2990895B1 (en) Industrial monitoring system
CN102855297A (en) Method for controlling data transmission, and connector
US9971801B2 (en) Grid cell data requests
CN115905322A (en) Service processing method and device, electronic equipment and storage medium
CN105321124A (en) Hadoop-based electric power cloud platform design scheme

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
C41 Transfer of patent application or patent right or utility model
CB03 Change of inventor or designer information

Inventor after: Yan Ping

Inventor after: Guo Xiuyun

Inventor after: Guo Huixiong

Inventor before: Wang Zhiping

COR Change of bibliographic data
GR01 Patent grant
TA01 Transfer of patent application right

Effective date of registration: 20170124

Address after: Changqing Road 523846 Changan town Guangdong city Dongguan province No. 82 gold industry building

Applicant after: DONGGUAN JIAHE ACCOUNTANT CO.,LTD.

Address before: 518000 Guangdong city of Shenzhen province Nanshan District South Road 29, students start building 16 floor No. 04

Applicant before: Shenzhen ET Unlimited Technology Co.,Ltd.

CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20170222

Termination date: 20210727

CF01 Termination of patent right due to non-payment of annual fee