KR102443302B1 - Apparatus and method for serverless service development based on blockchain - Google Patents

Apparatus and method for serverless service development based on blockchain Download PDF

Info

Publication number
KR102443302B1
KR102443302B1 KR1020200144239A KR20200144239A KR102443302B1 KR 102443302 B1 KR102443302 B1 KR 102443302B1 KR 1020200144239 A KR1020200144239 A KR 1020200144239A KR 20200144239 A KR20200144239 A KR 20200144239A KR 102443302 B1 KR102443302 B1 KR 102443302B1
Authority
KR
South Korea
Prior art keywords
data
database processing
query
processing account
block chain
Prior art date
Application number
KR1020200144239A
Other languages
Korean (ko)
Other versions
KR20220059072A (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 KR1020200144239A priority Critical patent/KR102443302B1/en
Publication of KR20220059072A publication Critical patent/KR20220059072A/en
Application granted granted Critical
Publication of KR102443302B1 publication Critical patent/KR102443302B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • G06F16/1834Distributed file systems implemented based on peer-to-peer networks, e.g. gnutella
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying

Abstract

블록 체인 기반 서버리스 서비스 개발 장치 및 방법이 개시된다. 블록 체인 기반 서버리스 서비스 개발 방법은 응용 소프트웨어가 사용할 데이터베이스를 생성하는 단계; 및 상기 데이터베이스를 처리하기 위한 데이터베이스 처리 계정을 생성하여 상기 블록 체인 노드에 등록하는 단계를 포함하고, 상기 데이터베이스 처리 계정은, 상기 응용 소프트웨어로부터 수신한 쿼리를 처리할 수 있다.An apparatus and method for developing a blockchain-based serverless service are disclosed. A blockchain-based serverless service development method includes the steps of creating a database for use by application software; and creating a database processing account for processing the database and registering it with the block chain node, wherein the database processing account can process the query received from the application software.

Figure R1020200144239
Figure R1020200144239

Description

블록 체인 기반 서버리스 서비스 개발 장치 및 방법{APPARATUS AND METHOD FOR SERVERLESS SERVICE DEVELOPMENT BASED ON BLOCKCHAIN}Apparatus and method for developing a blockchain-based serverless service

본 발명은 블록 체인 기반 서버리스 서비스 개발 장치 및 방법에 관한 것으로, 보다 구체적으로는 별도의 서버 구축 없이도 데이터 입출력과 데이터 요청 처리가 가능한 네트워크 기반 응용 서비스를 제작할 수 있는 장치 및 방법에 관한 것이다.The present invention relates to an apparatus and method for developing a block chain-based serverless service, and more particularly, to an apparatus and method for producing a network-based application service capable of data input/output and data request processing without building a separate server.

네트워크 기반의 응용 서비스는 데이터를 입출력 하거나 사용자 요청에 따라 데이터를 처리하기 위해 서버를 구축해야 한다. 그러나, 서버 구축에는 경험, 시간, 비용 등이 발생되기 때문에 경험이 없는 서비스 구축자가 구성하기에 부담이 된다.For network-based application services, a server must be built to input/output data or process data according to user requests. However, since experience, time, cost, etc. are incurred in server construction, it is burdensome for an inexperienced service builder to configure.

최근 이와 같은 어려움을 해결하기 위한 클라우드 기반의 서비스 플랫폼들이 나오고 있지만, 역시 높은 비용의 클라우드 사용료 지불하거나, 복잡한 서비스 인증 키 등을 획득하는 과정 등이 필요하다. Recently, cloud-based service platforms are emerging to solve such difficulties, but they also require a process of paying high cloud usage fees or acquiring complex service authentication keys.

따라서, 서버 구축 없이 네트워크 서비스가 가능한 서비스 방법이 요청되고 있다.Accordingly, there is a demand for a service method capable of providing a network service without establishing a server.

본 발명은 응용 소프트웨어가 생성한 데이터베이스를 처리하기 위한 데이터베이스 처리 계정을 생성하고, 데이터베이스 처리 계정을 이용하여 응용 소프트웨어의 데이터 입출력을 블록 체인 시스템 상에 처리함으로써, 서버 없이 데이터 입출력 및 데이터 처리를 지원하는 장치 및 방법을 제공한다.The present invention supports data input/output and data processing without a server by creating a database processing account for processing the database created by the application software, and processing the data input/output of the application software on the block chain system using the database processing account. An apparatus and method are provided.

본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 개발 방법은 블록 체인 서비스의 서비스 인식 정보를 블록 체인 노드에 등록하는 단계; 블록 체인 서비스의 서비스 인식 정보를 블록 체인 노드에 등록하는 단계; 블록 체인 노드에 저장 구조를 지정하는 단계; 및 블록 체인 노드에 데이터 처리를 위한 처리기를 등록하는 단계를 포함하고, 상기 처리기는, 상기 블록 체인 노드에 전송하는 데이터를 상기 서비스 인식 정보 및 상기 저장 구조에 기초하여 처리할 수 있다.A block chain-based serverless service development method according to an embodiment of the present invention includes: registering service recognition information of a block chain service to a block chain node; registering service recognition information of the block chain service to the block chain node; assigning a storage structure to the blockchain node; and registering a processor for data processing in a block chain node, wherein the processor may process data transmitted to the block chain node based on the service recognition information and the storage structure.

본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 개발 방법의 데이터베이스 처리 계정은, 상기 응용 소프트웨어가 초기화된 경우, 상기 응용 소프트웨어가 상기 데이터베이스에 접속하기 위한 정보를 상기 응용 소프트웨어에 입력할 수 있다.The database processing account of the block chain-based serverless service development method according to an embodiment of the present invention may input information for the application software to access the database in the application software when the application software is initialized .

본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 개발 방법의 데이터베이스 처리 계정은, 상기 쿼리가 테이블 생성 요청인 경우, 상기 데이터베이스 처리 계정 안에 테이블 자료 구조 및 테이블 컬럼 구조를 생성할 수 있다.The database processing account of the block chain-based serverless service development method according to an embodiment of the present invention may create a table data structure and a table column structure in the database processing account when the query is a table creation request.

본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 개발 방법의 데이터베이스 처리 계정은, 상기 쿼리가 데이터의 입력인 경우, 상기 쿼리에 포함된 데이터를 블록 체인 시스템에 포함된 블록 체인 노드들에 분산 저장하고, 상기 쿼리에 포함된 데이터의 해시 정보를 상기 데이터베이스 처리 계정 안의 테이블에 저장할 수 있다.The database processing account of the block chain-based serverless service development method according to an embodiment of the present invention distributes the data included in the query to the block chain nodes included in the block chain system when the query is data input. and the hash information of the data included in the query may be stored in a table in the database processing account.

본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 개발 방법의 데이터베이스 처리 계정은, 상기 쿼리가 데이터의 수정인 경우, 상기 데이터베이스 처리 계정 안의 테이블에서 상기 데이터의 해시 정보를 검색하고, 검색한 해시 정보에 따라 블록 체인 노드들에서 상기 데이터를 수집하며, 수집한 데이터를 상기 쿼리에 따라 수정하여 상기 블록 체인 노드들에 재저장할 수 있다.In the database processing account of the block chain-based serverless service development method according to an embodiment of the present invention, when the query is data modification, the hash information of the data is retrieved from the table in the database processing account, and the retrieved hash The data is collected from the blockchain nodes according to the information, and the collected data can be modified according to the query and stored again in the blockchain nodes.

본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 개발 방법의 데이터베이스 처리 계정은, 상기 쿼리가 데이터의 출력인 경우, 상기 데이터베이스 처리 계정 안의 테이블에 저장된 해시 정보들을 기반으로 블록 체인 시스템에 저장된 데이터들과 동기화하고, 동기화한 데이터들에서 상기 쿼리에 대응하는 데이터를 검색하여 출력할 수 있다.The database processing account of the block chain-based serverless service development method according to an embodiment of the present invention is data stored in the block chain system based on hash information stored in a table in the database processing account when the query is an output of data data corresponding to the query may be retrieved and outputted from the synchronized data.

본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 개발 시스템의 단말은, 블록 체인 서비스의 서비스 인식 정보를 블록 체인 노드에 등록하고, 응용 소프트웨어가 생성한 데이터베이스를 처리하기 위한 데이터베이스 처리 계정을 생성하여 상기 블록 체인 노드에 등록하는 개발 도구를 포함하고, 상기 데이터베이스 처리 계정은, 상기 응용 소프트웨어로부터 수신한 쿼리를 처리할 수 있다.The terminal of the block chain-based serverless service development system according to an embodiment of the present invention registers service recognition information of the block chain service in the block chain node, and creates a database processing account for processing the database generated by the application software to include a development tool to register with the block chain node, and the database processing account can process the query received from the application software.

본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 개발 시스템의 단말의 데이터베이스 처리 계정은, 상기 응용 소프트웨어가 초기화된 경우, 상기 응용 소프트웨어가 상기 데이터베이스에 접속하기 위한 정보를 상기 응용 소프트웨어에 입력할 수 있다.The database processing account of the terminal of the block chain-based serverless service development system according to an embodiment of the present invention is to input information for the application software to access the database in the application software when the application software is initialized. can

본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 개발 시스템의 단말의 데이터베이스 처리 계정은, 상기 쿼리가 테이블 생성 요청인 경우, 상기 데이터베이스 처리 계정 안에 테이블 자료 구조 및 테이블 컬럼 구조를 생성할 수 있다.The database processing account of the terminal of the block chain-based serverless service development system according to an embodiment of the present invention may create a table data structure and a table column structure in the database processing account when the query is a table creation request .

본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 개발 시스템의 단말의 데이터베이스 처리 계정은, 상기 쿼리가 데이터의 입력인 경우, 상기 쿼리에 포함된 데이터를 블록 체인 시스템에 포함된 블록 체인 노드들에 분산 저장하고, 상기 쿼리에 포함된 데이터의 해시 정보를 상기 데이터베이스 처리 계정 안의 테이블에 저장할 수 있다.The database processing account of the terminal of the block chain-based serverless service development system according to an embodiment of the present invention, when the query is data input, transfers the data included in the query to the block chain nodes included in the block chain system , and the hash information of the data included in the query may be stored in a table in the database processing account.

본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 개발 시스템의 단말의 데이터베이스 처리 계정은, 상기 쿼리가 데이터의 수정인 경우, 상기 데이터베이스 처리 계정 안의 테이블에서 상기 데이터의 해시 정보를 검색하고, 검색한 해시 정보에 따라 블록 체인 노드들에서 상기 데이터를 수집하며, 수집한 데이터를 상기 쿼리에 따라 수정하여 상기 블록 체인 노드들에 재저장할 수 있다.In the database processing account of the terminal of the block chain-based serverless service development system according to an embodiment of the present invention, when the query is data modification, the hash information of the data is retrieved from the table in the database processing account, and the search The data may be collected from block chain nodes according to one hash information, and the collected data may be modified according to the query and stored again in the block chain nodes.

본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 개발 시스템의 단말의 데이터베이스 처리 계정은, 상기 쿼리가 데이터의 검색인 경우, 상기 데이터베이스 처리 계정 안의 테이블에 저장된 해시 정보들을 기반으로 블록 체인 시스템에 저장된 데이터들과 동기화하고, 동기화한 데이터들에서 상기 쿼리에 대응하는 데이터를 검색하여 출력할 수 있다.The database processing account of the terminal of the block chain-based serverless service development system according to an embodiment of the present invention is stored in the block chain system based on hash information stored in a table in the database processing account when the query is a data search. It is possible to synchronize the stored data and search for and output data corresponding to the query from the synchronized data.

본 발명의 일실시예에 의하면, 응용 소프트웨어가 생성한 데이터베이스를 처리하기 위한 데이터베이스 처리 계정을 생성하고, 데이터베이스 처리 계정을 이용하여 응용 소프트웨어의 데이터 입출력을 블록 체인 시스템 상에 처리함으로써, 서버 없이 데이터 입출력 및 데이터 처리를 지원할 수 있다.According to an embodiment of the present invention, by creating a database processing account for processing the database generated by the application software, and processing the data input/output of the application software on the block chain system using the database processing account, data input/output without a server and data processing.

도 1은 본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 시스템을 도시한 도면이다.
도 2는 본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 시스템에 데이터를 저장하는 과정의 일례이다.
도 3은 본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 시스템에서 데이터를 출력하는 과정의 일례이다.
도 4는 본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 개발 방법을 도시한 플로우차트이다.
1 is a diagram illustrating a block chain-based serverless service system according to an embodiment of the present invention.
2 is an example of a process of storing data in a block chain-based serverless service system according to an embodiment of the present invention.
3 is an example of a process of outputting data in a block chain-based serverless service system according to an embodiment of the present invention.
4 is a flowchart illustrating a method for developing a block chain-based serverless service according to an embodiment of the present invention.

이하에서, 첨부된 도면을 참조하여 실시예들을 상세하게 설명한다. 그러나, 실시예들에는 다양한 변경이 가해질 수 있어서 특허출원의 권리 범위가 이러한 실시예들에 의해 제한되거나 한정되는 것은 아니다. 실시예들에 대한 모든 변경, 균등물 내지 대체물이 권리 범위에 포함되는 것으로 이해되어야 한다.Hereinafter, embodiments will be described in detail with reference to the accompanying drawings. However, since various changes may be made to the embodiments, the scope of the patent application is not limited or limited by these embodiments. It should be understood that all modifications, equivalents and substitutes for the embodiments are included in the scope of the rights.

실시예에서 사용한 용어는 단지 설명을 목적으로 사용된 것으로, 한정하려는 의도로 해석되어서는 안된다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 명세서에서, "포함하다" 또는 "가지다" 등의 용어는 명세서 상에 기재된 특징, 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.Terms used in the examples are used for the purpose of description only, and should not be construed as limiting. The singular expression includes the plural expression unless the context clearly dictates otherwise. In the present specification, terms such as “comprise” or “have” are intended to designate that a feature, number, step, operation, component, part, or combination thereof described in the specification exists, but one or more other features It is to be understood that this does not preclude the possibility of the presence or addition of numbers, steps, operations, components, parts, or combinations thereof.

또한, 첨부 도면을 참조하여 설명함에 있어, 도면 부호에 관계없이 동일한 구성 요소는 동일한 참조부호를 부여하고 이에 대한 중복되는 설명은 생략하기로 한다. 실시예를 설명함에 있어서 관련된 공지 기술에 대한 구체적인 설명이 실시예의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우 그 상세한 설명을 생략한다.In addition, in the description with reference to the accompanying drawings, the same components are assigned the same reference numerals regardless of the reference numerals, and the overlapping description thereof will be omitted. In the description of the embodiment, if it is determined that a detailed description of a related known technology may unnecessarily obscure the gist of the embodiment, the detailed description thereof will be omitted.

이하, 본 발명의 실시예를 첨부된 도면을 참조하여 상세하게 설명한다. Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 시스템은 도시한 도면이다.1 is a diagram illustrating a block chain-based serverless service system according to an embodiment of the present invention.

블록 체인 기반 서버리스 서비스 시스템(110)은 도 1에 도시된 바와 같이 복수의 블록 체인 노드들로 구성될 수 있다.The block chain-based serverless service system 110 may be composed of a plurality of block chain nodes as shown in FIG. 1 .

사용자의 단말(120)은 블록 체인 노드들 중 하나에 접속하여 데이터의 저장 및 기 저장된 데이터를 로드할 수 있다.The user's terminal 120 may access one of the block chain nodes to store data and load pre-stored data.

또한, 사용자의 단말(120)은 프로세서, 및 블록 체인 기반으로 데이터 입출력을 처리하는 네트워크 처리부를 포함하며, 네트워크 처리부에 블록 체인 기반 서버리스 서비스 개발에 필요한 개발 도구를 포함할 수 있다. 예를 들어, 개발 도구는 SQL(structured query language)을 처리할 수 있는 블록 체인 SDK(Standard Development Kit)일 수 있다. In addition, the user's terminal 120 includes a processor and a network processing unit that processes data input/output based on a block chain, and the network processing unit may include a development tool necessary for developing a block chain-based serverless service. For example, the development tool may be a blockchain SDK (Standard Development Kit) capable of processing SQL (structured query language).

단말에 설치된 응용 소프트웨어는 해당 응용 프로그램이 사용 할 데이터베이스를 생성 할 수 있다. 또한, 응용 소프트웨어는 자신이 생성한 해당 데이터베이스에 테이블 생성이나 데이터 검색 질의를 할 수 있다.The application software installed in the terminal can create a database for the application to use. In addition, the application software can create a table or make a data search query in the database it has created.

단말(120)의 개발 도구는 블록 체인 서비스의 서비스 인식 정보를 블록 체인 노드에 등록할 수 있다. 예를 들어, 서비스 인식 정보는 사용자, 또는 단말(120)의 ID, 또는 Key일 수 있다. 이때, 사용자의 공개키가 사용자의 Key로 사용될 수도 있다.The development tool of the terminal 120 may register service recognition information of the block chain service to the block chain node. For example, the service recognition information may be an ID or a key of the user or the terminal 120 . In this case, the user's public key may be used as the user's key.

또한, 응용 소프트웨어가 데이터베이스를 생성한 경우, 단말(120)의 개발 도구는 응용 소프트웨어가 생성한 데이터베이스를 처리하기 위한 데이터베이스 처리 계정을 생성할 수 있다. 예를 들어, 데이터베이스 처리 계정은 스마트 컨트랙트 계정일 수 있다. 이때, 데이터베이스 처리 계정은 단말(120)의 개발 도구에 포함된 데이터베이스 생성 스마트 컨트랙트를 이용하여 생성될 수 있다. In addition, when the application software creates the database, the development tool of the terminal 120 may create a database processing account for processing the database generated by the application software. For example, the database processing account may be a smart contract account. In this case, the database processing account may be created using a database creation smart contract included in the development tool of the terminal 120 .

그리고, 응용 소프트웨어가 초기화된 경우, 데이터베이스 처리 계정은 응용 소프트웨어가 데이터베이스에 접속하기 위한 정보를 응용 소프트웨어에 입력할 수 있다. 예를 들어, 응용 소프트웨어가 데이터베이스에 접속하기 위한 정보는 응용 소프트웨어에 대응하는 데이터베이스 처리 계정의 주소일 수 있다.And, when the application software is initialized, the database processing account may input information for the application software to access the database into the application software. For example, the information for the application software to access the database may be an address of a database processing account corresponding to the application software.

그리고, 응용 소프트웨어는 데이터베이스 처리 계정을 이용하여 데이터의 입출력을 수행할 수 있다. 이때, 데이터베이스 처리 계정은 응용 소프트웨어로부터 수신한 SQL 쿼리를 처리함으로써, 데이터의 입력, 출력 및 수정을 수행할 수 있다.And, the application software may perform input/output of data using the database processing account. In this case, the database processing account can input, output, and modify data by processing the SQL query received from the application software.

응용 소프트웨어로부터 수신한 쿼리가 테이블 생성 요청인 경우, 데이터베이스 처리 계정은 데이터베이스 처리 계정 안에 테이블 자료 구조 및 테이블 컬럼 구조를 생성할 수 있다.When the query received from the application software is a table creation request, the database processing account can create a table data structure and table column structure in the database processing account.

또한, 응용 소프트웨어로부터 수신한 쿼리가 데이터의 입력인 경우, 데이터베이스 처리 계정은 쿼리에 포함된 데이터를 블록 체인 시스템에 포함된 블록 체인 노드들에 분산 저장할 수 있다. 예를 들어, 데이터베이스 처리 계정은 IPFS/torrent 와 같은 분산 해시 테이블(DHT: distributed hash table)를 통해 데이터를 블록 체인 노드들에 분산 저장할 수 있다. 다음으로, 데이터베이스 처리 계정은 쿼리에 포함된 데이터의 해시 정보를 데이터베이스 처리 계정 안의 테이블에 저장할 수 있다.In addition, when the query received from the application software is data input, the database processing account can distribute and store the data included in the query in the blockchain nodes included in the blockchain system. For example, a database processing account can distribute and store data in blockchain nodes through a distributed hash table (DHT) such as IPFS/torrent. Next, the database processing account may store hash information of the data included in the query in a table in the database processing account.

그리고, 응용 소프트웨어로부터 수신한 쿼리가 데이터의 수정인 경우, 데이터베이스 처리 계정은, 데이터베이스 처리 계정 안의 테이블에서 데이터의 해시 정보를 검색할 수 있다. 이때, 데이터베이스 처리 계정은 검색한 해시 정보에 따라 블록 체인 노드들에서 수정할 데이터를 수집할 수 있다. 그리고, 데이터베이스 처리 계정은 블록 체인 노드들로부터 수집한 데이터를 응용 소프트웨어로부터 수신한 쿼리에 따라 수정하여 블록 체인 노드들에 재저장할 수 있다.And, when the query received from the application software is data modification, the database processing account may retrieve hash information of data from a table in the database processing account. At this time, the database processing account can collect data to be modified from the blockchain nodes according to the retrieved hash information. And, the database processing account can modify the data collected from the block chain nodes according to the query received from the application software and re-store it in the block chain nodes.

또한, 응용 소프트웨어로부터 수신한 쿼리가 데이터의 출력인 경우, 데이터베이스 처리 계정은 데이터베이스 처리 계정 안의 테이블에 저장된 모든 해시 정보들을 기반으로 블록 체인 시스템에 저장된 데이터들과 동기화할 수 있다. 그리고, 데이터베이스 처리 계정은 동기화한 데이터들에서 쿼리에 대응하는 데이터를 검색하여 출력할 수 있다.In addition, when the query received from the application software is the output of data, the database processing account can synchronize with the data stored in the block chain system based on all hash information stored in tables in the database processing account. In addition, the database processing account may search for and output data corresponding to the query from the synchronized data.

이때, 데이터베이스는 검색 성능 향상을 위해 고속 검색 인덱스 구조를 가지며, 고속 검색 인덱스를 데이터베이스 처리 계정에 유지할 수 있다. 예를 들어, 데이터베이스는 Log 시간 검색을 위한 Balanced Tree 구조를 가질 수 있다. 또한, 각 검색 구조 엔트리는 분산 해시 테이블을 이용하여 블록 체인 노드들에서 데이터를 찾기 위한 데이터의 해시 정보가 저장될 수 있다.In this case, the database has a high-speed search index structure to improve search performance, and the high-speed search index can be maintained in the database processing account. For example, the database may have a balanced tree structure for log time search. Also, in each search structure entry, hash information of data for finding data in blockchain nodes using a distributed hash table may be stored.

단말(120)의 개발 도구는 응용 소프트웨어가 생성한 데이터베이스를 처리하기 위한 데이터베이스 처리 계정을 생성하고, 데이터베이스 처리 계정을 이용하여 응용 소프트웨어의 데이터 입출력을 블록 체인 시스템 상에 처리함으로써, 서버 없이 데이터 입출력 및 데이터 처리를 지원할 수 있다.The development tool of the terminal 120 creates a database processing account for processing the database generated by the application software, and processes the data input/output of the application software on the block chain system using the database processing account, so that the data input/output and Can support data processing.

도 2는 본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 시스템에 데이터를 저장하는 과정의 일례이다.2 is an example of a process of storing data in a block chain-based serverless service system according to an embodiment of the present invention.

단말(120)의 개발 도구가 생성한 데이터베이스 처리 계정은 단말(120)에 설치된 응용 소프트웨어로부터 데이터1(210)의 입력을 요청하는 쿼리를 수신할 수 있다.The database processing account generated by the development tool of the terminal 120 may receive a query requesting input of the data 1 210 from the application software installed in the terminal 120 .

이때, 데이터베이스 처리 계정은 수신한 쿼리에 포함된 데이터 1(210)를 블록 체인 시스템(110)에 포함된 블록 체인 노드(201, 202, 203, 204, 205)들에 분산 저장할 수 있다.In this case, the database processing account may distribute and store data 1 210 included in the received query in the block chain nodes 201 , 202 , 203 , 204 and 205 included in the block chain system 110 .

그리고, 데이터베이스 처리 계정은 수신한 쿼리에 포함된 데이터의 해시 정보를 데이터베이스 처리 계정 안의 테이블에 저장할 수 있다.In addition, the database processing account may store hash information of data included in the received query in a table in the database processing account.

또한, 데이터베이스 처리 계정이 단말(120)에 설치된 응용 소프트웨어로부터 데이터1(210)의 수정을 요청하는 쿼리를 수신한 경우, 데이터베이스 처리 계정은 데이터베이스 처리 계정 안의 테이블에서 데이터 1(210)의 해시 정보를 검색할 수 있다. 그리고, 데이터베이스 처리 계정은 검색한 해시 정보에 따라 블록 체인 노드(201, 202, 203, 204, 205)들에서 데이터 1(210)를 수집할 수 있다.In addition, when the database processing account receives a query requesting modification of data 1 210 from the application software installed in the terminal 120, the database processing account retrieves the hash information of data 1 210 from a table in the database processing account. You can search. And, the database processing account may collect data 1 210 from the block chain nodes 201, 202, 203, 204, and 205 according to the retrieved hash information.

이때, 데이터베이스 처리 계정은 수집한 데이터 1(210)를 수신한 쿼리에 따라 수정할 수 있다. 그리고, 데이터베이스 처리 계정은 수정한 데이터 1(210)을 블록 체인 노드(201, 202, 203, 204, 205)들에 분산하여 재저장할 수 있다.In this case, the database processing account may modify the collected data 1 210 according to the received query. And, the database processing account can distribute and restore the modified data 1 210 to the block chain nodes 201, 202, 203, 204, and 205.

도 3은 본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 시스템에서 데이터를 출력하는 과정의 일례이다.3 is an example of a process of outputting data in a block chain-based serverless service system according to an embodiment of the present invention.

단말(120)의 개발 도구가 생성한 데이터베이스 처리 계정은 단말(120)에 설치된 응용 소프트웨어로부터 데이터 1(210)의 출력을 요청하는 쿼리를 수신할 수 있다.The database processing account generated by the development tool of the terminal 120 may receive a query requesting output of the data 1 210 from the application software installed in the terminal 120 .

이때, 데이터베이스 처리 계정은 데이터베이스 처리 계정은 데이터베이스 처리 계정 안의 테이블에 저장된 모든 해시 정보들을 기반으로 블록 체인 시스템에 저장된 데이터들과 동기화(310)할 수 있다. At this time, the database processing account may synchronize 310 with the data stored in the block chain system based on all hash information stored in the table in the database processing account.

그리고, 데이터베이스 처리 계정은 동기화한 데이터들에서 검색을 수행하여 응용 소프트웨어가 요청한 데이터 1(210)를 검색할 수 있다. 이때, 데이터베이스 처리 계정은 검색한 데이터 1(210)의 해시 정보에 따라 블록 체인 노드(201, 202, 203, 204, 205)들에서 데이터 1(210)를 수집하여 출력할 수 있다.In addition, the database processing account may search for data 1 210 requested by the application software by performing a search on the synchronized data. At this time, the database processing account may collect and output data 1 210 from the block chain nodes 201 , 202 , 203 , 204 , 205 according to the hash information of the retrieved data 1 210 .

도 4는 본 발명의 일실시예에 따른 블록 체인 기반 서버리스 서비스 개발 방법을 도시한 플로우차트이다.4 is a flowchart illustrating a method for developing a block chain-based serverless service according to an embodiment of the present invention.

단계(410)에서 단말(120)의 개발 도구는 블록 체인 서비스의 서비스 인식 정보를 블록 체인 노드에 등록할 수 있다. In step 410, the development tool of the terminal 120 may register service recognition information of the block chain service to the block chain node.

단계(420)에서 단말(120)에 설치된 응용 소프트웨어는 해당 응용 프로그램이 사용 할 데이터베이스를 생성 할 수 있다.In step 420, the application software installed in the terminal 120 may create a database to be used by the application program.

단계(430)에서 단말(120)의 개발 도구는 단계(420)에서 생성한 데이터베이스를 처리하기 위한 데이터베이스 처리 계정을 생성할 수 있다. 예를 들어, 데이터베이스 처리 계정은 스마트 컨트랙트 계정이며, 단말(120)의 개발 도구에 포함된 데이터베이스 생성 스마트 컨트랙트를 이용하여 생성될 수 있다.In step 430 , the development tool of the terminal 120 may create a database processing account for processing the database created in step 420 . For example, the database processing account is a smart contract account, and may be created using a database creation smart contract included in the development tool of the terminal 120 .

단계(440)에서 단말(120)의 응용 소프트웨어는 단계(430)에서 생성한 데이터베이스 처리 계정을 이용하여 데이터의 입출력 및 데이터 처리를 수행할 수 있다. 이때, 데이터베이스 처리 계정은 응용 소프트웨어로부터 수신한 SQL 쿼리를 처리함으로써, 데이터의 입력, 출력 및 수정을 수행할 수 있다. 또한, 응용 소프트웨어가 전송하는 쿼리는 테이블 생성 요청, 데이터의 입력, 데이터의 수정, 및 데이터의 출력 중 하나일 수 있다.In step 440 , the application software of the terminal 120 may perform data input/output and data processing using the database processing account created in step 430 . In this case, the database processing account can input, output, and modify data by processing the SQL query received from the application software. In addition, the query transmitted by the application software may be one of a table creation request, data input, data modification, and data output.

본 발명은 응용 소프트웨어가 생성한 데이터베이스를 처리하기 위한 데이터베이스 처리 계정을 생성하고, 데이터베이스 처리 계정을 이용하여 응용 소프트웨어의 데이터 입출력을 블록 체인 시스템 상에 처리함으로써, 서버 없이 데이터 입출력 및 데이터 처리를 지원할 수 있다.The present invention can support data input/output and data processing without a server by creating a database processing account for processing the database created by the application software, and processing the data input/output of the application software on the block chain system using the database processing account have.

한편, 본 발명에 따른 블록 체인 기반 서버리스 서비스 시스템 또는 블록 체인 기반 서버리스 서비스 개발 방법은 컴퓨터에서 실행될 수 있는 프로그램으로 작성되어 마그네틱 저장매체, 광학적 판독매체, 디지털 저장매체 등 다양한 기록 매체로도 구현될 수 있다.On the other hand, the blockchain-based serverless service system or the blockchain-based serverless service development method according to the present invention is written as a program that can be executed on a computer and implemented in various recording media such as magnetic storage media, optical reading media, digital storage media, etc. can be

본 명세서에 설명된 각종 기술들의 구현들은 디지털 전자 회로조직으로, 또는 컴퓨터 하드웨어, 펌웨어, 소프트웨어로, 또는 그들의 조합들로 구현될 수 있다. 구현들은 데이터 처리 장치, 예를 들어 프로그램가능 프로세서, 컴퓨터, 또는 다수의 컴퓨터들의 동작에 의한 처리를 위해, 또는 이 동작을 제어하기 위해, 컴퓨터 프로그램 제품, 예를 들어 기계 판독가능 저장 장치(컴퓨터 판독가능 매체)에서 유형적으로 구체화된 컴퓨터 프로그램으로서 구현될 수 있다. 상술한 컴퓨터 프로그램(들)과 같은 컴퓨터 프로그램은 컴파일된 또는 인터프리트된 언어들을 포함하는 임의의 형태의 프로그래밍 언어로 기록될 수 있고, 독립형 프로그램으로서 또는 모듈, 구성요소, 서브루틴, 또는 컴퓨팅 환경에서의 사용에 적절한 다른 유닛으로서 포함하는 임의의 형태로 전개될 수 있다. 컴퓨터 프로그램은 하나의 사이트에서 하나의 컴퓨터 또는 다수의 컴퓨터들 상에서 처리되도록 또는 다수의 사이트들에 걸쳐 분배되고 통신 네트워크에 의해 상호 연결되도록 전개될 수 있다.Implementations of the various techniques described herein may be implemented in digital electronic circuitry, or in computer hardware, firmware, software, or combinations thereof. Implementations may be implemented for processing by, or controlling the operation of, a data processing device, eg, a programmable processor, computer, or number of computers, in a computer program product, eg, a machine-readable storage device (computer readable available medium) as a computer program tangibly embodied in it. A computer program, such as the computer program(s) described above, may be written in any form of programming language, including compiled or interpreted languages, and may be written as a standalone program or in a module, component, subroutine, or computing environment. may be deployed in any form, including as other units suitable for use in A computer program may be deployed to be processed on one computer or multiple computers at one site or to be distributed across multiple sites and interconnected by a communications network.

컴퓨터 프로그램의 처리에 적절한 프로세서들은 예로서, 범용 및 특수 목적 마이크로프로세서들 둘 다, 및 임의의 종류의 디지털 컴퓨터의 임의의 하나 이상의 프로세서들을 포함한다. 일반적으로, 프로세서는 판독 전용 메모리 또는 랜덤 액세스 메모리 또는 둘 다로부터 명령어들 및 데이터를 수신할 것이다. 컴퓨터의 요소들은 명령어들을 실행하는 적어도 하나의 프로세서 및 명령어들 및 데이터를 저장하는 하나 이상의 메모리 장치들을 포함할 수 있다. 일반적으로, 컴퓨터는 데이터를 저장하는 하나 이상의 대량 저장 장치들, 예를 들어 자기, 자기-광 디스크들, 또는 광 디스크들을 포함할 수 있거나, 이것들로부터 데이터를 수신하거나 이것들에 데이터를 송신하거나 또는 양쪽으로 되도록 결합될 수도 있다. 컴퓨터 프로그램 명령어들 및 데이터를 구체화하는데 적절한 정보 캐리어들은 예로서 반도체 메모리 장치들, 예를 들어, 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(Magnetic Media), CD-ROM(Compact Disk Read Only Memory), DVD(Digital Video Disk)와 같은 광 기록 매체(Optical Media), 플롭티컬 디스크(Floptical Disk)와 같은 자기-광 매체(Magneto-Optical Media), 롬(ROM, Read Only Memory), 램(RAM, Random Access Memory), 플래시 메모리, EPROM(Erasable Programmable ROM), EEPROM(Electrically Erasable Programmable ROM) 등을 포함한다. 프로세서 및 메모리는 특수 목적 논리 회로조직에 의해 보충되거나, 이에 포함될 수 있다.Processors suitable for processing a computer program include, by way of example, both general and special purpose microprocessors, and any one or more processors of any kind of digital computer. Generally, a processor will receive instructions and data from either read-only memory or random access memory or both. Elements of a computer may include at least one processor that executes instructions and one or more memory devices that store instructions and data. In general, a computer may include one or more mass storage devices for storing data, for example magnetic, magneto-optical disks, or optical disks, receiving data from, sending data to, or both. may be combined to become Information carriers suitable for embodying computer program instructions and data are, for example, semiconductor memory devices, for example, magnetic media such as hard disks, floppy disks and magnetic tapes, Compact Disk Read Only Memory (CD-ROM). ), an optical recording medium such as a DVD (Digital Video Disk), a magneto-optical medium such as a floppy disk, a ROM (Read Only Memory), a RAM , Random Access Memory), flash memory, EPROM (Erasable Programmable ROM), EEPROM (Electrically Erasable Programmable ROM), and the like. Processors and memories may be supplemented by, or included in, special purpose logic circuitry.

