CN112910979A - Internet of things API (application program interface) sharing system, method and medium based on atomic data management - Google Patents

Internet of things API (application program interface) sharing system, method and medium based on atomic data management Download PDF

Info

Publication number
CN112910979A
CN112910979A CN202110110497.2A CN202110110497A CN112910979A CN 112910979 A CN112910979 A CN 112910979A CN 202110110497 A CN202110110497 A CN 202110110497A CN 112910979 A CN112910979 A CN 112910979A
Authority
CN
China
Prior art keywords
application
component
api
data management
internet
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
CN202110110497.2A
Other languages
Chinese (zh)
Other versions
CN112910979B (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.)
Tianyi IoT Technology Co Ltd
Original Assignee
Tianyi IoT 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 Tianyi IoT Technology Co Ltd filed Critical Tianyi IoT Technology Co Ltd
Priority to CN202110110497.2A priority Critical patent/CN112910979B/en
Publication of CN112910979A publication Critical patent/CN112910979A/en
Application granted granted Critical
Publication of CN112910979B publication Critical patent/CN112910979B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computing Systems (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • General Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses an Internet of things API sharing system, method and medium based on atomic data management, wherein the system comprises: the component generation module is used for decoupling the first application program and packaging the first application program into a plurality of first application components; the component sharing module is used for warehousing, auditing and testing the first application component, generating a corresponding API (application programming interface), and then uploading the first application component to an open platform for sharing according to the generated API; the component ordering module is used for creating a second application program according to a plurality of second application components selected by the component user, and performing association operation on the second application program and the second application components to generate authentication information of the second application program; and the interface calling module is used for calling the API interface according to the authentication information to complete application development. The method shortens the development period of the application of the Internet of things, reduces the development cost, improves the development efficiency, and can be widely applied to the technical field of the application and development of the Internet of things.

Description

Internet of things API (application program interface) sharing system, method and medium based on atomic data management
Technical Field
The invention relates to the technical field of application and development of the Internet of things, in particular to an API (application program interface) sharing system, method and medium of the Internet of things based on atomic data management.
Background
During traditional application development of the internet of things, data interaction from the terminal device to the application system is a strong binding relationship, for example, all business functions of the application system of the manufacturer a are only served for the terminal device D accessed by the manufacturer a, while the manufacturer B must repeatedly develop and implement the application system of the terminal device D by itself, and cannot use the business functions developed by the application system of the manufacturer a, so that the development period is prolonged, the development cost is increased, and the efficiency of application development of the internet of things is also seriously affected.
Disclosure of Invention
The present invention aims to solve at least to some extent one of the technical problems existing in the prior art.
Therefore, an object of the embodiments of the present invention is to provide an efficient API sharing system for the internet of things based on atomic data management.
Another purpose of the embodiments of the present invention is to provide an internet of things API sharing method based on atomic data management.
In order to achieve the technical purpose, the technical scheme adopted by the embodiment of the invention comprises the following steps:
in a first aspect, an embodiment of the present invention provides an internet of things API sharing system based on atomic data management, including:
the system comprises a component generation module, a first application module and a second application module, wherein the component generation module is used for decoupling a first application program provided by a component provider and packaging the first application program into a plurality of first application components, and the first application components are packaged by adopting an atomic data management standard;
the component sharing module is used for warehousing, auditing and testing the first application component, generating a corresponding API (application programming interface), and then uploading the first application component to an open platform for sharing according to the generated API;
the component ordering module is used for creating a second application program according to a plurality of second application components selected by a component user on an open platform, and performing association operation on the second application program and the second application components to generate authentication information of the second application program;
and the interface calling module is used for calling the API interface according to the authentication information so as to call the second application component to complete application development.
Further, in one embodiment of the present invention, the component generation module includes:
the application decoupling unit is used for decoupling a first application program provided by the component provider according to application capability to generate a plurality of sub applications;
and the component packaging unit is used for packaging the sub-application into a first application component according to the atomic data management standard and the API (application programming interface) standard.
Further, in one embodiment of the present invention, the component sharing module includes:
the component library construction unit is used for constructing an application component database and storing the first application component into the application component database;
the component auditing unit is used for carrying out operation auditing on the first application component;
the component testing unit is used for carrying out performance testing on the first application component;
and the component shelving unit is used for generating a corresponding API (application programming interface) according to the first application component and shelving the first application component to the open platform according to the generated API.
Further, in one embodiment of the present invention, the component ordering module includes:
the component selection unit is used for responding to the component selection operation of a component user on the open platform and selecting a second application component from the application component database;
the application creating unit is used for creating a second application program according to the second application component and establishing the association between the second application program and the second application component according to the application capability of the second application component;
and the authentication information generating unit is used for generating corresponding authentication information according to the login information of the component user and the second application program.
Further, in one embodiment of the present invention, the authentication information includes an AppID and an AppSecret.
Further, in an embodiment of the present invention, the internet of things API sharing system further includes:
and the user authentication module is used for registering, logging in and real-name authenticating the component provider and the component user.
In a second aspect, an embodiment of the present invention provides an internet of things API sharing method based on atomic data management, including the following steps:
decoupling and packaging a first application program provided by a component provider into a plurality of first application components, wherein the first application components are packaged by adopting an atomic data management standard;
warehousing, auditing and testing the first application component, generating a corresponding API (application programming interface), and then uploading the first application component to an open platform for sharing according to the generated API;
creating a second application program according to a plurality of second application components selected by a component user on an open platform, and performing association operation on the second application program and the second application components to generate authentication information of the second application program;
and calling an API (application programming interface) according to the authentication information so as to call a second application component to complete application development.
Further, in an embodiment of the present invention, the step of decoupling and encapsulating the first application program provided by the component provider into a plurality of first application components, where the first application components are encapsulated by using an atomic data management standard specifically includes:
decoupling a first application program provided by a component provider according to application capacity to generate a plurality of sub applications;
and encapsulating the sub-application into a first application component according to the atomic data management standard and the API (application programming interface) standard.
In a third aspect, an embodiment of the present invention provides an internet of things API sharing device based on atomic data management, including: at least one processor;
at least one memory for storing at least one program;
the at least one program, when executed by the at least one processor, causes the at least one processor to implement an internet of things API sharing method based on atomic data management as described above.
In a fourth aspect, the embodiment of the present invention further provides a computer-readable storage medium, in which a processor-executable program is stored, and the processor-executable program is configured to, when executed by a processor, perform the above-mentioned method for sharing an API of an internet of things based on atomic data management.
Advantages and benefits of the present invention will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the invention:
according to the embodiment of the invention, a first application program provided by a component provider is decoupled and packaged into the first application component according to an atomic data management standard, then the first application component is erected on an open platform for sharing, a second application program is created according to a second application component selected by a component user on the open platform, and API interface calling is carried out through authentication information, so that the second application component can be called to realize related application development. The embodiment of the invention solves the problem of repeated construction of similar equipment of the Internet of things when different manufacturers perform application development of the Internet of things, can package the application programs of the terminal equipment developed by the manufacturer A into the application components according to the standard requirements of the system, and can manage the application programs to the system for open sharing, so that the manufacturer B can directly use the packaged application components for development and delivery when developing the application programs of the same equipment, thereby shortening the development period, reducing the development cost and simultaneously improving the efficiency of the application development of the Internet of things.
Drawings
In order to more clearly illustrate the technical solution in the embodiment of the present invention, the following description is made on the drawings required to be used in the embodiment of the present invention, and it should be understood that the drawings in the following description are only for convenience and clarity of describing some embodiments in the technical solution of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a flowchart illustrating steps of an internet of things API sharing method based on atomic data management according to an embodiment of the present invention;
fig. 2 is a structural block diagram of an internet of things API sharing system based on atomic data management according to an embodiment of the present invention;
fig. 3 is a structural block diagram of an internet of things API sharing device based on atomic data management according to an embodiment of the present invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the accompanying drawings are illustrative only for the purpose of explaining the present invention, and are not to be construed as limiting the present invention. The step numbers in the following embodiments are provided only for convenience of illustration, the order between the steps is not limited at all, and the execution order of each step in the embodiments can be adapted according to the understanding of those skilled in the art.
In the description of the present invention, the meaning of a plurality is two or more, if there is a description to the first and the second for the purpose of distinguishing technical features, it is not understood as indicating or implying relative importance or implicitly indicating the number of indicated technical features or implicitly indicating the precedence of the indicated technical features. Furthermore, unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art.
Referring to fig. 2, an embodiment of the present invention provides an internet of things API sharing system based on atomic data management, including:
the component generation module is used for decoupling the first application program provided by the component provider and packaging the first application program into a plurality of first application components, and the first application components are packaged by adopting an atomic data management standard;
the component sharing module is used for warehousing, auditing and testing the first application component, generating a corresponding API (application programming interface), and then uploading the first application component to an open platform for sharing according to the generated API;
the component ordering module is used for creating a second application program according to a plurality of second application components selected by the component user on the open platform, and performing association operation on the second application program and the second application components to generate authentication information of the second application program;
and the interface calling module is used for calling the API interface according to the authentication information so as to call the second application component to complete application development.
Specifically, atomic data management criteria include: atomic data itself must be neutral and reusable; atomic data cannot contain any associated information of the original application system; the atomic data must be isolated according to the authentication information of the API caller; atomic data must support multi-party subscription capabilities. The relevant API interface specification: add devices, delete devices, device list, device details, data subscriptions, etc.
The embodiment of the invention comprises an open platform and an operation background at the front end, wherein the open platform can be used for carrying out operations such as component ordering, component authentication and component use, and the operation background can be used for carrying out operations such as component application, component shelving and component management.
The main principle of the embodiment of the invention is to decouple and disassemble the service functions of the original application of the internet of things through the standard specification and the API (application programming interface) specification of atomic data management, package the service functions into application components which can be independently operated and replaced, and open share the application components through an open platform provided by the system, so that the aim of rapidly multiplexing the application components is fulfilled.
According to the embodiment of the invention, a first application program provided by a component provider is decoupled and packaged into the first application component according to an atomic data management standard, then the first application component is erected on an open platform for sharing, a second application program is created according to a second application component selected by a component user on the open platform, and API interface calling is carried out through authentication information, so that the second application component can be called to realize related application development. The embodiment of the invention solves the problem of repeated construction of similar equipment of the Internet of things when different manufacturers perform application development of the Internet of things, can package the application programs of the terminal equipment developed by the manufacturer A into the application components according to the standard requirements of the system, and can manage the application programs to the system for open sharing, so that the manufacturer B can directly use the packaged application components for development and delivery when developing the application programs of the same equipment, thereby shortening the development period, reducing the development cost and simultaneously improving the efficiency of the application development of the Internet of things.
As a further optional implementation, the component generation module includes:
the application decoupling unit is used for decoupling a first application program provided by the component provider according to application capability to generate a plurality of sub applications;
and the component packaging unit is used for packaging the sub-application into the first application component according to the atomic data management standard and the API (application programming interface) standard.
As a further optional implementation, the component sharing module includes:
the component library construction unit is used for constructing an application component database and storing the first application component into the application component database;
the component auditing unit is used for carrying out operation auditing on the first application component;
the device comprises a component testing unit, a first application component testing unit and a second application component testing unit, wherein the component testing unit is used for carrying out performance testing on the first application component;
and the component shelving unit is used for generating a corresponding API (application programming interface) according to the first application component and shelving the first application component to the open platform according to the generated API.
Further as an optional embodiment, the component ordering module comprises:
the component selection unit is used for responding to the component selection operation of a component user on the open platform and selecting a second application component from the application component database;
the application creating unit is used for creating a second application program according to the second application component and establishing the association between the second application program and the second application component according to the application capability of the second application component;
and the authentication information generating unit is used for generating corresponding authentication information according to the login information of the component user and the second application program.
Further as an optional embodiment, the authentication information includes an AppID and an AppSecret.
As a further optional implementation manner, the internet of things API sharing system based on atomic data management further includes:
and the user authentication module is used for registering, logging in and real-name authenticating the component provider and the component user.
The system structure of the embodiment of the present invention is introduced above, and the specific operation flow of the embodiment of the present invention is further described below with reference to a specific embodiment.
A1, registering the component provider on the system, logging in and authenticating the component provider by real name.
A2, providing a first application program for the system by the component provider through the connecting terminal device, decoupling and packaging the first application program into an application component through the system according to the atomic data management standard and the API interface standard, and packaging into a standard docker mirror image package.
A3, the component provider applies the application components to the component warehouse in the system, and the application components are operated, audited and tested, and finally the application components are put on the system for sharing and opening.
A4, registering, logging in and real-name authenticating the component user on the system.
A5, the component user selects one or more application components on the system to complete the order, creates a second application on the system console and completes the operation of associating the second application with the application components, and takes the authentication information AppID and AppSecret of the second application.
And A6, the component user uses the AppID and AppSecret of the second application program to perform interface call according to the API interface document of the application component, and application development is completed.
Compared with the prior art, the embodiment of the invention has the main advantages that:
1) and due to reusability, after any manufacturer develops the application program at one time, other manufacturers can directly reuse the application program.
2) Alternatively, the terminal device application components of the same type follow the same set of API standards, and manufacturers can flexibly select the terminal device application components according to cost, supported terminal models and the like.
3) The cost is reduced, the rapid delivery is realized, the function development of the same application program is carried out by using the application component, the development cost is greatly reduced, and the delivery cycle is greatly shortened.
It can be recognized that in the prior art, the application programs opened by various manufacturers can only serve themselves, and the invention can decouple the application programs and package and share the application programs; in the prior art, developers with the technical basis of the internet of things need to research and develop the internet of things equipment, and the technology can realize that the developers without the technical basis of the internet of things directly develop the application of the internet of things.
The embodiment of the invention also has the following advantages:
1) the application component provider can obtain income share and enlarge brand effect by putting the self-developed application components on shelf in the system.
2) The application component user orders the existing application components through the system, so that the development threshold and cost are reduced, the delivery cycle is shortened, and the project income is improved.
3) The application component operator establishes a benign Internet of things application development ecosphere through the system, and energized Internet of things construction is achieved.
Referring to fig. 1, an embodiment of the present invention provides an internet of things API sharing method based on atomic data management, including the following steps:
s101, decoupling and packaging a first application program provided by a component provider into a plurality of first application components, wherein the first application components are packaged by adopting an atomic data management standard;
s102, warehousing, auditing and testing the first application component, generating a corresponding API (application programming interface), and then uploading the first application component to an open platform for sharing according to the generated API;
s103, creating a second application program according to a plurality of second application components selected by the component user on the open platform, and performing association operation on the second application program and the second application components to generate authentication information of the second application program;
and S104, calling an API (application programming interface) according to the authentication information so as to call a second application component to complete application development.
As a further optional implementation manner, the first application program provided by the component provider is decoupled and packaged into a plurality of first application components, and the step of packaging the first application components by using the atomic data management standard specifically includes:
s1011, decoupling a first application program provided by a component provider according to application capability to generate a plurality of sub-applications;
and S1012, packaging the sub-application into a first application component according to the atomic data management standard and the API (application programming interface) standard.
The contents in the system embodiments are all applicable to the method embodiments, the functions specifically realized by the method embodiments are the same as the system embodiments, and the beneficial effects achieved by the method embodiments are also the same as the beneficial effects achieved by the system embodiments.
Referring to fig. 3, an embodiment of the present invention provides an internet of things API sharing device based on atomic data management, including:
at least one processor;
at least one memory for storing at least one program;
when the at least one program is executed by the at least one processor, the at least one processor is enabled to implement the method for sharing the API of the internet of things based on atomic data management.
The contents in the above method embodiments are all applicable to the present apparatus embodiment, the functions specifically implemented by the present apparatus embodiment are the same as those in the above method embodiments, and the advantageous effects achieved by the present apparatus embodiment are also the same as those achieved by the above method embodiments.
An embodiment of the present invention further provides a computer-readable storage medium, in which a processor-executable program is stored, and the processor-executable program is used for executing the above-mentioned method for sharing an API of an internet of things based on atomic data management when being executed by a processor.
The computer-readable storage medium can execute the Internet of things API sharing method based on atomic data management provided by the method embodiment of the invention, can execute any combination of the implementation steps of the method embodiment, and has corresponding functions and beneficial effects of the method.
The embodiment of the invention also discloses a computer program product or a computer program, which comprises computer instructions, and the computer instructions are stored in a computer readable storage medium. The computer instructions may be read by a processor of a computer device from a computer-readable storage medium, and executed by the processor to cause the computer device to perform the method illustrated in fig. 1.
In alternative embodiments, the functions/acts noted in the block diagrams may occur out of the order noted in the operational illustrations. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality/acts involved. Furthermore, the embodiments presented and described in the flow charts of the present invention are provided by way of example in order to provide a more thorough understanding of the technology. The disclosed methods are not limited to the operations and logic flows presented herein. Alternative embodiments are contemplated in which the order of various operations is changed and in which sub-operations described as part of larger operations are performed independently.
Furthermore, although the present invention is described in the context of functional modules, it should be understood that, unless otherwise stated to the contrary, one or more of the above-described functions and/or features may be integrated in a single physical device and/or software module, or one or more of the functions and/or features may be implemented in a separate physical device or software module. It will also be appreciated that a detailed discussion of the actual implementation of each module is not necessary for an understanding of the present invention. Rather, the actual implementation of the various functional modules in the apparatus disclosed herein will be understood within the ordinary skill of an engineer, given the nature, function, and internal relationship of the modules. Accordingly, those skilled in the art can, using ordinary skill, practice the invention as set forth in the claims without undue experimentation. It is also to be understood that the specific concepts disclosed are merely illustrative of and not intended to limit the scope of the invention, which is defined by the appended claims and their full scope of equivalents.
The above functions, if implemented in the form of software functional units and sold or used as a separate product, may be stored in a computer-readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the above method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The logic and/or steps represented in the flowcharts or otherwise described herein, e.g., an ordered listing of executable instructions that can be considered to implement logical functions, can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For the purposes of this description, a "computer-readable medium" can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer diskette (magnetic device), a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber device, and a portable compact disc read-only memory (CDROM). Further, the computer readable medium could even be paper or another suitable medium upon which the above described program is printed, as the program can be electronically captured, via for instance optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner if necessary, and then stored in a computer memory.
It should be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
In the foregoing description of the specification, reference to the description of "one embodiment/example," "another embodiment/example," or "certain embodiments/examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, schematic representations of the above terms do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
While embodiments of the present invention have been shown and described, it will be understood by those of ordinary skill in the art that: various changes, modifications, substitutions and alterations can be made to the embodiments without departing from the principles and spirit of the invention, the scope of which is defined by the claims and their equivalents.
While the preferred embodiments of the present invention have been illustrated and described, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (10)

