KR20220059814A - Api request processing system - Google Patents

Api request processing system Download PDF

Info

Publication number
KR20220059814A
KR20220059814A KR1020200145430A KR20200145430A KR20220059814A KR 20220059814 A KR20220059814 A KR 20220059814A KR 1020200145430 A KR1020200145430 A KR 1020200145430A KR 20200145430 A KR20200145430 A KR 20200145430A KR 20220059814 A KR20220059814 A KR 20220059814A
Authority
KR
South Korea
Prior art keywords
service
api
zone
serverless
api service
Prior art date
Application number
KR1020200145430A
Other languages
Korean (ko)
Other versions
KR102426381B1 (en
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 KR1020200145430A priority Critical patent/KR102426381B1/en
Priority to PCT/KR2020/015372 priority patent/WO2022097772A1/en
Publication of KR20220059814A publication Critical patent/KR20220059814A/en
Application granted granted Critical
Publication of KR102426381B1 publication Critical patent/KR102426381B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • G06F9/5072Grid computing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45562Creating, deleting, cloning virtual machine instances

Abstract

The present invention relates to a system for processing an API request. The system for processing the API request according to the present invention comprises: a service execution part comprising a microservice zone wherein an API service always maintains a response waiting state, and a serverless service zone that executes an invoke for the API service so that the relevant API service is terminated after being executed; and an API gateway that receives an API service request signal from the outside, and transmits the relevant API service request signal to at least one among the microservice zone and the serverless service zone through an analysis for the received API service request signal. Therefore, the present invention is capable of increasing user satisfaction.

Description

API 요청 처리 시스템{API REQUEST PROCESSING SYSTEM}API request processing system {API REQUEST PROCESSING SYSTEM}

본 발명은 API 요청 처리 시스템에 관한 것으로, 보다 상세하게는 서버리스 기반의 API 서비스 요청에 대해 처리하는 시스템에 관한 것이다.The present invention relates to an API request processing system, and more particularly, to a system processing a serverless-based API service request.

종래에는 고객들에게 온라인을 통한 특정 서비스를 제공하기 위해서는 서버를 구축하여 운영하는 것이 일반적이었다.Conventionally, it has been common to build and operate a server in order to provide a specific service online to customers.

그러나 이처럼 각 서비스 제공 업체들이 직접 서버를 운영하는 것은 물리적 공간이 필요함은 물론이고, 해당 서버를 운영하는 운영 인력도 필요하여 많은 부담이 될 수밖에 없다.However, for each service provider to directly operate a server in this way, not only a physical space is required, but also an operating manpower to operate the server is inevitably a burden.

이러한 불편을 해소하기 위해 최근에는 서버리스 시스템이 제시된 바 있다.In order to solve this inconvenience, a serverless system has been recently proposed.

서버리스(serverless)란 개발자가 서버를 관리할 필요 없이 애플리케이션을 빌드하고 실행할 수 있도록 하는 클라우드 개발 모델을 의미한다.Serverless refers to a cloud development model that allows developers to build and run applications without the need to manage servers.

물론 서버리스 모델에도 서버가 존재하긴 하지만, 애플리케이션 개발에서와 달리 추상화되게 되고, 이 경우 클라우드 제공업체가 서버 인프라에 대한 프로비저닝, 유지 관리, 스케일링 등의 일상적인 작업을 처리하며, 개발자는 배포를 위해 코드를 컨테이너에 패키징 하기만 하면 되는 것이다.Of course, servers exist in the serverless model, but unlike in application development, it is abstracted away, in which case the cloud provider handles the day-to-day tasks of provisioning, maintaining, and scaling the server infrastructure, and the developer is responsible for the deployment. All you need to do is package your code into a container.

서버리스 애플리케이션은 배포되고 나면 필요에 따라 자동으로 스케일 업 되거나 스케일 다운되게 된다.After a serverless application is deployed, it automatically scales up or down as needed.

이러한 퍼블릭 클라우드 제공업체의 서버리스 오퍼링은 일반적으로 이벤트 기반 실행 모델을 통해 온디맨드로 미터링되므로 서버리스 기능이 유휴 상태일 때는 아무런 비용도 들지 않는다는 장점이 있다.The advantage of these public cloud providers' serverless offerings is that they are typically metered on-demand via an event-based execution model, so there is no cost to the serverless functions when they are idle.

한편, 새로운 애플리케이션을 만들 때, 하나의 개발환경을 세팅하고(OS는 RedHat, JDK1.8에 Mysql5.7 등등) 작은 애플리케이션부터 만들기 시작하고, 이후 애플리케이션에 새로운 기능이 추가될수록 코드의 양은 점점 많아지고 하나의 모듈도 거대해지게 된다.On the other hand, when creating a new application, set up a single development environment (OS is RedHat, JDK1.8, Mysql5.7, etc.) and start making a small application. Then, as new functions are added to the application, the amount of code increases. Even one module becomes huge.

이 경우 버그라도 생기면 오류를 찾아내기가 쉽지 않을 뿐더러 조금만 변경하더라도 많은 부분에 영향을 미쳐 더 큰 오류를 발생시킬 수도 있다.In this case, even if there is a bug, it is not easy to find the error, and even a small change can affect many parts and cause a bigger error.

이러한 종래의 문제점을 해결하기 위해 최근에는 마이크로 서비스라는 개념으로 필요한 애플리케이션 등을 배포 또는 운영하는 경우가 증가하고 있다.In order to solve these conventional problems, recently, the case of distributing or operating a necessary application under the concept of microservices is increasing.

마이크로 서비스 아키텍처는 하나의 애플리케이션을 여러 개의 작은 애플리케이션으로 쪼개어 각각의 애플리케이션들은 작고 독립적인 서비스로 구성하는 것을 의미한다.Microservices architecture means that one application is divided into several small applications, and each application is composed of small and independent services.

각각의 마이크로 서비스들은 외부의 요청에 바로 응답할 수 있는 상태를 유지하고 있다고 외부로부터 API 서비스 요청 신호가 수신되면 그에 대응되는 기능을 수행하여 응답하는 기능을 수행한다.When an API service request signal is received from the outside that each microservice maintains a state in which it can immediately respond to an external request, it performs a function to respond by performing a corresponding function.

그런데 지금까지 이러한 마이크로 서비스의 운영과 상술한 서버리스 서비스의 운영이 함께 처리되는 시스템이 제시된 바 없다.However, no system has been proposed in which the operation of such microservices and the operation of the aforementioned serverless service are processed together so far.

즉, 서버리스 서비스의 운영은 기본적으로 외부의 API 서비스 요청 신호에 대해 해당하는 서비스를 invoke 하여 실행시키고 그 처리가 종료되면 해당 서비스를 종료시키는 형태로 운영됨에 반해, 마이크로 서비스의 운영은 마이크로 서비스를 항상 동작 가능한 상태로 유지(즉, 자원 할당 및 점유)하고 있다가 외부로부터 수신되는 API 서비스 요청 신호에 대해 즉시 처리를 수행하는 형태로 운영된다는 점에 차이가 있다.In other words, the operation of the serverless service basically invokes and executes the corresponding service in response to the external API service request signal and terminates the corresponding service when the processing is finished. The difference is that it is always maintained in an operable state (that is, resource allocation and occupation) and is operated in a form that immediately processes an API service request signal received from the outside.

그런데 이러한 서버리스 서비스의 운영과 마이크로 서비스의 운영은 각각 장단점이 있는 것이어서, 특정 API 서비스에 대해서 서버리스 서비스의 형태로 운영할 수도 있고, 마이크로 서비스의 형태로 운영할 수 있도록 하는 것이 자원 효율 및 서비스 이용자 편의성 측면에서 중요할 수 있는데, 종래에는 이처럼 마이크로 서비스와 서버리스 서비스가 동시에 운영되는 시스템이 제시된 바 없다.However, since the operation of these serverless services and the operation of microservices each have their pros and cons, it is possible to operate in the form of a serverless service for a specific API service or to operate in the form of a microservice for resource efficiency and service This may be important in terms of user convenience, but in the past, a system in which microservices and serverless services are operated at the same time has not been proposed.

공개특허 제10-2020-0063360호Publication No. 10-2020-0063360

본 발명은 상기한 종래의 필요성을 충족시키기 위해 안출된 것으로서, 그 목적은 소정의 API 서비스에 대해서 특정 조건에 따라 마이크로 서비스 형태 또는 서버리스 서비스 형태로 운영이 될 수 있도록 하는 시스템을 제공하는 것이다.The present invention has been devised to satisfy the above conventional needs, and an object of the present invention is to provide a system that enables a predetermined API service to be operated in the form of a microservice or a serverless service according to specific conditions.

상기한 목적을 달성하기 위해 본 발명에 따른 API 요청 처리 시스템은, API 서비스가 항상 응답 대기 상태를 유지하는 마이크로 서비스 존과 API 서비스에 대한 invoke를 실행하여 해당 API 서비스가 실행되도록 한 후 종료시키는 서버리스 서비스 존을 포함하는 서비스 실행부와; 외부로부터 API 서비스 요청 신호를 수신하고, 그 수신된 API 서비스 요청 신호에 대한 분석을 통해 상기 마이크로 서비스 존과 상기 서버리스 서비스 존 중 어느 하나로 해당 API 서비스 요청 신호를 전달하는 API 게이트웨이를 포함하여 구성된다.In order to achieve the above object, the API request processing system according to the present invention is a microservice zone in which the API service always maintains a response standby state, and a server that executes an invoke for the API service so that the API service is executed and then terminates it a service execution unit including a lease service zone; and an API gateway that receives an API service request signal from the outside, and transmits a corresponding API service request signal to either the micro service zone or the serverless service zone through analysis of the received API service request signal. .

여기서, 서비스 실행부는 상기 마이크로 서비스 존 또는 상기 서버리스 서비스 존에 새로운 API 서비스가 등록될 때마다 해당 새로 등록된 API 서비스의 설치 존에 대한 정보를 전송하고, 상기 서비스 실행부로부터 각 API 서비스에 대응되는 설치 존에 대한 정보를 저장하는 서비스 레지스트리를 더 포함하고, 상기 API 게이트웨이는 상기 서비스 레지스트리에 저장된 정보를 참고하여 상기 마이크로 서비스 존과 상기 서버리스 서비스 존 중 어느 하나로 API 서비스 요청 신호를 전달할 수 있다.Here, the service execution unit transmits information on the installation zone of the newly registered API service whenever a new API service is registered in the microservice zone or the serverless service zone, and corresponds to each API service from the service execution unit Further comprising a service registry for storing information on the installation zone to be installed, the API gateway may transmit an API service request signal to any one of the micro service zone and the serverless service zone with reference to the information stored in the service registry. .

여기서, 상기 API 게이트웨이를 통한 API 서비스 호출 로그 기록을 참고하여, 상기 마이크로 서비스 존에 등록된 적어도 하나의 API 서비스를 상기 서버리스 서비스 존으로 재배포하는 API 서비스 재배포부를 더 포함할 수 있다.The method may further include an API service redistributing unit redistributing at least one API service registered in the microservice zone to the serverless service zone with reference to the API service call log record through the API gateway.

여기서, 사용자에 의해 입력되는 API 규격 정의에 따라 API 서비스의 소스와 프라퍼티를 자동 생성하여 빌드하고, 상기 서비스 실행부의 마이크로 서비스 존과 서버리스 서비스 존 중 어느 하나로 해당 빌드된 API 서비스를 배포하는 API 서비스 생성부를 더 포함할 수 있다.Here, the API service that automatically creates and builds the source and properties of the API service according to the definition of the API standard input by the user, and distributes the built API service to either the micro service zone or the serverless service zone of the service execution unit. It may further include a generator.

이상 설명한 바와 같이 본 발명에 따르면, 소정의 API 서비스에 대해서 특정 조건에 따라 마이크로 서비스 형태 또는 서버리스 서비스 형태로 운영이 될 수 있으므로, 자원을 효율적으로 이용할 수 있고, 사용자 만족도가 증가한다.As described above, according to the present invention, since a predetermined API service can be operated in the form of a microservice or a serverless service according to specific conditions, resources can be efficiently used and user satisfaction is increased.

즉, 자주 API 호출이 발생하는 서비스에 대해서는 마이크로 서비스 존에서 운영되도록 함으로써 빠른 처리 속도(반응 속도)가 이루어질 수 있고, 또한 API 호출이 자주 발생하지 않는 서비스에 대해서는 서버리스 서비스 존에서 운영되도록 함으로써 자원을 효율적으로 사용할 수 있게 된다.In other words, fast processing speed (response speed) can be achieved by operating in the microservice zone for services that frequently make API calls, and also, by operating in the serverless service zone for services that do not frequently make API calls, resources can be used efficiently.

도 1은 본 발명의 일 실시예에 따른 API 요청 처리 시스템의 기능 블록도이고,
도 2는 도 1의 API 요청 처리 시스템의 서비스 레지스트리에 등록되는 데이터의 형태를 종래와 비교한 도면이고,
도 3 및 도 4는 도 1의 API 요청 처리 시스템의 제어흐름도이고,
도 5 내지 도 8은 API 규격 정의에 따라 자동으로 소스 코드가 생성되고 빌드되는 과정을 설명하기 위한 도면이다.
1 is a functional block diagram of an API request processing system according to an embodiment of the present invention;
Figure 2 is a view comparing the form of data registered in the service registry of the API request processing system of Figure 1 with the prior art,
3 and 4 are control flow diagrams of the API request processing system of FIG. 1,
5 to 8 are diagrams for explaining a process in which source codes are automatically generated and built according to API specification definitions.

이하에서는 첨부도면을 참조하여 본 발명에 대해 상세히 설명한다.Hereinafter, the present invention will be described in detail with reference to the accompanying drawings.

이하 본 발명에 따른 각 실시예는 본 발명의 이해를 돕기 위한 하나의 예에 불과하고, 본 발명이 이러한 실시예에 한정되는 것은 아니다. 특히 본 발명은 각 실시예에 포함되는 개별 구성, 개별 기능, 또는 개별 단계 중 적어도 어느 하나 이상의 조합으로 구성될 수 있다.Hereinafter, each embodiment according to the present invention is merely an example for helping the understanding of the present invention, and the present invention is not limited to these embodiments. In particular, the present invention may be composed of a combination of at least any one of individual components, individual functions, or individual steps included in each embodiment.

본 발명의 일 실시예에 따른 API 요청 처리 시스템(100)의 기능 블록은 도 1에 도시된 바와 같다.A functional block of the API request processing system 100 according to an embodiment of the present invention is shown in FIG. 1 .

동 도면에 도시된 바와 같이 API 요청 처리 시스템(100)은 서비스 실행부(110), API 게이트웨이(120). 서비스 레지스트로, API 서비스 생성부(140), API 서비스 재배포부(150)를 포함하여 구성될 수 있다.As shown in the figure, the API request processing system 100 includes a service execution unit 110 and an API gateway 120 . As a service register, it may be configured to include an API service creation unit 140 and an API service redistribution unit 150 .

본 실시예에서, API 서비스 요청 신호는 서버리스 서비스 또는 마이크로 서비스에 대해 소정의 응답을 요청하거나 또는 소정의 기능을 수행하도록 요청하는 신호이고, API 서비스는 이러한 API 서비스 요청 신호를 처리하는 서비스를 의미하는 것으로서, 소정의 펑션 또는 소정의 독자적 애플리케이션 등에 해당할 수 있고, 이러한 API 서비스 요청 신호 및 API 서비스 그 자체는 공지된 기술이 해당하므로 보다 상세한 설명은 생략한다.In this embodiment, the API service request signal is a signal to request a predetermined response or to perform a predetermined function to the serverless service or microservice, and the API service refers to a service that processes this API service request signal. As such, it may correspond to a predetermined function or a predetermined independent application, and since the API service request signal and the API service itself correspond to known technologies, a more detailed description will be omitted.

서비스 실행부(110)는 외부로부터 수신되는 API 서비스 요청 신호에 따라 특정 기능을 수행하는 것으로서, 각 API 서비스 요청 신호를 처리할 적어도 하나의 API 서비스를 등록하는 기능도 수행한다.The service execution unit 110 performs a specific function according to an API service request signal received from the outside, and also performs a function of registering at least one API service to process each API service request signal.

여기서 서비스 실행부(110)는 API 서비스 요청 신호를 API 게이트웨이(120)를 경유하여 수신할 수 있다.Here, the service execution unit 110 may receive the API service request signal via the API gateway 120 .

이러한, 서비스 실행부(110)에는 마이크로 서비스 존과 서버리스 서비스 존이 구분되어 구비될 수 있는데, 여기서 마이크로 서비스 존은 API 서비스가 항상 응답 대기 상태를 유지하고 있는 영역을 의미하고, 서버리스 서비스 존은 API 서비스가 자원을 할당받지 않은 대기 상태를 유지하고 있는 영역으로서, API 서비스에 대한 invoke를 실행하여 해당 API 서비스가 실행되도록 한 후 종료시키는 영역을 의미한다.The service execution unit 110 may be provided with a micro service zone and a serverless service zone, where the micro service zone means an area in which the API service always maintains a response standby state, and the serverless service zone is an area in which the API service maintains a standby state to which resources are not allocated, and refers to an area where the API service is executed and then terminated by executing an invoke for the API service.

즉, 서비스 실행부(110)의 마이크로 서비스 존은 등록된 API 서비스에 대해서 외부의 API 서비스 요청 신호에 대응하여 즉시 실행시킬 수 있지만, 서버리스 서비스 존은 등록된 API 서비스에 대해서 invoke 과정을 통해 일종의 활성화과정을 수행한 후에 실행시킬 수 있다.That is, the micro service zone of the service execution unit 110 can be executed immediately in response to an external API service request signal for the registered API service, but the serverless service zone is a kind of service zone through the invoke process for the registered API service. It can be executed after performing the activation process.

특히 서버리스 서비스 존은 등록된 API 서비스를 실행된 후에 자동으로 종료함에 반해 마이크로 서비스 존은 등록된 API 서비스에 대해 항상 실행 대기 상태를 유지한다는 점에서 차이가 있다.In particular, the serverless service zone is different in that the registered API service is automatically shut down after it is executed, whereas the microservice zone is always in a waiting state for the registered API service.

일 예로 클라우드 업체를 통해 서비스 실행부(110)를 운영하는 경우, 마이크로 서비스 존에 등록된 각 API 서비스에 대해서는 계속하여 비용이 발생하게 되고, 서버리스 서비스 존에 등록된 각 API 서비스에 대해서는 실행하는 순간에만 비용이 발생하게 되는 것이다.For example, if the service execution unit 110 is operated through a cloud company, costs are continuously incurred for each API service registered in the microservice zone, and each API service registered in the serverless service zone is executed. It will only cost you in the moment.

서비스 실행부(110)는 또한 마이크로 서비스 존 또는 서버리스 서비스 존에 새로운 API 서비스가 등록될 때마다 해당 새로 등록된 API 서비스의 설치 존에 대한 정보를 전송하는 기능을 수행한다.The service execution unit 110 also performs a function of transmitting information on the installation zone of the newly registered API service whenever a new API service is registered in the microservice zone or the serverless service zone.

즉, 서비스 실행부(110)의 마이크로 서비스 존은 새로운 API 서비스가 등록된 경우 그 새로 등록된 API 서비스 식별자와 함께 마이크로 서비스 존 정보를 매칭시켜 서비스 레지스트리(130)에 전송하여 저장되도록 하고, 서버리스 서비스 존은 새로운 API 서비스가 등록된 경우 그 새로 등록된 API 서비스 식별자와 함께 서버리스 서비스 존 정보를 매칭시켜 서비스 레지스트리(130)에 전송하여 저장되도록 할 수 있는 것이다.That is, in the micro service zone of the service execution unit 110, when a new API service is registered, the micro service zone information is matched with the newly registered API service identifier and transmitted to the service registry 130 to be stored, and serverless. When a new API service is registered, the service zone may be transmitted to the service registry 130 by matching the serverless service zone information with the newly registered API service identifier to be stored.

한편, 이러한 API 서비스의 등록은 API 서비스 생성부(140)의 요청에 따라 이루어질 수 있는데, 이에 대한 보다 상세한 설명은 후술토록 한다.On the other hand, the registration of the API service may be made according to the request of the API service generating unit 140 , and a more detailed description thereof will be provided later.

서비스 레지스트리(130)는 상술한 바와 같이 서비스 실행부(110)로부터 각 API 서비스에 대응되는 설치 존에 대한 정보를 저장하는 기능을 수행한다.The service registry 130 performs a function of storing information about the installation zone corresponding to each API service from the service execution unit 110 as described above.

예를 들어 서비스 레지스트리(130)는 데이터베이스 테이블을 구비하여, 각 API 서비스의 식별자와 해당 API 서비스가 등록되어 있는 영역(즉, 마이크로 서비스 존 또는 서버리스 서비스 존)에 대한 정보를 매칭시켜 저장 및 관리할 수 있다.For example, the service registry 130 has a database table, stores and manages the identifier of each API service by matching information on the area (ie, micro service zone or serverless service zone) in which the corresponding API service is registered. can do.

서비스 레지스트리(130)에 등록된 정보의 일 예가 도 2(b)에 도시되었다.An example of information registered in the service registry 130 is shown in FIG. 2(b).

참고로, 도 2(a)는 종래의 서비스 레지스트리(130)에 등록된 정보의 일 예이고, 도 2(b)는 이러한 종래의 등록 정보와 비교할 때 저장 영역을 구분하는 type 필드가 추가되었음을 알 수 있다. 더 나아가 도 2(b)에 도시된 바와 같이 Invoke command 필드가 더 추가될 수도 있다.For reference, FIG. 2(a) is an example of information registered in the conventional service registry 130, and FIG. 2(b) shows that a type field for dividing a storage area has been added when compared with this conventional registration information. can Furthermore, as shown in FIG. 2(b) , an Invoke command field may be further added.

API 게이트웨이(120)는 외부로부터 API 서비스 요청 신호를 수신하고, 이를 서비스 실행부(110)에 전송하는 기능을 수행한다.The API gateway 120 receives an API service request signal from the outside and transmits it to the service execution unit 110 .

여기서 API 게이트웨이(120)는 사용자 단말기나 또는 데이터베이스 시스템, 파일 저장소 등으로부터 API 서비스 요청 신호를 수신할 수 있는데, 이때 그 수신된 API 서비스 요청 신호에 대한 분석을 통해 마이크로 서비스 존과 서버리스 서비스 존 중 어느 쪽으로 API 서비스 요청 신호를 전달할지를 판단하는 기능을 수행할 수 있다.Here, the API gateway 120 may receive an API service request signal from a user terminal, a database system, a file storage, etc. At this time, through analysis of the received API service request signal, between the micro service zone and the serverless service zone It can perform a function of determining to which direction the API service request signal is to be transmitted.

예를 들어 API 게이트웨이(120)는 서비스 레지스트리(130)에 저장되어 있는 정보를 이용하여 현재 수신된 API 서비스 요청 신호에 대응되는 API 서비스가 등록되어 있는 영역을 확인하고, 그 확인된 결과를 이용하여 API 서비스 요청 신호를 마이크로 서비스 존으로 전달하거나 또는 서버리스 서비스 존으로 전달할 수 있다.For example, the API gateway 120 uses the information stored in the service registry 130 to check the area in which the API service corresponding to the currently received API service request signal is registered, and uses the confirmed result. The API service request signal can be delivered to the microservice zone or to the serverless service zone.

API 게이트웨이(120)는 이처럼 각 API 서비스 요청 신호가 수신될 때마다 그 호출 내역을 누적 기록하는 기능도 수행한다.The API gateway 120 also performs a function of accumulating and recording the call details whenever each API service request signal is received as described above.

API 서비스 재배포부(150)는 API 게이트웨이(120)를 통한 API 서비스 호출 로그 기록을 참고하여, 마이크로 서비스 존에 등록된 API 서비스 또는 서버리스 서비스 존에 등록된 API 서비스를 다른 존으로 이동 재배치하는 기능을 수행한다.The API service redistribution unit 150 refers to the API service call log record through the API gateway 120 and moves and relocates the API service registered in the microservice zone or the API service registered in the serverless service zone to another zone. carry out

예를 들어 API 서비스 재배포부(150)는 마이크로 서비스 존에 등록되어 있던 API 서비스를 이용하기 위한 API 서비스 요청 신호가 기 설정된 기간 동안 기 설정된 횟수 이하인 경우 해당 API 서비스를 서버리스 서비스 존으로 이동 배치하는 기능을 수행할 수 있고, 다른 예로써, 서버리스 서비스 존에 등록되어 있던 API 서비스를 이용하기 위한 API 서비스 요청 신호가 기 설정된 기간 동안 기 설정된 횟수 이상인 경우 해당 API 서비스를 마이크로 서비스 존 이동 배치하는 기능을 수행할 수 있다.For example, when the API service request signal for using the API service registered in the microservice zone is less than or equal to the preset number of times during the preset period, the API service redistribution unit 150 moves and arranges the API service to the serverless service zone. As another example, if the API service request signal for using the API service registered in the serverless service zone is greater than or equal to the preset number of times during the preset period, the function of moving the API service to the microservice zone can be performed.

한편, API 서비스 생성부(140)는 사용자에 의해 입력되는 API 규격 정의에 따라 API 서비스의 소스와 프라퍼티를 자동 생성하여 빌드하고, 그 빌드된 API 서비스를 서비스 실행부(110)의 마이크로 서비스 존과 서버리스 서비스 존 중 어느 하나로 배포하는 기능을 수행한다.On the other hand, the API service creation unit 140 automatically creates and builds the source and properties of the API service according to the definition of the API standard input by the user, and connects the built API service with the microservice zone of the service execution unit 110 and the microservice zone of the service execution unit 110 . It performs the function of deploying to one of the serverless service zones.

즉, 사용자가 API 규격 정의를 내리기만 하면, API 서비스 생성부(140)는 API 서비스의 소스 코드 자체를 자동으로 생성하여 빌드 과정 및 배포까지의 과정도 자동으로 수행하는 것이다.That is, when the user simply defines the API standard, the API service generating unit 140 automatically generates the source code itself of the API service and automatically performs the process of building and distribution.

이러한 API 서비스 생성부(140)의 수행 과정에 대한 보다 상세한 설명은 후술토록 한다.A more detailed description of the process performed by the API service generating unit 140 will be described later.

도 3에는 API 요청 처리 시스템(100)이 API 서비스를 등록하고, 외부의 요청에 따라 해당 API 서비스가 실행되는 전체적인 과정이 나타나 있다.3 shows an overall process in which the API request processing system 100 registers an API service and the corresponding API service is executed according to an external request.

API 서비스가 등록되는 경우(단계 S1) API 요청 처리 시스템(100)은 그 API 서비스를 등록함과 아울러 그 등록된 설치 존(마이크로 서비스 존 또는 서버리스 서비스 존)을 확인하여 매칭 저장한다(단계 S3).When the API service is registered (step S1), the API request processing system 100 registers the API service, checks the registered installation zone (micro service zone or serverless service zone), and stores the matching (step S3) ).

