简体   繁体   English

使用Amazon S3进行图像存储。 我应该在哪里存储我的元数据?

[英]Using Amazon S3 for image storage. Where should I store my Metadata?

Background: I am new to cloud computing and large scale DB design. 背景:我是云计算和大规模数据库设计的新手。 I have to find a storage facility for a large number of images that have a lot of metadata associated with each image. 我必须找到用于大量图像的存储工具,这些图像具有与每个图像相关联的许多元数据。 I am going to use Amazon S3 to store my image files and I need a cloud based database solution to store metadata and reference to each image. 我将使用Amazon S3存储我的图像文件,并且需要一个基于云的数据库解决方案来存储元数据和对每个图像的引用。 I need this so I can query a DB for customer request and pull images and their metadata and insert new data as well via some web and mobile application interface I will create. 我需要这样做,因此我可以查询数据库中的客户请求,并提取图像及其元数据,并通过我将创建的某些Web和移动应用程序界面插入新数据。

Research done: I found the S3 is a raw data storage solution. 完成的研究:我发现S3是原始数据存储解决方案。 I found many good discussions here on bucket naming conventions and I see many people use S3 as binary storage and use a DB for metadata. 我在这里找到了很多有关存储桶命名约定的很好的讨论,并且我看到许多人将S3用作二进制存储并使用DB来存储元数据。 I've done some research on mongoDB, dynamoDB, and other database solutions. 我已经对mongoDB,dynamoDB和其他数据库解决方案进行了一些研究。

Question: I need a direction of where I can find an inexpensive and reliable Database that will work well with Amazon S3, that is ideal for large amount of metadata storage. 问:我需要一个方向,在哪里可以找到可以与Amazon S3很好配合使用的廉价可靠的数据库,这对于大量元数据存储是理想的选择。

Well if you are not looking for a relational DB, why not try http://aws.amazon.com/simpledb/ 好吧,如果您不想要关系数据库,为什么不尝试http://aws.amazon.com/simpledb/

and if you want RDMS how about http://aws.amazon.com/rds/ 以及如果您想使用RDMS, http: //aws.amazon.com/rds/

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

相关问题 我应该使用Amazon S3还是SimpleDB来存储小文档? - Should I use Amazon S3 or SimpleDB to store small documents? 我应该使用 EBS 还是 S3 来存储我的数据库? - Should I use EBS or S3 to store my database on? 我应该使用Amazon EC2或S3设置网站吗? 以及如何将其连接到数据库? - Should I set up my website with Amazon EC2 or S3? And how I connect it to a database? 我应该在Android的“配置”页面上将小部件的首选项存储在哪里? - Where should I store my widget's preferences on the Configuration page on Android? 我应该在哪里存储我的iPhone应用程序的SQLite数据库? - Where should I store the SQLite DB for my iPhone app? 我在 Databricks 文件存储中使用命令“dbutils.fs.rm”删除了一个文件。 有没有办法找回它? - I deleted a file using the command 'dbutils.fs.rm' in Databricks File Storage. Is there a way to retrieve that back? 我应该在Web应用程序中的哪里存储图像? - Where should I store images in my web app? 哪里存储元数据 - Where to Store Metadata 我应该在哪里存放外键? - Where should I store a foreign key? 我应该在哪里存储浏览器指纹? - Where should I store browser fingerprint?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM