spring-guides / getting-started-guides

Getting Started Guide template :: The template for new guides and also the place to request them.
https://github.com/spring-guides/getting-started-guides/wiki
Apache License 2.0
521 stars 204 forks source link

Create guide for GridFS file storage #13

Open gregturn opened 8 years ago

gregturn commented 8 years ago

MongoDB GridFS is a good candidate for storing files in a cloud native app where local file storage is not an option, and where mounted fileshares would not be available.

Look at https://github.com/gregturn/spring-a-gram/tree/master/spring-a-gram-mongodb-fileservice for inspiration.