또한, 컴퓨터 판독가능 매체는 컴퓨터에 의해 액세스될 수 있는 임의의 가용매체일 수 있고, 컴퓨터 저장매체를 모두 포함할 수 있다.In addition, the computer-readable medium may be any available medium that can be accessed by a computer, and may include any computer storage medium.

본 명세서는 다수의 특정한 구현물의 세부사항들을 포함하지만, 이들은 어떠한 발명이나 청구 가능한 것의 범위에 대해서도 제한적인 것으로서 이해되어서는 안되며, 오히려 특정한 발명의 특정한 실시형태에 특유할 수 있는 특징들에 대한 설명으로서 이해되어야 한다. 개별적인 실시형태의 문맥에서 본 명세서에 기술된 특정한 특징들은 단일 실시형태에서 조합하여 구현될 수도 있다. 반대로, 단일 실시형태의 문맥에서 기술한 다양한 특징들 역시 개별적으로 혹은 어떠한 적절한 하위 조합으로도 복수의 실시형태에서 구현 가능하다. 나아가, 특징들이 특정한 조합으로 동작하고 초기에 그와 같이 청구된 바와 같이 묘사될 수 있지만, 청구된 조합으로부터의 하나 이상의 특징들은 일부 경우에 그 조합으로부터 배제될 수 있으며, 그 청구된 조합은 하위 조합이나 하위 조합의 변형물로 변경될 수 있다.While this specification contains numerous specific implementation details, these should not be construed as limitations on the scope of any invention or claim, but rather as descriptions of features that may be specific to particular embodiments of particular inventions. should be understood Certain features that are described herein in the context of separate embodiments may be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment may also be implemented in multiple embodiments, either individually or in any suitable subcombination. Furthermore, although features operate in a particular combination and may be initially depicted as claimed as such, one or more features from a claimed combination may in some cases be excluded from the combination, the claimed combination being a sub-combination. or a variant of a sub-combination.

