Skip to main content

Utility to clean records from a mongodb bson export file with too large fields for indexes.

Project description

Remove records from a MongoDB bson export ( www.mongodb.com ) that violates index size restrictions.

A change in MongoDB version 2.6 means that older exports will fail to import properly because older releases simply ignored records with fields that exceeded the index size restrictions.

This utility takes an export and removes the records that violates the size restriction (or duplicate unique index).

Getting started

pip install mongo-export-index-clean

cd testdata

mongo-export-index-clean myfile.bson

The utility will remove records a .bad

Source code and feedback

Fully open sourced with Apache License on github.com/sverrirab/mongo-export-index-clean including issue tracking.

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

mongo-export-index-clean-1.0.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

mongo_export_index_clean-1.0.0-py2.py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 2 Python 3

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