WO2020124282A1 - 信息管理系统 - Google Patents

信息管理系统 Download PDF

Info

Publication number
WO2020124282A1
WO2020124282A1 PCT/CN2018/121363 CN2018121363W WO2020124282A1 WO 2020124282 A1 WO2020124282 A1 WO 2020124282A1 CN 2018121363 W CN2018121363 W CN 2018121363W WO 2020124282 A1 WO2020124282 A1 WO 2020124282A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
application
module
application program
management
Prior art date
Application number
PCT/CN2018/121363
Other languages
English (en)
French (fr)
Inventor
刘学锴
Original Assignee
吉安市井冈山开发区金庐陵经济发展有限公司
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 吉安市井冈山开发区金庐陵经济发展有限公司 filed Critical 吉安市井冈山开发区金庐陵经济发展有限公司
Priority to PCT/CN2018/121363 priority Critical patent/WO2020124282A1/zh
Publication of WO2020124282A1 publication Critical patent/WO2020124282A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering

Definitions

  • the invention relates to the field of computers, in particular to an information management system.
  • Information management system is also referred to as “management system” or “system”, which is composed of multiple system modules, also referred to as “modules”.
  • the system modules have their own specific functions, and there is a certain relationship between them.
  • the relationship between system modules is also called “coupling”.
  • the coupling between information management system modules can be divided into two categories: one is process coupling, that is, there is an order relationship in the operational process between modules; the second category is information or information coupling, that is, a certain module The calculation requires information from other modules.
  • the purpose of the present invention is to provide an information management system aiming at the defects of the prior art.
  • a system that supports both application development functions and operation functions is formed.
  • the system makes the transactions and information in the system standardized, and the operations and construction between the various applications in the system are independent, so that any application in the system can complete the operation independently, and the design, installation, and maintenance of any application can be performed independently.
  • the job content of any application is not restricted by the job content of any other application.
  • an embodiment of the present invention provides an information management system, the system includes:
  • Operation management module including development management submodule and operation and maintenance management submodule; the development management submodule stores task information and code management information; the operation and maintenance management submodule stores application life cycle information;
  • Application program module including a plurality of application program units; the application program unit receives the task information and code management information sent by the development management sub-module, and receives the application program sent by the user according to the task information and code management information Information; the application information includes application editing information and application running information; the application editing information and application running information includes application ID;
  • the application program module sends the application program editing information to the development management submodule; the development management submodule processes the application program editing information, Get test result information;
  • the application program module sends the application program editing information to the operation and maintenance management submodule;
  • the operation and maintenance management sub-module checks the application operation information according to the application life cycle information to obtain operation result information;
  • An information exchange engine configured to obtain the required information from the information storage module according to the request instruction input by the user; or send the application information, test result information, and/or operation result information to the information storage module;
  • the information storage module includes a plurality of information storage units; each of the information storage units faces a user and is used to store the application information in the form of meta information.
  • the information management system further includes an application development module
  • the development management submodule calls and stores the code management information from the application development module.
  • the information management system further includes a service module
  • the service module is used to receive the user ID of the user and determine whether the user ID is included in the authority ID list;
  • an access permission signal is sent to the application module for the application module to receive the application input by the user according to the access permission signal information.
  • the information management system proposed by the present invention forms a system that supports both application development functions and operation functions by combining development services, operation services, information chain services, and information storage endpoints, so that transactions and information in the system are standardized,
  • the operation and construction of each application in the system are independent, so that any application in the system can complete the operation independently, and the design, installation, and maintenance of any application can be performed independently.
  • the content of the operation of any application is not affected by any other application. Restrictions on job content.
  • FIG. 1 is a system block diagram of an information management system provided by an embodiment of the present invention.
  • an embodiment of the present invention provides an information management system. As shown in FIG. 1, it includes: an application program module 1, an operation management module 2, an application development module 3, a service module 4, an information exchange engine 5, and an information storage Module 6.
  • the application program module 1 includes a plurality of application program units including an application program unit 11, including an application program unit 11', and an application program unit 11", and each application program unit represents a different transaction in the system.
  • the operation management module 2 includes a development management sub-module 21 and an operation and maintenance management sub-module 22.
  • the application unit 11 is taken as an example to describe the application unit in all systems.
  • the application program unit 11 receives the task information and code management information sent by the development management submodule 21 through the information exchange engine 5.
  • the task information can be understood as the task information of the application corresponding to the current application unit 11.
  • the code management information can be understood as the source code or model information of the application corresponding to the current application unit 11.
  • the application program unit 11 provides task information and code management information to the user, and receives application program information sent by the user according to the task information and code management information, that is, application development information or running information for the current application program unit 11.
  • the application information can be divided into application editing information and application running information.
  • the application editing information can be understood as application development information for the current application unit 11, and the application operation information can be understood as application operation information for the current application unit 11.
  • the application editing information and the application running information include an application ID, and the application ID corresponds to the application unit 11. That is to say, an application ID corresponds to an application unit in an application module 1, and the Paas system can determine the application ID corresponding to the application ID according to the application ID in the application editing information and/or application running information Application unit.
  • the application program unit 11 sends the application program editing information to the development management sub-module 21, and the development management sub-module 21 processes the application program editing information to obtain test result information.
  • the application unit 11 sends the application editing information to the operation and maintenance management submodule 22, and the operation and maintenance management submodule 22 reviews the application operation information according to the application lifecycle information to obtain the operation result information.
  • the user needs to log in to the account, that is, the user inputs the user ID of the user to the service module 4.
  • the service module 4 determines whether the user ID is included in the authority ID list.
  • an access permission signal is sent to the development management sub-module 21 and/or operation and maintenance management sub-module 22 for the development management sub-module 21 and/or operation and maintenance management sub-module 22 to access
  • the input signal receives application editing information and/or application running information input by the user.
  • the permission ID list includes a development permission ID list and an operation and maintenance permission ID list.
  • the service module 4 determines whether the user ID is included in the development authority ID list or the operation and maintenance authority ID list.
  • the service module 4 sends an access permission signal to the development management sub-module 21, that is, the application editing information input by the user can be accessed.
  • the service module 4 sends an access permission signal to the operation and maintenance management submodule 22, that is, the application operation information input by the user can be accessed.
  • the service module 4 sends an access permission signal to the operation and maintenance management submodule 22 and the development management submodule 21, that is, the application program that can be accessed by the user is run Information and application editing information.
  • the information indicating that the login failed is generated and displayed to the user.
  • the development management sub-module 21 and/or operation and maintenance management sub-module 22 After obtaining the test result information and/or operation result information, the development management sub-module 21 and/or operation and maintenance management sub-module 22 sends the application information, test result information and/or operation result information to the information storage through the information exchange engine 5 Module 6.
  • the information exchange engine 5 is also used to obtain the required information from the information storage module 6 according to the request instruction input by the user.
  • the information storage module 6 includes a plurality of information storage units, such as an information storage unit 61, an information storage unit 61', and an information storage unit 61". Each of the information storage units faces a user, and is used for application program information and test result information. And/or operation result information is stored in the form of meta information.
  • An information management system forms a system that supports both application development functions and operation functions by combining development services, operation services, information chain services, and information storage endpoints, making transactions in the system And information standardization, and the operation and construction of each application in the system are independent, so that any application in the system can complete the operation independently, and the design, installation, and maintenance of any application can be carried out independently, and the operation content of any application is not Limited by the content of any other application job.
  • An embodiment of the present invention provides an information interaction method, which mainly includes the following steps.
  • Step 110 The development management sub-module sends task information and code management information to the application program module;
  • the application development module 4 stores code management information, and sends the code management information to the development management sub-module 21 through the information exchange engine 5.
  • the development management submodule 21 sends task information and code management information to the application module 1 through the information exchange engine 5.
  • Step 120 the application program module receives application edit information input by the user
  • the user before receiving the application information input by the user, the user needs to log in to the account, that is, the user inputs the user ID of the user to the service module 4.
  • the service module 4 determines whether the user ID is included in the authority ID list.
  • an access permission signal is sent to the development management sub-module 21 and/or operation and maintenance management sub-module 22 for the development management sub-module 21 in the application module 1 to receive according to the access permission signal Application edit information entered by the user.
  • Step 130 the development management sub-module processes application program editing information to obtain test result information
  • step 140 it is determined whether the test result information is the test passed result information
  • the test result information includes test pass information and test fail result information.
  • the test result information is the result information of passing the test, it means that there is no problem with the application editing information sent by the user, that is, the application is successfully developed and completed, and the following step 150 is executed.
  • the test result information is the result information of the test failure, it means that there is a problem with the application editing information sent by the user, that is, the development of the application level has not been completed, and then step 120 is repeated to continue to accept the new application editing information.
  • Step 150 The development management sub-module sends an operation and maintenance start signal to the application module;
  • test result information is the test pass result information, that is, when the application program is successfully developed
  • the application program can be run.
  • the first service subunit 211 sends an open operation and maintenance signal to the application program module 1.
  • the open operation and maintenance signal includes the application program ID, so that the application program module 1 determines which specific application program can start to run.
  • Step 160 the application program module receives application operation information input by the user according to the operation and maintenance signal
  • the application program module 1 receives the application program operation information input by the user and matches the application program ID according to the start operation and maintenance signal, and sends the application program operation information to the operation and maintenance management submodule 22.
  • Step 170 The operation and maintenance management sub-module reviews the application operation information to obtain operation result information
  • the development management sub-module 21 After obtaining the test result information, the development management sub-module 21 sends the application editing information and the test result information to the information storage module 6 through the information exchange engine 5. At the same time, the operation and maintenance management submodule 22 sends the application program operation information and the operation result information to the information storage module 6 through the information exchange engine 5.
  • An information interaction method provided by an embodiment of the present invention combines development services, operation services, information chain services, and information storage endpoints to standardize transactions and information in the system, and work and build between applications in the system Independence, so that any application in the system can complete the operation independently, the design, installation and maintenance of any application can be carried out independently.
  • the content of the operation of any application is not restricted by the content of the operation of any other application.
  • An information interaction method provided by an embodiment of the present invention integrates development services, operation services, information chain services, and information storage endpoints to standardize transactions and information, and to independence of operations and construction between applications, thereby making the system Any one of the applications can complete the job independently, and the design, installation, and maintenance of any application can be carried out independently.
  • the job content of any application is not restricted by the content of any other application job.
  • RAM random access memory
  • ROM read-only memory
  • electrically programmable ROM electrically erasable and programmable ROM
  • registers hard disks, removable disks, CD-ROMs, or all fields of technology. Any other known storage medium.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

