PROFESSIONAL-CLOUD-ARCHITECT · Question #79
Case Study: 4 - Dress4Win case study Company Overview Dress4win is a web-based company that helps their users organize and manage their personal wardrobe using a website and mobile application. The co
The correct answer is A. Store image files in a Google Cloud Storage bucket. Use Google Cloud Datastore to maintain. The whole idea is simply build and maintain an external metadata service using NoSQL database to associate the GS object key with its metadata, in order to facilitate object findings based on attributes you pre defined in metatdata This AWS blog provides a solution in the context
Question
Options
- AStore image files in a Google Cloud Storage bucket. Use Google Cloud Datastore to maintain
- BStore image files in a Google Cloud Storage bucket. Add custom metadata to the uploaded
- CUse a distributed file system to store customers' images. As storage needs increase, add more
- DUse a distributed file system to store customers' images. As storage needs increase, add more
How the community answered
(52 responses)- A83% (43)
- B10% (5)
- C2% (1)
- D6% (3)
Explanation
The whole idea is simply build and maintain an external metadata service using NoSQL database to associate the GS object key with its metadata, in order to facilitate object findings based on attributes you pre defined in metatdata This AWS blog provides a solution in the context of AWS S3, but the idea behind is applicable to Google Storage as well https://aws.amazon.com/blogs/big-data/building-and-maintaining-an-amazon-s3-metadata-index- without-servers/
Topics
Community Discussion
No community discussion yet for this question.