mikejs / gridfs-fuse

A FUSE wrapper around MongoDB's GridFS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GridFS FUSE

Allows you to mount a MongoDB GridFS instance as a local filesystem.

Requirements

  • MongoDB 1.6+
  • FUSE
  • Boost

Building

$ make

Usage

$ ./mount_gridfs --db=db_name --host=localhost mount_point

Current Limitations

  • No directories
  • No permissions or Mongo authentication
  • File creation/writing very experimental

About

A FUSE wrapper around MongoDB's GridFS

License:GNU General Public License v3.0


Languages

Language:C++ 77.4%Language:Python 22.6%