I want store mixed data of text and image together in mongodb database. My later part of the work would be to identify text and image separately from the mixed set of data. How can I do the above mentioned steps ? Is it suitable with mongodb or I should try like hadoop or mahout ?
Please suggest.