외부로부터 API 서비스 요청 신호가 수신되면(단계 S5) 앞서 매칭 저장된 정보를 이용하여 그 API 서비스 요청 신호를 처리할 API 서비스가 설치된 존을 확인한다(단계 S7).When an API service request signal is received from the outside (step S5), the zone in which the API service to process the API service request signal is installed is checked using previously matched and stored information (step S7).

확인 결과 해당 API 서비스가 마이크로 서비스 존에 등록되어 있는 경우에는(단계 S9) 해당 API 서비스 요청 신호를 마이크로 서비스 존으로 전달하고(단계 S11), 이에 따라 마이크로 서비스 존에서 해당 API 서비스가 그 API 서비스 요청 신호에 따른 기능을 즉시 수행하게 된다(단계 S13).As a result of checking, if the corresponding API service is registered in the microservice zone (step S9), the corresponding API service request signal is transmitted to the microservice zone (step S11), and accordingly, the API service requests the API service in the microservice zone The function according to the signal is immediately performed (step S13).

확인 결과 해당 API 서비스가 서버리스 서비스 존에 등록되어 있는 경우에는(단계 S15) 해당 API 서비스 요청 신호를 서버리스 서비스 존으로 전달하고(단계 S17), 이에 따라 서버리스 서비스 존에서 해당 API 서비스가 Invoke 및 실행된 후(단계 S19) 그 API 서비스 요청 신호에 따른 처리를 수행하고(단계 S21), 처리 수행 후 해당 API 서비스는 종료되게 된다(단계 S23).As a result of checking, if the corresponding API service is registered in the serverless service zone (step S15), the corresponding API service request signal is transmitted to the serverless service zone (step S17), and accordingly, the corresponding API service is invoked in the serverless service zone and after being executed (step S19), processing according to the API service request signal is performed (step S21), and after the processing is performed, the corresponding API service is terminated (step S23).

