Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
BigchainDB 支持 .json文件格式。是否有任何可能的方法来存储图像、文档等数字资产?
您可以将任何文件(视为位序列)转换为 JSON,例如,将其转换为 base64,然后可以将其作为值包含在 JSON 文档中。
虽然这是可能的,但这不是一个好主意。BigchainDB 更多地用于存储元数据(您可能想要搜索或查询),而不是用于存储大文件。
BigchainDB 允许与 IPFS 互操作。使用 IPFS 返回的唯一哈希,当文件添加到其中时,将其作为资产信息或作为资产的元数据存储在 BigchainDB 中,然后可以查询以从 IPFS 中查看文件。