一种信息管理系统,所述系统包括:运营管理模块(2),包括开发管理子模块(21)和运维管理子模块(22);应用程序模块(1),包括多个应用程序单元(11, 11', 11'');应用程序单元(11, 11', 11'')接收用户发送的应用程序信息;当应用程序信息为应用程序编辑信息时,应用程序模块(1)将应用程序编辑信息发送至开发管理子模块(21);开发管理子模块(21)处理应用程序编辑信息,得到测试结果信息;当应用程序信息为应用程序运行信息时,应用程序模块(1)将应用程序编辑信息发送至运维管理子模块(22);运维管理子模块(22)根据应用程序生命周期信息审核应用程序运行信息,得到运行结果信息。信息交换引擎(5)用于将应用程序信息、测试结果信息和/或运行结果信息发送至信息存储模块(6)。

Description

信息管理系统 技术领域
本发明涉及计算机领域,尤其涉及一种信息管理系统。
背景技术
信息管理系统亦简称“管理系统”或“系统”,是由多个系统模块亦简称“模块”组成的。系统模块具有各自的特定功能,相互之间存在一定的关联关系。系统模块之间的关联关系又称为“耦合”。在一般情况下,信息管理系统模块间的耦合可以分为两类:一类是流程耦合,即模块之间存在作业流程上的先后秩序关系;第二类是信息或信息耦合,即某个模块的计算需要其它模块的信息。
传统管理信息系统都属于静态系统。主要原因为传统管理信息系统内部功能模块间存在大量的直接具名资源调用,这种调用包括流程耦合和直接具名调用型的信息耦合。这种普遍存在的强耦合关系,使传统管理系信息系统的结构动态性很低,与管理需求的动态化性质相去甚远。因此,传统管理信息系统虽然发展了几十年,但至今尚没有哪个系统能够满足或者声称能够满足用户的所有需求。由于不能在统一的系统中解决所有管理问题,用户被迫在工作中使用多套系统。结果,不仅原本一体化的管理工作被人为分割成不同的部分,而且,由于不同系统间信息交互的困难,业务信息被“封闭”在各自的系统中,形成一座座“信息孤岛”。
发明内容
本发明的目的是针对现有技术的缺陷,提供一种信息管理系统,通过将 开发服务、运营服务、信息链服务和信息存储终点结合在一起,形成了一个同时支持应用开发功能和运营功能的系统,使得系统中的事务和信息标准化、系统中的各个应用之间作业和构建独立化,进而使得系统中的任何一个应用都可以独立完成作业,任何应用的设计、安装和维护都可以独立进行,任何应用的作业内容不受任何其它应用作业内容的限制。
为实现上述目的,第一方面,本发明实施例提供了一种信息管理系统,所述系统包括:
运营管理模块,包括开发管理子模块和运维管理子模块;所述开发管理子模块中存储有任务信息和代码管理信息;所述运维管理子模块中存储有应用程序生命周期信息;
应用程序模块,包括多个应用程序单元;所述应用程序单元接收所述开发管理子模块发送的所述任务信息和代码管理信息,并接收用户根据所述任务信息和代码管理信息发送的应用程序信息;所述应用程序信息包括应用程序编辑信息和应用程序运行信息;所述应用程序编辑信息和应用程序运行信息包括应用程序ID;
当所述应用程序信息为所述应用程序编辑信息时,所述应用程序模块将所述应用程序编辑信息发送至所述开发管理子模块;所述开发管理子模块处理所述应用程序编辑信息,得到测试结果信息;
当所述应用程序信息为所述应用程序运行信息时,所述应用程序模块将所述应用程序编辑信息发送至所述运维管理子模块;
所述运维管理子模块根据所述应用程序生命周期信息审核所述应用程序运行信息,得到运行结果信息;
信息交换引擎,用于根据所述用户输入的请求指令,从信息存储模块获取所需信息;或者将所述应用程序信息、测试结果信息和/或运行结果信息发送至所述信息存储模块;
所述信息存储模块包括多个信息存储单元;每个所述信息存储单元面向 一个用户,用于对所述应用程序信息以元信息形式进行存储。
优选的,所述信息管理系统还包括应用开发模块;
所述开发管理子模块从所述应用开发模块中调用并存储所述代码管理信息。
优选的,所述信息管理系统还包括服务模块;
所述服务模块用于接收所述用户的用户ID,并确定权限ID列表中是否包括所述用户ID;
当所述权限ID列表中包括所述用户ID时,向所述应用程序模块发送允许接入信号,用以所述应用程序模块根据所述允许接入信号接收所述用户输入的所述应用程序信息。
本发明提出的信息管理系统,通过将开发服务、运营服务、信息链服务和信息存储终点结合在一起,形成了一个同时支持应用开发功能和运营功能的系统,使得系统中的事务和信息标准化、系统中的各个应用之间作业和构建独立化,进而使得系统中的任何一个应用都可以独立完成作业,任何应用的设计、安装和维护都可以独立进行,任何应用的作业内容不受任何其它应用作业内容的限制。
附图说明
图1为本发明实施例提供的信息管理系统的系统框图。
具体实施方式
为使本发明的目的、技术方案和优点更加清楚,下面结合附图对本发明具体实施例作进一步的详细描述。
第一方面,本发明实施例提供了一种信息管理系统,如图1所示,包括:应用程序模块1、运营管理模块2、应用开发模块3、服务模块4、信息交换引擎5和信息存储模块6。
应用程序模块1,包括应用程序单元11、包括应用程序单元11'、应用程序单元11″等多个应用程序单元,每个应用程序单元在系统中的所代表的事务不同。
运营管理模块2包括开发管理子模块21和运维管理子模块22。
下面以应用程序单元11为例对所有系统中的应用程序单元进行说明。应用程序单元11通过信息交换引擎5接收开发管理子模块21发送的任务信息和代码管理信息。任务信息可以理解为当前应用程序单元11所对应的应用程序的任务信息。例如,任务团队资源信息和任务跟踪管理信息。代码管理信息可以理解为当前应用程序单元11所对应的应用程序的源代码或模型信息。
应用程序单元11将任务信息和代码管理信息提供给用户,并接收用户根据任务信息和代码管理信息发送的应用程序信息,也就是针对于当前应用程序单元11的应用程序开发信息或运行信息。
根据应用程序信息对应用程序所起到的功能不同,可将应用程序信息分为应用程序编辑信息和应用程序运行信息。其中,应用程序编辑信息可理解为对当前应用程序单元11的应用程序开发信息,应用程序运行信息可以理解为当前应用程序单元11的应用程序运行信息。应用程序编辑信息和应用程序运行信息包括应用程序ID,应用程序ID与应用程序单元11相对应。也就是说,一个应用程序ID对应一个应用程序模块1中的一个应用程序单元,Paas系统可以根据应用程序编辑信息和/或应用程序运行信息中的应用程序ID,确定与应用程序ID相对应的应用程序单元。
当应用程序信息为应用程序编辑信息时,应用程序单元11将应用程序编辑信息发送至开发管理子模块21,开发管理子模块21处理应用程序编辑信息,得到测试结果信息。当应用程序信息为应用程序运行信息时,应用程序单元11将应用程序编辑信息发送至运维管理子模块22,运维管理子模块22根据应用程序生命周期信息审核应用程序运行信息,得到运行结果信息。
进一步具体的,在接收用户输入的应用程序信息前,用户需要登录账户, 也就是用户向服务模块4输入用户的用户ID。服务模块4确定权限ID列表中是否包括用户ID。当权限ID列表中包括用户ID时,向开发管理子模块21和/或运维管理子模块22发送允许接入信号,用以开发管理子模块21和/或运维管理子模块22根据允许接入信号接收用户输入的应用程序编辑信息和/或应用程序运行信息。
优选的,权限ID列表包括开发权限ID列表和运维权限ID列表。当用户向服务模块4发送用户ID后,服务模块4确定开发权限ID列表或运维权限ID列表中是否包含用户ID。当开发权限ID列表中包含用户ID,服务模块4向开发管理子模块21发送允许接入信号,即可以接入用户输入的应用程序编辑信息。当运维权限ID列表中包含用户ID,服务模块4向运维管理子模块22发送允许接入信号,即可以接入用户输入的应用程序运行信息。当开发权限ID列表和运维权限ID列表中都包含用户ID,则服务模块4向运维管理子模块22和开发管理子模块21发送允许接入信号,即可以接入用户输入的应用程序运行信息和应用程序编辑信息。当开发权限ID列表和运维权限ID列表中都不包含用户ID,则生成登录失败的信息显示给用户。
在得到测试结果信息和/或运行结果信息后,开发管理子模块21和/或运维管理子模块22通过信息交换引擎5将应用程序信息、测试结果信息和/或运行结果信息发送至信息存储模块6。
信息交换引擎5还用于根据所述用户输入的请求指令,从信息存储模块6获取所需信息。
信息存储模块6模块包括信息存储单元61、信息存储单元61'和信息存储单元61″等多个信息存储单元。每个所述信息存储单元面向一个用户,用于对应用程序信息、测试结果信息和/或运行结果信息以元信息形式进行存储。
本发明实施例提供的一种信息管理系统,通过将开发服务、运营服务、信息链服务和信息存储终点结合在一起,形成了一个同时支持应用开发功能 和运营功能的系统,使得系统中的事务和信息标准化、系统中的各个应用之间作业和构建独立化,进而使得系统中的任何一个应用都可以独立完成作业,任何应用的设计、安装和维护都可以独立进行,任何应用的作业内容不受任何其它应用作业内容的限制。
本发明实施例提供了一种信息交互方法,主要包括以下步骤。
步骤110,开发管理子模块向应用程序模块发送任务信息和代码管理信息;
具体的,应用开发模块4存储有代码管理信息,通过信息交换引擎5将代码管理信息发送至开发管理子模块21中。开发管理子模块21通过信息交换引擎5向应用程序模块1发送的任务信息和代码管理信息。
步骤120,应用程序模块接收用户输入的应用程序编辑信息;
具体的,在接收用户输入的应用程序信息前,用户需要登录账户,也就是用户向服务模块4输入用户的用户ID。服务模块4确定权限ID列表中是否包括用户ID。当权限ID列表中包括用户ID时,向开发管理子模块21和/或运维管理子模块22发送允许接入信号,用以应用程序模块1中的开发管理子模块21根据允许接入信号接收用户输入的应用程序编辑信息。
步骤130,开发管理子模块处理应用程序编辑信息,得到测试结果信息;
步骤140,确定测试结果信息是否为测试通过的结果信息;
具体的,测试结果信息包括测试通过的结果信息和测试失败的结果信息。当测试结果信息为测试通过的结果信息时,代表了用户发送的应用程序编辑信息没有问题,也就是成功开发完成了应用程序,则执行下述步骤150。当测试结果信息为测试失败的结果信息时,代表了用户发送的应用程序编辑信息存在问题,也就是还未完成应用程度的开发,则重复执行步骤120,继续接受新的应用程序编辑信息。
步骤150,开发管理子模块向应用程序模块发送开启运维信号;
具体的,当测试结果信息为测试通过的结果信息时,也就是成功开发完 成了应用程序时,就可以运行应用程序了。则第一业务子单元211向应用程序模块1发送开启运维信号,开启运维信号包括应用程序ID,用以应用程序模块1确定哪个具体的应用程序可以开始运行了。
步骤160,应用程序模块根据开启运维信号接收用户输入的应用程序运行信息;
具体的,应用程序模块1根据开启运维信号接收所述用户输入的与应用程序ID相匹配的应用程序运行信息,并将应用程序运行信息发送至运维管理子模块22。
步骤170,运维管理子模块审核所述应用程序运行信息,得到运行结果信息;
在得到测试结果信息后,开发管理子模块21将应用程序编辑信息和测试结果信息通过信息交换引擎5发送至信息存储模块6中。同时运维管理子模块22将应用程序运行信息和运行结果信息通过信息交换引擎5发送至信息存储模块6中。
本发明实施例提供的一种信息交互方法,通过将开发服务、运营服务、信息链服务和信息存储终点结合在一起,使得系统中的事务和信息标准化、系统中的各个应用之间作业和构建独立化,进而使得系统中的任何一个应用都可以独立完成作业,任何应用的设计、安装和维护都可以独立进行,任何应用的作业内容不受任何其它应用作业内容的限制。
本发明实施例提供的一种信息交互方法,通过将开发服务、运营服务、信息链服务和信息存储终点结合在一起,使事务和信息标准化、各个应用之间作业和构建独立化,进而使得系统中的任何一个应用都可以独立完成作业,任何应用的设计、安装和维护都可以独立进行,任何应用的作业内容不受任何其它应用作业内容的限制。
专业人员应该还可以进一步意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,能够以电子硬件、计算机软件或者二者的结合来 实现,为了清楚地说明硬件和软件的可互换性,在上述说明中已经按照功能一般性地描述了各示例的组成及步骤。这些功能究竟以硬件还是软件方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用来使用不同方法来实现所描述的功能,但是这种实现不应认为超出本发明实施例的范围。
结合本文中所公开的实施例描述的方法或算法的步骤可以用硬件、处理器执行的软件模块,或者二者的结合来实施。软件模块可以置于随机存储器(RAM)、内存、只读存储器(ROM)、电可编程ROM、电可擦除可编程ROM、寄存器、硬盘、可移动磁盘、CD-ROM、或技术领域内所公知的任意其它形式的存储介质中。
以上所述的具体实施方式,对本发明实施例的、技术方案和有益效果进行了进一步详细说明,所应理解的是,以上所述仅为本发明实施例的具体实施方式而已,并不用于限定本发明实施例的保护范围,凡在本发明实施例的精神和原则之内,所做的任何修改、等同替换、改进等,均应包含在本发明实施例的保护范围之内。