마찬가지로, 특정한 순서로 도면에서 동작들을 묘사하고 있지만, 이는 바람직한 결과를 얻기 위하여 도시된 그 특정한 순서나 순차적인 순서대로 그러한 동작들을 수행하여야 한다거나 모든 도시된 동작들이 수행되어야 하는 것으로 이해되어서는 안 된다. 특정한 경우, 멀티태스킹과 병렬 프로세싱이 유리할 수 있다. 또한, 상술한 실시형태의 다양한 장치 컴포넌트의 분리는 그러한 분리를 모든 실시형태에서 요구하는 것으로 이해되어서는 안되며, 설명한 프로그램 컴포넌트와 장치들은 일반적으로 단일의 소프트웨어 제품으로 함께 통합되거나 다중 소프트웨어 제품에 패키징 될 수 있다는 점을 이해하여야 한다.Likewise, although acts are depicted in the figures in a particular order, it should not be understood that such acts must be performed in the specific order or sequential order shown or that all depicted acts must be performed in order to obtain desirable results. In certain cases, multitasking and parallel processing may be advantageous. Further, the separation of the various device components of the above-described embodiments should not be construed as requiring such separation in all embodiments, and the program components and devices described may generally be integrated together into a single software product or packaged into multiple software products. You have to understand that you can.

