MongoDB file implementation wihtout gridfs for Zope3
Project description
This package provides a mongodb file implementation without GridFS for Zope3. This means, such files are limited to the mongo document size, currently 16MB. As you probably know, you should not use GridFS for small binary data because you will double the number of queries. This package will offer a file which stores the meta and file data in one document.
CHANGES
0.5.0 (2012-11-18)
initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
m01.fs-0.5.0.zip
(32.6 kB
view hashes)