1. An Internet of things API sharing system based on atomic data management is characterized by comprising:
the system comprises a component generation module, a first application module and a second application module, wherein the component generation module is used for decoupling a first application program provided by a component provider and packaging the first application program into a plurality of first application components, and the first application components are packaged by adopting an atomic data management standard;
the component sharing module is used for warehousing, auditing and testing the first application component, generating a corresponding API (application programming interface), and then uploading the first application component to an open platform for sharing according to the generated API;
the component ordering module is used for creating a second application program according to a plurality of second application components selected by a component user on an open platform, and performing association operation on the second application program and the second application components to generate authentication information of the second application program;
and the interface calling module is used for calling the API interface according to the authentication information so as to call the second application component to complete application development.
2. The system of claim 1, wherein the component generation module comprises:
the application decoupling unit is used for decoupling a first application program provided by the component provider according to application capability to generate a plurality of sub applications;
and the component packaging unit is used for packaging the sub-application into a first application component according to the atomic data management standard and the API (application programming interface) standard.
3. The API sharing system of the internet of things based on atomic data management as recited in claim 1, wherein the component sharing module comprises:
the component library construction unit is used for constructing an application component database and storing the first application component into the application component database;
the component auditing unit is used for carrying out operation auditing on the first application component;
the component testing unit is used for carrying out performance testing on the first application component;
and the component shelving unit is used for generating a corresponding API (application programming interface) according to the first application component and shelving the first application component to the open platform according to the generated API.
4. The API sharing system of the internet of things based on atomic data management as recited in claim 3, wherein the component ordering module comprises:
the component selection unit is used for responding to the component selection operation of a component user on the open platform and selecting a second application component from the application component database;
the application creating unit is used for creating a second application program according to the second application component and establishing the association between the second application program and the second application component according to the application capability of the second application component;
and the authentication information generating unit is used for generating corresponding authentication information according to the login information of the component user and the second application program.
5. The API (application programming interface) sharing system of the internet of things based on atomic data management as recited in claim 1, wherein: the authentication information includes AppID and AppSecret.
6. The API sharing system of the internet of things based on atomic data management according to any one of claims 1 to 5, further comprising:
and the user authentication module is used for registering, logging in and real-name authenticating the component provider and the component user.
7. An Internet of things API sharing method based on atomic data management is characterized by comprising the following steps:
decoupling and packaging a first application program provided by a component provider into a plurality of first application components, wherein the first application components are packaged by adopting an atomic data management standard;
warehousing, auditing and testing the first application component, generating a corresponding API (application programming interface), and then uploading the first application component to an open platform for sharing according to the generated API;
creating a second application program according to a plurality of second application components selected by a component user on an open platform, and performing association operation on the second application program and the second application components to generate authentication information of the second application program;
and calling an API (application programming interface) according to the authentication information so as to call a second application component to complete application development.
8. The method for sharing the API of the internet of things based on atomic data management according to claim 7, wherein the step of decoupling and encapsulating the first application program provided by the component provider into a plurality of first application components, where the first application components are encapsulated according to the atomic data management standard, specifically comprises:
decoupling a first application program provided by a component provider according to application capacity to generate a plurality of sub applications;
and encapsulating the sub-application into a first application component according to the atomic data management standard and the API (application programming interface) standard.
9. An Internet of things API sharing device based on atomic data management is characterized by comprising:
at least one processor;
at least one memory for storing at least one program;
when executed by the at least one processor, the at least one program causes the at least one processor to implement the method for API sharing for internet of things based on atomic data management as claimed in claim 7 or 8.
10. A computer readable storage medium in which a processor-executable program is stored, the processor-executable program when executed by a processor being configured to perform an atomic data management based internet of things API sharing method as claimed in claim 7 or 8.
CN202110110497.2A 2021-01-27 2021-01-27 Internet of things API sharing system, method and medium based on atomic data management Active CN112910979B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110110497.2A CN112910979B (en) 2021-01-27 2021-01-27 Internet of things API sharing system, method and medium based on atomic data management

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110110497.2A CN112910979B (en) 2021-01-27 2021-01-27 Internet of things API sharing system, method and medium based on atomic data management

