i'm trying to set up the Hyperledger Composer Rest Server (https://hyperledger.github.io/composer/reference/rest-server) in order to work with Cloudant DB on IBM Cloud and store inside it the cards used to interact with the blockchain.
In particular i would like to know how to configure the COMPOSER_DATASOURCES parameter of composer-rest-server.
Thanks in advance for your availability.
Best Regards
The Composer Rest Server uses loopback, and so the COMPOSER_DATASOURCES are lookback datasources. In order to use cloudant you would need to use npm to install
loopback-conector-cloudant
, and then set the data source to be something like:There is good detailed documentation here from loopback.