简体   繁体   English

Hyperledger Fabric数据库(关系/ NoSQL)

[英]Hyperledger Fabric Databases (Relational/NoSQL)

I am a just starting out on trying Hyperledger Fabric and I am slightly confused on how it's ledger/blockchain part really works. 我只是刚开始尝试Hyperledger Fabric,我对分类帐/区块链部分的实际工作方式有些困惑。

I've read that it has a World State Ledger and a Blockchain part, where the world state ledger uses LevelDB or CouchDB which I think is a NoSQL database? 我读过它有一个世界状态分类帐和一个区块链部分,其中世界状态分类帐使用LevelDB或CouchDB,我认为这是NoSQL数据库? Is it possible to use a Relational Database for the State Ledger? 是否可以将关系数据库用于州分类帐? If not, why must we use a NoSQL database? 如果没有,为什么我们必须使用NoSQL数据库? Also, does the blockchain part require a database, or else where and how do we look at its data, where is it stored? 另外,区块链部分是否需要数据库,否则我们在哪里以及如何查看其数据,将其存储在哪里? My questions might be abit conflicting as I am kinda confused right now about the Architecture of Hyperledger Fabric. 我的问题可能有点矛盾,因为我现在对Hyperledger Fabric的体系有些困惑。

If you are a beginner in hyperledger fabric than keep reading this document 如果您是超级账本结构的初学者,而不是继续阅读本文档,

For your levelDB and CouchDB queries refer this 对于您的levelDB和CouchDB查询,请参考

And if you want to know how actually fabric network works in short than refer this 如果您想了解结构网络的实际工作原理,请参考此内容

And I recommend that first, you try to understand blockchain technology and how it is differently implemented by some frameworks like ethereum, hyperledger, corda, bigchainDB, EOS, etc... 我建议首先,您尝试了解区块链技术以及以太坊,超账本,corda,bigchainDB,EOS等某些框架如何实现区块链技术...

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 关于非关系型数据库(NoSQL)的问题 - Question about Non-Relational Databases (NoSQL) 为什么我们应该使用 NoSQL 数据库而不是关系数据库? - Why should we use NoSQL databases instead of Relational Databases? 是否存在面向文档的数据库,这些数据库不属于NoSQL数据库的子类,而是关系数据库? - Do document-oriented databases exist which do not fall in a subclass of NoSQL databases but are relational? 为什么 NoSql 数据库的伸缩性比关系数据库好? 我应该如何在它们之间做出选择? - Why do NoSql databases scale better than relational databases? How should I choose between them? NoSQL数据库之间有什么区别?它们与传统的关系数据库有什么不同? - What are the differences between the NoSQL databases and how are they different from traditional relational databases? 如果我们放弃关系,关系数据库是否会比NoSQL同行扩展(或更好)? - Would relational databases scale as well (or better) than their NoSQL counterparts if we drop the relationships? 如何在当前基于关系数据库构建的应用程序中实际集成NoSQL数据库 - How to Practically Integrate a NoSQL Databases in a Application Currently Build Upon Relational Database 用于应用程序的关系或 NoSQL 数据库 - Relational or NoSQL database for application NoSQL(mongoDB)或关系数据库 - NoSQL (mongoDB) or Relational Database NoSql 与关系数据库 - NoSql vs Relational database
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM