Skip to main content

Temporary database driver

Project description

# mangodb

MangoDB is a very very thin wrapper around sync/async python mongo driver encapsulating all details necessary for temporary file storage with zero maintenance.

  1. Capped collection - when mongo collection is capped, old data is delete when disk space is exhausted

  2. TTL index - when an object has ttl index, mongo automatically deletes after ttl expires

3. Chunked storage - as mongo max document size is capped at 16Mb we have to chunkinate the documents in the same manner GridFS does, but contrary to gridfs, we store metadata in the same collection as chunks, this way it will be deleted along with the chunks.

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

mangodb-0.6.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file mangodb-0.6.tar.gz.

File metadata

  • Download URL: mangodb-0.6.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.10.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.8

File hashes

Hashes for mangodb-0.6.tar.gz
Algorithm Hash digest
SHA256 602cfe3a22482097a676b5e1f84f8912eb7e42bbeec044a5d40dae29d6c11292
MD5 504fb3d23dafed9a121059fc6bc9e180
BLAKE2b-256 74d109f68efb896bc83691e5f7729c6c2827d87083db30e9ac812868fc0d71a2

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