한편, 본 명세서와 도면에 개시된 본 발명의 실시 예들은 이해를 돕기 위해 특정 예를 제시한 것에 지나지 않으며, 본 발명의 범위를 한정하고자 하는 것은 아니다. 여기에 개시된 실시 예들 이외에도 본 발명의 기술적 사상에 바탕을 둔 다른 변형 예들이 실시 가능하다는 것은, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 자명한 것이다.On the other hand, the embodiments of the present invention disclosed in the present specification and drawings are merely presented as specific examples to aid understanding, and are not intended to limit the scope of the present invention. It will be apparent to those of ordinary skill in the art to which the present invention pertains that other modifications based on the technical spirit of the present invention can be implemented in addition to the embodiments disclosed herein.

110: 블록 체인 기반 서버리스 서비스 시스템
120: 단말
110: Blockchain-based serverless service system
120: terminal

Claims (12)

블록 체인 서비스의 서비스 인식 정보를 블록 체인 노드에 등록하는 단계;
응용 소프트웨어가 사용할 데이터베이스를 생성하는 단계; 및
상기 데이터베이스를 처리하기 위한 데이터베이스 처리 계정을 생성하여 상기 블록 체인 노드에 등록하는 단계
를 포함하고,
상기 데이터베이스 처리 계정은,
상기 응용 소프트웨어로부터 수신한 쿼리를 처리하며,
상기 응용 소프트웨어가 초기화된 경우, 상기 응용 소프트웨어에 대응하는 데이터베이스 처리 계정의 주소를 상기 응용 소프트웨어에 입력하는 블록 체인 기반 서버리스 서비스 개발 방법.
registering service recognition information of the block chain service to the block chain node;
creating a database for use by application software; and
Creating a database processing account for processing the database and registering it with the blockchain node
including,
The database processing account is
Process the query received from the application software,
When the application software is initialized, a block chain-based serverless service development method of inputting the address of a database processing account corresponding to the application software into the application software.
삭제delete 제1항에 있어서,
상기 데이터베이스 처리 계정은,
상기 쿼리가 테이블 생성 요청인 경우, 상기 데이터베이스 처리 계정 안에 테이블 자료 구조 및 테이블 컬럼 구조를 생성하는 블록 체인 기반 서버리스 서비스 개발 방법.
According to claim 1,
The database processing account is
When the query is a table creation request, a block chain-based serverless service development method for creating a table data structure and a table column structure in the database processing account.
제1항에 있어서,
상기 데이터베이스 처리 계정은,
상기 쿼리가 데이터의 입력인 경우, 상기 쿼리에 포함된 데이터를 블록 체인 시스템에 포함된 블록 체인 노드들에 분산 저장하고, 상기 쿼리에 포함된 데이터의 해시 정보를 상기 데이터베이스 처리 계정 안의 테이블에 저장하는 블록 체인 기반 서버리스 서비스 개발 방법.
According to claim 1,
The database processing account is
When the query is data input, the data included in the query is distributed and stored in block chain nodes included in the block chain system, and hash information of the data included in the query is stored in a table in the database processing account. How to develop a blockchain-based serverless service.
제1항에 있어서,
상기 데이터베이스 처리 계정은,
상기 쿼리가 데이터의 수정인 경우, 상기 데이터베이스 처리 계정 안의 테이블에서 상기 데이터의 해시 정보를 검색하고, 검색한 해시 정보에 따라 블록 체인 노드들에서 상기 데이터를 수집하며, 수집한 데이터를 상기 쿼리에 따라 수정하여 상기 블록 체인 노드들에 재저장하는 블록 체인 기반 서버리스 서비스 개발 방법.
According to claim 1,
The database processing account is
When the query is a modification of data, the hash information of the data is retrieved from the table in the database processing account, the data is collected from the block chain nodes according to the retrieved hash information, and the collected data is used according to the query. A blockchain-based serverless service development method that modifies and re-saves to the blockchain nodes.
제1항에 있어서,
상기 데이터베이스 처리 계정은,
상기 쿼리가 데이터의 출력인 경우, 상기 데이터베이스 처리 계정 안의 테이블에 저장된 해시 정보들을 기반으로 블록 체인 시스템에 저장된 데이터들과 동기화하고, 동기화한 데이터들에서 상기 쿼리에 대응하는 데이터를 검색하여 출력하는 블록 체인 기반 서버리스 서비스 개발 방법.
According to claim 1,
The database processing account is
When the query is data output, a block for synchronizing with data stored in a block chain system based on hash information stored in a table in the database processing account, and searching for and outputting data corresponding to the query from the synchronized data How to develop chain-based serverless services.
블록 체인 서비스의 서비스 인식 정보를 블록 체인 노드에 등록하고,
응용 소프트웨어가 생성한 데이터베이스를 처리하기 위한 데이터베이스 처리 계정을 생성하여 상기 블록 체인 노드에 등록하는 개발 도구
를 포함하고,
상기 데이터베이스 처리 계정은,
상기 응용 소프트웨어로부터 수신한 쿼리를 처리하며,
상기 응용 소프트웨어가 초기화된 경우, 상기 응용 소프트웨어에 대응하는 데이터베이스 처리 계정의 주소를 상기 응용 소프트웨어에 입력하는 블록 체인 기반 서버리스 서비스 개발 시스템의 단말.
Register the service recognition information of the blockchain service to the blockchain node,
A development tool that creates a database processing account for processing the database created by the application software and registers it with the blockchain node
including,
The database processing account is
Process the query received from the application software,
When the application software is initialized, a terminal of a block chain-based serverless service development system for inputting the address of a database processing account corresponding to the application software into the application software.
삭제delete 제7항에 있어서,
상기 데이터베이스 처리 계정은,
상기 쿼리가 테이블 생성 요청인 경우, 상기 데이터베이스 처리 계정 안에 테이블 자료 구조 및 테이블 컬럼 구조를 생성하는 블록 체인 기반 서버리스 서비스 개발 시스템의 단말.
8. The method of claim 7,
The database processing account is
A terminal of a block chain-based serverless service development system that creates a table data structure and a table column structure in the database processing account when the query is a table creation request.
제7항에 있어서,
상기 데이터베이스 처리 계정은,
상기 쿼리가 데이터의 입력인 경우, 상기 쿼리에 포함된 데이터를 블록 체인 시스템에 포함된 블록 체인 노드들에 분산 저장하고, 상기 쿼리에 포함된 데이터의 해시 정보를 상기 데이터베이스 처리 계정 안의 테이블에 저장하는 블록 체인 기반 서버리스 서비스 개발 시스템의 단말.
8. The method of claim 7,
The database processing account is
When the query is data input, the data included in the query is distributed and stored in block chain nodes included in the block chain system, and hash information of the data included in the query is stored in a table in the database processing account. The terminal of the blockchain-based serverless service development system.
제7항에 있어서,
상기 데이터베이스 처리 계정은,
상기 쿼리가 데이터의 수정인 경우, 상기 데이터베이스 처리 계정 안의 테이블에서 상기 데이터의 해시 정보를 검색하고, 검색한 해시 정보에 따라 블록 체인 노드들에서 상기 데이터를 수집하며, 수집한 데이터를 상기 쿼리에 따라 수정하여 상기 블록 체인 노드들에 재저장하는 블록 체인 기반 서버리스 서비스 개발 시스템의 단말.
8. The method of claim 7,
The database processing account is
When the query is a modification of data, the hash information of the data is retrieved from the table in the database processing account, the data is collected from the block chain nodes according to the retrieved hash information, and the collected data is used according to the query. A terminal of a blockchain-based serverless service development system that is modified and re-stored in the blockchain nodes.
제7항에 있어서,
상기 데이터베이스 처리 계정은,
상기 쿼리가 데이터의 검색인 경우, 상기 데이터베이스 처리 계정 안의 테이블에 저장된 해시 정보들을 기반으로 블록 체인 시스템에 저장된 데이터들과 동기화하고, 동기화한 데이터들에서 상기 쿼리에 대응하는 데이터를 검색하여 출력하는 블록 체인 기반 서버리스 서비스 개발 시스템의 단말.
8. The method of claim 7,
The database processing account is
When the query is a data search, a block for synchronizing with data stored in a block chain system based on hash information stored in a table in the database processing account, and searching for and outputting data corresponding to the query from the synchronized data The terminal of the chain-based serverless service development system.
KR1020200144239A 2020-11-02 2020-11-02 Apparatus and method for serverless service development based on blockchain KR102443302B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020200144239A KR102443302B1 (en) 2020-11-02 2020-11-02 Apparatus and method for serverless service development based on blockchain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020200144239A KR102443302B1 (en) 2020-11-02 2020-11-02 Apparatus and method for serverless service development based on blockchain