Claims (3)

  1. 一种信息管理系统,其特征在于,所述系统包括:
    运营管理模块,包括开发管理子模块和运维管理子模块;所述开发管理子模块中存储有任务信息和代码管理信息;所述运维管理子模块中存储有应用程序生命周期信息;
    应用程序模块,包括多个应用程序单元;所述应用程序单元接收所述开发管理子模块发送的所述任务信息和代码管理信息,并接收用户根据所述任务信息和代码管理信息发送的应用程序信息;所述应用程序信息包括应用程序编辑信息和应用程序运行信息;所述应用程序编辑信息和应用程序运行信息包括应用程序ID;
    当所述应用程序信息为所述应用程序编辑信息时,所述应用程序模块将所述应用程序编辑信息发送至所述开发管理子模块;所述开发管理子模块处理所述应用程序编辑信息,得到测试结果信息;
    当所述应用程序信息为所述应用程序运行信息时,所述应用程序模块将所述应用程序编辑信息发送至所述运维管理子模块;
    所述运维管理子模块根据所述应用程序生命周期信息审核所述应用程序运行信息,得到运行结果信息;
    信息交换引擎,用于根据所述用户输入的请求指令,从信息存储模块获取所需信息;或者将所述应用程序信息、测试结果信息和/或运行结果信息发送至所述信息存储模块;
    所述信息存储模块包括多个信息存储单元;每个所述信息存储单元面向一个用户,用于对所述应用程序信息以元信息形式进行存储。
  2. 根据权利要求1所述的信息管理系统,其特征在于,所述信息管理系统还包括应用开发模块;
    所述开发管理子模块从所述应用开发模块中调用并存储所述代码管理信息。
  3. 根据权利要求1所述的信息管理系统,其特征在于,所述信息管理系统还包括服务模块;
    所述服务模块用于接收所述用户的用户ID,并确定权限ID列表中是否包括所述用户ID;
    当所述权限ID列表中包括所述用户ID时,向所述应用程序模块发送允许接入信号,用以所述应用程序模块根据所述允许接入信号接收所述用户输入的所述应用程序信息。