도 4는 본 발명의 일 실시예에 따른 API 요청 처리 시스템(100)에서 마이크로 서비스 존에 등록되었던 API 서비스가 서버리스 서비스 존으로 재배포 되는 과정을 나타내는 흐름도이다.4 is a flowchart illustrating a process in which an API service registered in a microservice zone is redistributed to a serverless service zone in the API request processing system 100 according to an embodiment of the present invention.

API 요청 처리 시스템(100)은 API 서비스 요청에 해당하는 호출 로그를 분석하여(단계 S31) 빈도가 낮은 API 서비스 요청 신호를 선정한다(단계 S33).The API request processing system 100 analyzes the call log corresponding to the API service request (step S31) and selects an API service request signal with a low frequency (step S33).

예를 들어 API 요청 처리 시스템(100)은 API 서비스 요청 신호들 중에서 호출 횟수가 낮은 하위 5개의 API 서비스 요청 신호를 선정할 수 있다.For example, the API request processing system 100 may select five lower-order API service request signals having a low number of calls from among the API service request signals.

이어서 그 선정된 API 서비스 요청 신호를 처리하는 API 서비스가 마이크로 서비스 존에 등록되어 있는지를 판단한다(단계 S35).Next, it is determined whether the API service for processing the selected API service request signal is registered in the microservice zone (step S35).