Publications (2)

Publication Number Publication Date
KR20220059072A KR20220059072A (en) 2022-05-10
KR102443302B1 true KR102443302B1 (en) 2022-09-15

Family

ID=81592215

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020200144239A KR102443302B1 (en) 2020-11-02 2020-11-02 Apparatus and method for serverless service development based on blockchain

Country Status (1)

Country Link
KR (1) KR102443302B1 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101781583B1 (en) * 2016-08-31 2017-09-27 서강대학교산학협력단 File management and search system based on block chain and file management and search method
KR102124942B1 (en) 2019-10-07 2020-06-19 신호열 Blockchain data search method

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107239479B (en) * 2017-03-28 2020-03-13 创新先进技术有限公司 Block chain based data storage and query method and device
KR102208704B1 (en) * 2019-02-21 2021-01-28 주식회사 시그마체인 Blockchain software capable of operation corresponding sql query, blockchain system, and method of thereof

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101781583B1 (en) * 2016-08-31 2017-09-27 서강대학교산학협력단 File management and search system based on block chain and file management and search method
KR102124942B1 (en) 2019-10-07 2020-06-19 신호열 Blockchain data search method

Also Published As

Publication number Publication date
KR20220059072A (en) 2022-05-10

Similar Documents

Publication Publication Date Title
US10877930B2 (en) Blockchain-based cross-chain data access method and apparatus
US9898469B1 (en) Parallel streaming of external data
JP2015513153A (en) Computer-implemented method, computer program product, and system for managing tenant-specific data sets in a multi-tenant environment
CN107704202B (en) Method and device for quickly reading and writing data
US20210109920A1 (en) Method for Validating Transaction in Blockchain Network and Node for Configuring Same Network
CN108959538B (en) Full text retrieval system and method
US11100073B2 (en) Method and system for data assignment in a distributed system
US20170154073A1 (en) System and method for retrieving data
US8880553B2 (en) Redistribute native XML index key shipping
CN108427736B (en) Method for querying data
WO2016101759A1 (en) Data routing method, data management device and distributed storage system
JP5603843B2 (en) Database load balancer
CN111400301B (en) Data query method, device and equipment
US11704327B2 (en) Querying distributed databases
US20080082516A1 (en) System for and method of searching distributed data base, and information management device
KR102443302B1 (en) Apparatus and method for serverless service development based on blockchain
CN110837499B (en) Data access processing method, device, electronic equipment and storage medium
CN114331745B (en) Data processing method, system, readable storage medium and electronic device
US20200050785A1 (en) Database record access through use of a multi-value alternate primary key
US11620285B2 (en) Automatic database query translation
US10193965B2 (en) Management server and operation method thereof and server system
US20090241134A1 (en) Remote storage service api
JP2583879B2 (en) Information retrieval device
US11144236B2 (en) Information processing apparatus, information processing method, and non-transitory computer-readable storage medium for storing program
CN111813801B (en) Data retrieval method and device

Legal Events

Date Code Title Description
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right