Amazon CloudSearch - Digital Asset Management (DAM)
Introduction In this post, I introduce a simple search application in the background of Amazon CloudSearch and domain Digital Asset Management (DAM). The primary objective of this search application is to exhibit search capabilities of Amazon CloudSearch with the functionality of Digital Asset Management. Further, we will also will setup and deploy the search application and see it from an end to end perspective. The application will have source code examples for essential DAM functionalities like digital asset file upload, metadata extraction and storing file related information in a persistence store & search store. We will also share the application source code that will help developers to reuse, extend and customize further. The below illustration depicts the system workflow of the DAM search application. System Flow Technology stack The DAM search application is built using Java programming language. The functionality of DAM is developed in API model. It requires on...