Tools, FAQ, Tutorials:
CouchDB Server Admin Web Portal
What is CouchDB Server Admin Web Portal?
✍: FYIcenter.com
If you are running BYFN (Build Your First Network) with the CouchDB option,
the World State of each peer node is stored a CouchDB server running as Docker
container.
The CouchDB server supports an admin web portal that allows you manage the CouchDB server, its databases and documents in each database.
1. Run a Web browser and enter the following URL to use the Web portal CouchDB container linked to peer0.org1:
http://40.121.62.144:5984/_utils/
You see a list of databases on this CouchDB container:
_replicator 2.3 KB 1 _users 2.3 KB 1 mychannel_ 13.8 KB 2 mychannel__lifecycle 50.1 KB 0 mychannel_lscc 0.7 KB 1 mychannel_mycc 2.7 KB 2
Click on "mychannel_mycc", you see 2 documents reprsenting 2 assets managed by "mycc" chaincode on "mychaneel" channel.
Â
⇒ Switch Default Peer with Scripts
⇠Query CouchDB Container API Directly
⇑ Hyperledger Fabric Docker Containers
⇑⇑ Hyperledger Tutorials
2019-04-19, 945👍, 0💬
Popular Posts:
Where is API Management Service on my Azure Portal? If your IT department has signed up for an Azure...
How To Control Padding Spaces within a Table Cell? Cell padding spaces are spaces between cell inner...
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...
How to write a policy to set and get custom variables? Here is a policy that sets and gets custom va...
Can Multiple Paragraphs Be Included in a List Item? Yes. You can include multiple paragraphs in a si...