판단 결과 마이크로 서비스 존에 등록되어 있는 경우, API 요청 처리 시스템(100)은 해당 API 서비스를 서버리스 서비스 존으로 재배포 되도록 처리한다(단계 S37).If the determination result is registered in the microservice zone, the API request processing system 100 processes the corresponding API service to be redistributed to the serverless service zone (step S37).

이에 따라 최초 마이크로 서비스 존에 등록되어 있던 API 서비스라 하더라도 호출 빈도가 떨어지는 경우 서버리스 서비스 존으로 이동하게 되는 것이다.Accordingly, even the API service registered in the initial microservice zone is moved to the serverless service zone if the call frequency is low.

서버리스 서비스 존으로 이동된 API 서비스는 즉시 응답 대기 상태를 유지하고 있지 않으므로, 외부로부터 API 서비스 요청 신호가 수신된 경우 Invoke 과정을 거쳐 활성화된 후에 응답 처리를 수행하고, 이후 해당 API 서비스는 종료되게 됨은 앞서 설명한 바와 같다.Since the API service moved to the serverless service zone does not maintain an immediate response waiting state, when an API service request signal is received from the outside, it goes through the Invoke process and is activated before response processing, and then the API service is terminated. is as described above.

한편, 도 5 내지 도 8에는 API 요청 처리 시스템(100)의 API 서비스 생성부(140)에서 수행하는 과정이 나타나 있다.Meanwhile, a process performed by the API service generation unit 140 of the API request processing system 100 is shown in FIGS. 5 to 8 .

