如何从 cloudant DB 获取图像并通过 UI 显示这些图像

How to get Images from cloudant DB and show those images through UI

图像存储在 JSON 中的 cloudant 数据库中 Format.I 需要从 cloudant 获取这些图像并通过 UI 显示。请分享与此相关的文档,这将有所帮助。

用于从 Cloudant 存储和检索图像(即附件)的信息位于此处:

https://console.bluemix.net/docs/services/Cloudant/api/attachments.html#attachments

或者如果您使用的是 cloudant-nano/nodejs-cloudant 库:

https://github.com/cloudant-labs/cloudant-nano#attachments-functions

检索图像后,有多种显示方式(取决于您的环境):

  • Serving file with CouchDB attachment?
  • How can I display an image out of a document's attachments in CouchDB?