PCT/CN2018/121363 2018-12-16 2018-12-16 信息管理系统 WO2020124282A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2018/121363 WO2020124282A1 (zh) 2018-12-16 2018-12-16 信息管理系统

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2018/121363 WO2020124282A1 (zh) 2018-12-16 2018-12-16 信息管理系统

Publications (1)

Publication Number Publication Date
WO2020124282A1 true WO2020124282A1 (zh) 2020-06-25

Family

ID=71100029

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/121363 WO2020124282A1 (zh) 2018-12-16 2018-12-16 信息管理系统

Country Status (1)

Country Link
WO (1) WO2020124282A1 (zh)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150220325A1 (en) * 2014-01-31 2015-08-06 Dell Products L.P. Agile framework for vertical application development and delivery
CN106997297A (zh) * 2017-03-31 2017-08-01 广东亿迅科技有限公司 一种基于DevOps的软件开发管理平台及方法
CN108628745A (zh) * 2018-05-03 2018-10-09 深圳市牛鼎丰科技有限公司 应用程序的跟踪记录系统、方法、计算机设备和存储介质

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150220325A1 (en) * 2014-01-31 2015-08-06 Dell Products L.P. Agile framework for vertical application development and delivery
CN106997297A (zh) * 2017-03-31 2017-08-01 广东亿迅科技有限公司 一种基于DevOps的软件开发管理平台及方法
CN108628745A (zh) * 2018-05-03 2018-10-09 深圳市牛鼎丰科技有限公司 应用程序的跟踪记录系统、方法、计算机设备和存储介质