우선, 도 5는 사용자에 의해 API 규격이 정의되는 창의 일 예를 나타내고 있다.First, FIG. 5 shows an example of a window in which an API standard is defined by a user.

도 5는 New API Mapper를 설정하는 페이지로서 팝업 다이얼로그로 띄어질 수 있고, Request/Response는 텝 메뉴로 작동하며 동일한 화면 구성을 가질 수 있다.5 is a page for setting New API Mapper, which may appear as a pop-up dialog, and Request/Response operates as a tap menu and may have the same screen configuration.

From, To 항목은 application/json, application/xml, text/plain 등을 정의하기 위한 것이고, 데이터 타입이 application/json 이나 application/xml을 선택한 경우 Data Path 설정이 활성화 될 수 있다.The From, To items are for defining application/json, application/xml, text/plain, etc., and when the data type is application/json or application/xml, the Data Path setting can be activated.

사용자에 의해 각 Segment 들이 추가될 수 있고, 생성된 Segment 순서에 따라 패킷으로 변환될 수 있다.Each segment can be added by the user and converted into a packet according to the generated segment order.

도 6에는 사용자에 의해 입력된 정보에 따라 자동 생성되는 소스 구조도가 타나 있고, 도 7에는 매핑 데이터 포맷을 설명하기 위한 내용이 도시되었다.6 shows a source structure diagram that is automatically generated according to information input by a user, and FIG. 7 shows contents for explaining the mapping data format.

