Images are stored in cloudant DB in JSON Format.I need to get those images from cloudant and show it through UI. Please share the docs related to this it will be helpful.
Asked
Active
Viewed 1,277 times
-1
-
Welcome to stackoverflow. Unfortunately, your question does not meet the stackoverflow criteria for good questions and will likely get closed. See here for more information: https://stackoverflow.com/help/asking – Chris Snow Jul 12 '17 at 14:01
1 Answers
0
information for storing and retrieving images (i.e., attachments) from Cloudant are here:
https://console.bluemix.net/docs/services/Cloudant/api/attachments.html#attachments
or if you are using the cloudant-nano/nodejs-cloudant library:
https://github.com/cloudant-labs/cloudant-nano#attachments-functions
once you retrieve the image, there are multiple ways to display it (depending on your environment):

vabarbosa
- 706
- 1
- 4
- 9