MongoDB GridFS test
Go to file
Mark Vainomaa 7d42073a3e Add readme 2017-01-24 15:13:55 +02:00
src/main/java/eu/mikroskeem/mongohackery Initial commit 2017-01-24 15:12:49 +02:00
.gitignore Initial commit 2017-01-24 15:12:49 +02:00
README.md Add readme 2017-01-24 15:13:55 +02:00
pom.xml Initial commit 2017-01-24 15:12:49 +02:00

README.md

mongo-gridfs-test

Let's see how MongoDB GridFS works

Note: quick MongoDB command is docker run --rm -p 27017:27017 -ti mongo:3.4.1