I am trying to install large file into Hyperledger composer as a field of an asset however it throws error.
I am now planning to store data into Fabric couchDB while using Hyperledger composer for chaincode(BNA), so I will store document hash into the asset field and file itself into couchDB.
My question : is it possible to store data into couchDB directly while using hyperledger composer?