Publications (2)

Publication Number Publication Date
CN112910979A true CN112910979A (en) 2021-06-04
CN112910979B CN112910979B (en) 2023-06-09

Family

ID=76118836

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110110497.2A Active CN112910979B (en) 2021-01-27 2021-01-27 Internet of things API sharing system, method and medium based on atomic data management

Country Status (1)

Country Link
CN (1) CN112910979B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113467773A (en) * 2021-07-20 2021-10-01 达而观数据(成都)有限公司 Method for multiplexing process codes for realizing robot process automation
CN114301844A (en) * 2021-12-30 2022-04-08 天翼物联科技有限公司 Internet of things capability open platform flow control method, system and related components thereof

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103312660A (en) * 2012-03-06 2013-09-18 中兴通讯股份有限公司 Service realization method based on ability opening platform and ability opening platform
US20140258399A1 (en) * 2013-03-08 2014-09-11 International Business Machines Corporation Sharing topics in social networking
CN110347471A (en) * 2019-07-15 2019-10-18 珠海格力电器股份有限公司 Hierarchical display component system, display component call method and device
CN112187956A (en) * 2020-10-26 2021-01-05 南京集新萃信息科技有限公司 Open type Internet of things data management method and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103312660A (en) * 2012-03-06 2013-09-18 中兴通讯股份有限公司 Service realization method based on ability opening platform and ability opening platform
US20140258399A1 (en) * 2013-03-08 2014-09-11 International Business Machines Corporation Sharing topics in social networking
CN110347471A (en) * 2019-07-15 2019-10-18 珠海格力电器股份有限公司 Hierarchical display component system, display component call method and device
CN112187956A (en) * 2020-10-26 2021-01-05 南京集新萃信息科技有限公司 Open type Internet of things data management method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
汤浩等: "物联网开放平台及接入技术", 《指挥信息系统与技术》 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113467773A (en) * 2021-07-20 2021-10-01 达而观数据(成都)有限公司 Method for multiplexing process codes for realizing robot process automation
CN114301844A (en) * 2021-12-30 2022-04-08 天翼物联科技有限公司 Internet of things capability open platform flow control method, system and related components thereof
CN114301844B (en) * 2021-12-30 2024-04-19 天翼物联科技有限公司 Flow control method and system for Internet of things capability open platform and related components thereof