도 7의 제1 영역(141)에는 접속 정보로서, 여기의 type은 sync/async 가 될 수 있고, protocol은 HTTP , TCP/IP 등이 될 수 있다.In the first area 141 of FIG. 7 , as access information, the type here may be sync/async, and the protocol may be HTTP, TCP/IP, or the like.

도 7의 제2 영역(142)을 살펴보면, type은 application/json, application/xml, text/plain 등이 될 수 있고, dataPath는 json/xml 문서 에서 사용할 데이터 시작 위치를 나타내며, 예를 들어 /api/data와 같이 경로로도 작성 가능하다.Looking at the second area 142 of FIG. 7 , the type may be application/json, application/xml, text/plain, etc., and dataPath indicates the data start position to be used in the json/xml document, for example, /api It can also be written as a path like /data.

또한 From은 Request되는 데이터의 스펙을 정의한 것이고, id는 해당 값의 고유 값으로 to에서 해당 값을 참고하기 위해 정의된 것이며, type은 string/integer 등을 정의한 것일 수 있고, key는 json/xml 타입의 문서에서 값을 얻기 위한 데이터를 의미한다.In addition, From defines the specification of the requested data, id is a unique value of the value and is defined to refer to the value in to, type may define string/integer, etc., and key is json/xml type It means data to obtain a value from the document of

전문 type에 따라 정의 되는 내용 상이할 수 있는데, Json/Xml인 경우 type, key으로 될 수 있고, Text의 경우 type, length로 될 수 있다.The content defined may be different depending on the type of text. In the case of Json/Xml, it can be type and key, and in the case of Text, it can be type and length.

length는 text 타입의 문서에서 값을 얻기 위한 byte 길이 데이터로서 연속해서 나열될 수 있다.length can be consecutively listed as byte-length data to obtain a value in a text-type document.

한편, 도 7의 제3 영역(143)을 살펴보면, Legacy로 전달할 전문을 정의하고 있음을 알 수 있다.Meanwhile, looking at the third area 143 of FIG. 7 , it can be seen that a full text to be transmitted as legacy is defined.

