中文

一种混合区块链与 NoSQL 平台的开发以改进数据管理

软件工程 2023-05-26 v2

摘要

区块链技术是一种分布式账本技术,主要用于以不可篡改且安全的方式存储信息,但可扩展性和吞吐量是主要挑战。在区块链流水线中集成 NoSQL 范式可提升吞吐量与可扩展性,并能处理链上和链下数据。本工作旨在研究当前用于将 NoSQL 数据库集成到区块链架构中的方法、如何借助两种技术的优势来增强系统能力,并提出一种融合区块链与 NoSQL 特性的新型混合架构。

关键词

引用

@article{arxiv.2305.03592,
  title  = {Development of an Hybrid Blockchain and NoSQL Platform to Improve Data Management},
  author = {Federico Carrozzino and Marco Fiore and Marina Mongiello},
  journal= {arXiv preprint arXiv:2305.03592},
  year   = {2023}
}

备注

Since it was an implementation aimed at experimenting with software architectures, we found that the proposed solution does not have the non-functional requirements that we had assumed and therefore we are working on a different architecture design that makes use of microservices