Similar Documents

Publication Publication Date Title
US11677542B2 (en) Ad-hoc smart contract generation in a blockchain
US11227057B2 (en) Membership access management of a database
US10671308B2 (en) Private and fault-tolerant storage of segmented data
US10985907B2 (en) Identifying faults in a blockchain ordering service
US11018852B2 (en) Blockchain trust anchor
US10936445B2 (en) Resource management
US11195180B2 (en) Virtual blockchain
US11196568B2 (en) Identity protection
US11720545B2 (en) Optimization of chaincode statements
US11568402B2 (en) Decentralized out-of-band accelerated blockchain transaction processing
US20190356470A1 (en) Identifying faults in a blockchain ordering service
US20190354989A1 (en) Automated data projection for smart contract groups on a blockchain
US10922097B2 (en) Collaborative model execution
US11489662B2 (en) Special relationships in a blockchain
WO2019224028A1 (en) Autocommit transaction management in a blockchain network
US11263059B2 (en) Load leveler
US11070563B2 (en) Trace-based transaction validation and commitment
US20200374343A1 (en) Optimization of delivery of blocks
US20200019936A1 (en) Timestamping changes to smart-contract state
EP3864817A1 (en) Blockchain timestamp agreement
US11177938B2 (en) Database composite endorsement
US11637691B2 (en) Management of a size of a ledger
US11196543B2 (en) Minimum evidence calculation in blockchain transactions
US20200143479A1 (en) Detection of abnormal estimates
US20200374340A1 (en) Optimization of delivery of blocks

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18943894

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18943894

Country of ref document: EP

Kind code of ref document: A1