Also Published As

Publication number Publication date
CN112910979B (en) 2023-06-09

Similar Documents

Publication Publication Date Title
US9269060B2 (en) Methods and systems for generating metadata describing dependencies for composable elements
US9009058B2 (en) Aiding creation of service offers associated with a service delivery framework
US20090132220A1 (en) Method For Creating A Telecommunications Application
US20090129575A1 (en) System And Computer Program Product For Creating A Telecommunications Application
US20070050750A1 (en) Extensible data-driven setup application for operating system
US20140351954A1 (en) Providing limited versions of applications
CN112910979A (en) Internet of things API (application program interface) sharing system, method and medium based on atomic data management
US10305752B2 (en) Automatically orchestrating the compliance of cloud services to selected standards and policies
CN103870266A (en) Method and system for generating page
CN105573755A (en) Method and device for acquiring application Activity rendering time
US9173050B2 (en) Application store system and development method using the application store system
CN105072461A (en) Data processing method and device
CN111258720A (en) Service arranging method, system, equipment and medium based on cloud management platform
CN102446308A (en) Telecom product releasing method and service management subsystem
CN114895935A (en) Method and device for flashing vehicle ECU, electronic equipment and storage medium
CN106528206A (en) Application starting control method and apparatus, and application installation package reinforcement apparatus
CN112132530B (en) Visual dynamic flow arranging method and system
KR100653280B1 (en) Mobile phone capable of updating application and method for updating application of mobile phone
CN115495065A (en) Page component arrangement and combination method and device based on business flow control
CN113064627B (en) Service access data processing method, platform, terminal, equipment and system
CN109063468A (en) A kind of installation kit integrity verification and the method for reparation
CN110880099B (en) Workflow engine-based task event processing method, device, equipment and medium
KR20050072554A (en) Web-based system and method for automatically forming mobile contents program from contents resources
CN104468608A (en) Application program access method and device
CN113157308A (en) Software packaging method, device and system

Legal Events

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