简体   繁体   English

Azure Blob存储的替代方法

[英]Alternative for Azure Blob Storage

We are currently using Azure Blob Storage for storing documents like .json, .html and .pdf. 我们目前正在使用Azure Blob存储来存储.json,.html和.pdf等文档。 Is there any replacement that we can use to move the documents from storage to on-premises ? 有什么替代方法可用于将文档从存储移动到本地吗? Is MongoDB valid alternative? MongoDB是否有效替代品?

Based on my understanding, it seems that you want to migrate document assets from Azure Blob Storage to on-premises. 根据我的理解,您似乎希望将文档资产从Azure Blob存储迁移到本地。

Per my experience, normally consideration for three attributes of IT on-premises infrastructure which include Reliability, Availability, and Maintainability, you need to use some enterprise hardwares & softwares to support the needs, such as Disk Array, SAN switch, HA software and enterprise FileSystem like JFS with NFS. 根据我的经验,通常考虑IT本地基础结构的三个属性(包括可靠性,可用性和可维护性),您需要使用一些企业级硬件和软件来满足需求,例如磁盘阵列,SAN交换机,HA软件和企业级。像JFS和NFS一样的文件系统。

However, if only consideration for storage hosted on X86 cluster in software, you can choose some distributed FileSystem as the on-premises storage, such as Ceph or HDFS. 但是,如果仅考虑软件中X86群集上托管的存储,则可以选择一些分布式FileSystem作为本地存储,例如Ceph或HDFS。

Meanwhile, according to the MongoDB offical article , you can directly store these large Objects & files in MongoDB, but there are some limits of Data Size for MongoDB, please care these https://docs.mongodb.com/manual/reference/limits/#data . 同时,根据MongoDB官方文章 ,您可以将这些大型对象和文件直接存储在MongoDB中,但是MongoDB的数据大小存在一些限制,请注意以下https://docs.mongodb.com/manual/reference/limits /#data

To use what as on-premises storage only depend on your scenario. 将什么用作本地存储仅取决于您的方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM