Can you stream video from GridFS (MongoDB filesystem)? Can you stream video from GridFS (MongoDB filesystem)? mongodb mongodb

Can you stream video from GridFS (MongoDB filesystem)?


Found my anwser on coffeepowered (Web Archive). To summarize the excellent post of Chris Heald:

  • You can do so by using either gridfs-fuse or nginx-gridfs
  • You can expect it to be 6 times slower than when you are serving directly from the filesystem.

You should read his benchmark for more details.