[英]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.