How do I store blob data in MongoDB?

mongodb, mongodb-java, mongodb-query, spring-data-mongodb

Solution

There is no problem to store large files in the database. Use `mongofiles` See

Article on mongodb.com

Problem

I want to know if it's possible to insert blob data in mongodb. What is the procedure and is any other softwares required for this?

Original source