여기서 Id는 from에 동일한 id가 있을 경우 from의 값을 사용하고 없는 경우 value를 정의해야 하는 것이고, type은 string/integer을 구분하는 것이며, Key는 json/xml 타입의 문서에서 키 값을 나타내고, Value는 from의 값을 쓰지 않고 직접 값을 입력하는 경우에 사용하는 것이다.Here, Id is to use the value of from if there is the same id in from, and if there is not, value must be defined, type is to distinguish string/integer, Key is to indicate key value in json/xml type document, Value is used when directly entering a value without using the value of from.

도 8에는 Request-from 에 대해 Request-to 로 자동 변환의 일 예가 나타나 있다.8 shows an example of automatic conversion from Request-from to Request-to.

도 8의 변환 예제에서 데이터 길이는 위에서 설정한 데이터 길이와 동일하다고 가정하고, 데이터가 설정한 데이터 길이보다 작은 경우 나머지 자리를 가정하며 0으로 채우고 있음을 알 수 있다. In the conversion example of FIG. 8 , it is assumed that the data length is the same as the data length set above, and when the data is smaller than the set data length, the remaining digits are assumed and 0 is filled.

text 타입에서 정의되는 length는 byte 길이를 나타낸 것이고, 변환된 데이터는 실제로는 hex 값으로 변환 하여 전송될 수 있다.The length defined in the text type indicates the length of bytes, and the converted data can actually be converted into a hex value and transmitted.

한편, 상술한 각 실시예를 수행하는 과정은 소정의 기록 매체(예를 들어 컴퓨터로 판독 가능한)에 저장된 프로그램 또는 애플리케이션에 의해 이루어질 수 있음은 물론이다. 여기서 기록 매체는 RAM(Random Access Memory)과 같은 전자적 기록 매체, 하드 디스크와 같은 자기적 기록 매체, CD(Compact Disk)와 같은 광학적 기록 매체 등을 모두 포함한다.Meanwhile, it goes without saying that the process of performing each of the above-described embodiments may be performed by a program or application stored in a predetermined recording medium (eg, computer-readable). Here, the recording medium includes an electronic recording medium such as a random access memory (RAM), a magnetic recording medium such as a hard disk, and an optical recording medium such as a compact disk (CD).

이때, 기록 매체에 저장된 프로그램은 컴퓨터나 스마트폰 등과 같은 하드웨어 상에서 실행되어 상술한 각 실시예를 수행할 수 있다. 특히, 상술한 본 발명에 따른 API 요청 처리 시스템(100)의 기능 블록 중 적어도 어느 하나는 이러한 프로그램 또는 애플리케이션에 의해 구현될 수 있다.In this case, the program stored in the recording medium may be executed on hardware such as a computer or smart phone to perform each of the above-described embodiments. In particular, at least one of the functional blocks of the API request processing system 100 according to the present invention described above may be implemented by such a program or application.

또한, 본 발명은 상기한 특정 실시예에 한정되는 것이 아니라 본 발명의 요지를 벗어나지 않는 범위 내에서 여러 가지로 변형 및 수정하여 실시할 수 있는 것이다. 이러한 변형 및 수정이 첨부되는 청구범위에 속한다면 본 발명에 포함된다는 것은 자명할 것이다. In addition, the present invention is not limited to the specific embodiments described above, but can be practiced with various modifications and modifications within the scope without departing from the gist of the present invention. It will be apparent that such modifications and variations are included in the present invention provided they fall within the scope of the appended claims.

100 : API 요청 처리 시스템 110 : 서비스 실행부
120 : API 게이트웨이 130 : 서비스 레지스트리
140 : API 서비스 생성부 150 : API 서비스 재배포부
100: API request processing system 110: service execution unit
120: API gateway 130: service registry
140: API service creation unit 150: API service redistribution unit

Claims (4)

API 서비스가 항상 응답 대기 상태를 유지하는 마이크로 서비스 존과 API 서비스에 대한 invoke를 실행하여 해당 API 서비스가 실행되도록 한 후 종료시키는 서버리스 서비스 존을 포함하는 서비스 실행부와;
외부로부터 API 서비스 요청 신호를 수신하고, 그 수신된 API 서비스 요청 신호에 대한 분석을 통해 상기 마이크로 서비스 존과 상기 서버리스 서비스 존 중 어느 하나로 해당 API 서비스 요청 신호를 전달하는 API 게이트웨이를 포함하는 것을 특징으로 하는 API 요청 처리 시스템.
a service execution unit including a microservice zone in which the API service always maintains a response standby state and a serverless service zone in which the API service is executed and then terminated by executing an invoke for the API service;
and an API gateway that receives an API service request signal from the outside and transmits a corresponding API service request signal to either the micro service zone or the serverless service zone through analysis of the received API service request signal. API request processing system.
제1항에 있어서,
서비스 실행부는 상기 마이크로 서비스 존 또는 상기 서버리스 서비스 존에 새로운 API 서비스가 등록될 때마다 해당 새로 등록된 API 서비스의 설치 존에 대한 정보를 전송하고,
상기 서비스 실행부로부터 각 API 서비스에 대응되는 설치 존에 대한 정보를 저장하는 서비스 레지스트리를 더 포함하고,
상기 API 게이트웨이는 상기 서비스 레지스트리에 저장된 정보를 참고하여 상기 마이크로 서비스 존과 상기 서버리스 서비스 존 중 어느 하나로 API 서비스 요청 신호를 전달하는 것을 특징으로 하는 API 요청 처리 시스템.
According to claim 1,
The service execution unit transmits information on the installation zone of the newly registered API service whenever a new API service is registered in the microservice zone or the serverless service zone,
Further comprising a service registry for storing information about the installation zone corresponding to each API service from the service execution unit,
The API gateway refers to the information stored in the service registry, the API request processing system, characterized in that for transferring the API service request signal to any one of the micro service zone and the serverless service zone.
제1항에 있어서,
상기 API 게이트웨이를 통한 API 서비스 호출 로그 기록을 참고하여, 상기 마이크로 서비스 존에 등록된 적어도 하나의 API 서비스를 상기 서버리스 서비스 존으로 재배포하는 API 서비스 재배포부를 더 포함하는 것을 특징으로 하는 API 요청 처리 시스템.
According to claim 1,
API service redistribution unit for redistributing at least one API service registered in the microservice zone to the serverless service zone by referring to the API service call log record through the API gateway. .
제1항에 있어서,
사용자에 의해 입력되는 API 규격 정의에 따라 API 서비스의 소스와 프라퍼티를 자동 생성하여 빌드하고, 상기 서비스 실행부의 마이크로 서비스 존과 서버리스 서비스 존 중 어느 하나로 해당 빌드된 API 서비스를 배포하는 API 서비스 생성부를 더 포함하는 것을 특징으로 하는 API 요청 처리 시스템.
According to claim 1,
An API service creation unit that automatically creates and builds the source and properties of the API service according to the API specification definition input by the user, and distributes the built API service to either the micro service zone or the serverless service zone of the service execution unit. API request processing system, characterized in that it further comprises.
KR1020200145430A 2020-11-03 2020-11-03 Api request processing system KR102426381B1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
KR1020200145430A KR102426381B1 (en) 2020-11-03 2020-11-03 Api request processing system
PCT/KR2020/015372 WO2022097772A1 (en) 2020-11-03 2020-11-05 Api request processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020200145430A KR102426381B1 (en) 2020-11-03 2020-11-03 Api request processing system

