Duration: 15:43 min
Mini-Summary: MongoDB has a feature called GridFS that support the storage of large binary files beyond the 2 GB limit. This video will talk about the features of GridFS, when e how to use it. First, the video details the fs.files and fs.chunks collections and exaplain the scenarios and situations where it is recommended to store a file inside MongoDB. Then, the video explain how to use the mongofiles.exe command line tool to store, get, list and delete the files using as an example the storage of a binary file that contains an image.
Technology Used: Windows 7, MongoDB, NoSQL
Examples: The video shows how to store and retrieve binary dataq files in MongoDB with GridFS
Keyword: MongoDB, NoSQL, Database, Documents, GridFS, Binary Files