Skip to main content

MongoDB file implementation without gridfs and zlib compression 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. This implementation will compress the data with zlib. See m01.fs for a non compressed implementation.

CHANGES

0.6.1 (2015-09-28)

  • removed bson dependency, pymongo uses it’s own bson implementation

0.6.0 (2015-03-17)

  • feature: replace internal method setContentType with setContentTypeAndEncoding and also set encoding if given.

0.5.0 (2013-11-23)

  • initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

m01.zfs-0.6.1.zip (36.5 kB view details)

Uploaded Source

File details

Details for the file m01.zfs-0.6.1.zip.

File metadata

  • Download URL: m01.zfs-0.6.1.zip
  • Upload date:
  • Size: 36.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for m01.zfs-0.6.1.zip
Algorithm Hash digest
SHA256 fd48faebbbe25842ebef0036eacbb36349ff42d1e9de0cb77b4a1c228deae52d
MD5 ba23f1f0c66f76e62da879039b626dc1
BLAKE2b-256 d68dcb7c0ee6dabf25252a15bf902b59cbfd192aed2483873c09e37630f15dfc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page