Publications (2)

Publication Number Publication Date
KR20220059814A true KR20220059814A (en) 2022-05-10
KR102426381B1 KR102426381B1 (en) 2022-07-29

Family

ID=81456734

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020200145430A KR102426381B1 (en) 2020-11-03 2020-11-03 Api request processing system

Country Status (2)

Country Link
KR (1) KR102426381B1 (en)
WO (1) WO2022097772A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102508781B1 (en) * 2022-11-29 2023-03-10 주식회사 스마트엠투엠 Method and system for generating api gateway for calling smart contract

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102528717B1 (en) 2022-10-07 2023-05-08 이데아텍(주) Gateway device for API integration processing with security function and operation method thereof
KR102483315B1 (en) 2022-10-07 2023-01-02 이데아텍(주) Gateway device supporting API distributed processing and operation method thereof
KR102483313B1 (en) 2022-10-07 2023-01-02 이데아텍(주) Service providing system and method supporting batch processing for API service
KR102483310B1 (en) 2022-10-07 2023-01-02 이데아텍(주) Gateway device for API integration processing and operation method thereof

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190069987A (en) * 2017-12-12 2019-06-20 한국전자통신연구원 Apparatus and method for providing long-term execution of function in sever-less environment
US20190377620A1 (en) * 2018-06-12 2019-12-12 commercetools GmbH Extensibility for third party application programming interfaces
KR20200063360A (en) 2018-11-23 2020-06-05 전자부품연구원 Combination Method for Services of Serverless Container
WO2020207595A1 (en) * 2019-04-12 2020-10-15 Telefonaktiebolaget Lm Ericsson (Publ) Technique for determining cloud computing deployment modifications for serverless applications

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10452843B2 (en) * 2018-01-11 2019-10-22 ArecaBay, Inc. Self-adaptive application programming interface level security monitoring

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190069987A (en) * 2017-12-12 2019-06-20 한국전자통신연구원 Apparatus and method for providing long-term execution of function in sever-less environment
US20190377620A1 (en) * 2018-06-12 2019-12-12 commercetools GmbH Extensibility for third party application programming interfaces
KR20200063360A (en) 2018-11-23 2020-06-05 전자부품연구원 Combination Method for Services of Serverless Container
WO2020207595A1 (en) * 2019-04-12 2020-10-15 Telefonaktiebolaget Lm Ericsson (Publ) Technique for determining cloud computing deployment modifications for serverless applications

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Young App Platform. API testing and deployment. 2020.01.20. *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102508781B1 (en) * 2022-11-29 2023-03-10 주식회사 스마트엠투엠 Method and system for generating api gateway for calling smart contract

Also Published As

Publication number Publication date
KR102426381B1 (en) 2022-07-29
WO2022097772A1 (en) 2022-05-12

Similar Documents

Publication Publication Date Title
KR102426381B1 (en) Api request processing system
CN100545851C (en) The remote system administration of utility command row environment
US7900214B2 (en) System and method for adaptable provisioning of generic application content
US10430172B2 (en) Re-configuration in cloud computing environments
US8055874B2 (en) System and method for providing application program interface program for mobile terminal
CN101499010B (en) Method for using desktop application programs on mobile phone
WO2005083562A1 (en) System and method for building mixed mode execution environment for component applications
WO2023093429A1 (en) Micro-application running method and apparatus, and device, storage medium and program product
US20050003810A1 (en) Method and system for optimizing software program start-up time
US10728169B1 (en) Instance upgrade migration
CN108881228A (en) Cloud registration activation method, device, equipment and storage medium
US8387039B2 (en) System and method for customized provisioning of application content
EP1782185A1 (en) Application splitting for network edge computing
CN111897564A (en) Application updating method and system
CN101990169A (en) Intelligent card active pushing system and intelligent card mobile terminal
CN114064024A (en) Method, apparatus, device, storage medium, and program product for developing micro-application
CN106502717A (en) application program operation method and device
CN107977274B (en) SDK calling control method and device
KR100670605B1 (en) System and method for servicing multimedia contents and recording medium thereof
CN101964742B (en) Method, system and device for using network open ability
US7580703B1 (en) Provisioning to CDC devices
US11349729B2 (en) Network service requests
CN112910956B (en) Resource creation method and device and electronic equipment
CN108563475A (en) Operation method, device and the storage medium of application program
JP2000250838A (en) Method and system for packaging application program, and recording medium programmed and recorded with the method

Legal Events

Date Code Title Description
E701 Decision to grant or registration of patent right
GRNT Written decision to grant