{ "info": { "author": "Sverrir \u00c1. Berg ", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Information Technology", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "mongo-export-index-clean\n========================\n\nRemove records from a MongoDB bson export ( `www.mongodb.com`_ ) that violates index size restrictions.\n\nA change in MongoDB version 2.6 means that older exports will fail to import properly because older releases simply\nignored records with fields that exceeded the index size restrictions.\n\nThis utility takes an export and removes the records that violates the size restriction (or duplicate unique index).\n\n\n.. _www.mongodb.com: https://www.mongodb.com/\n\nGetting started\n---------------\n\n.. code:: bash\n\n pip install mongo-export-index-clean\n\n cd testdata\n\n mongo-export-index-clean myfile.bson\n\nThe utility will remove records a .bad\n\nSource code and feedback\n------------------------\n\nFully open sourced with `Apache License`_ on `github.com/sverrirab/mongo-export-index-clean`_ including issue tracking.\n\n.. _Apache License: https://github.com/sverrirab/mongo-export-index-clean/blob/master/LICENSE.rst\n.. _github.com/sverrirab/mongo-export-index-clean: https://github.com/sverrirab/mongo-export-index-clean\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sverrirab/mongo-export-index-clean", "keywords": "mongo,mongodb,bson,index", "license": "Apache", "maintainer": "", "maintainer_email": "", "name": "mongo-export-index-clean", "package_url": "https://pypi.org/project/mongo-export-index-clean/", "platform": "", "project_url": "https://pypi.org/project/mongo-export-index-clean/", "project_urls": { "Homepage": "https://github.com/sverrirab/mongo-export-index-clean" }, "release_url": "https://pypi.org/project/mongo-export-index-clean/1.0.0/", "requires_dist": [ "pymongo (==3.5.1)", "future (==0.16.0)" ], "requires_python": "", "summary": "Utility to clean records from a mongodb bson export file with too large fields for indexes.", "version": "1.0.0" }, "last_serial": 3593246, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "7f7766626e252af0845f743d8b564852", "sha256": "21beea19ab01960162d16a666ccc775f64909c08ab491078ed1863a84d6d6e42" }, "downloads": -1, "filename": "mongo_export_index_clean-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7f7766626e252af0845f743d8b564852", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5385, "upload_time": "2018-02-18T13:04:43", "url": "https://files.pythonhosted.org/packages/0d/e5/aefd77bc53ffaa20c7394677df5ddc527ccb1c4e40309cd277a14668006f/mongo_export_index_clean-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1d4cd1c398805a54de4672f1e46e78ac", "sha256": "52ff15d71e7843be83c827420146a025a10556b8333bb50851f830df430ef02f" }, "downloads": -1, "filename": "mongo-export-index-clean-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1d4cd1c398805a54de4672f1e46e78ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3448, "upload_time": "2018-02-18T13:04:45", "url": "https://files.pythonhosted.org/packages/35/41/f167e9607da4067645cae05f5d876c7bbef18bf3ecb98abc3ea11f90be27/mongo-export-index-clean-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7f7766626e252af0845f743d8b564852", "sha256": "21beea19ab01960162d16a666ccc775f64909c08ab491078ed1863a84d6d6e42" }, "downloads": -1, "filename": "mongo_export_index_clean-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7f7766626e252af0845f743d8b564852", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5385, "upload_time": "2018-02-18T13:04:43", "url": "https://files.pythonhosted.org/packages/0d/e5/aefd77bc53ffaa20c7394677df5ddc527ccb1c4e40309cd277a14668006f/mongo_export_index_clean-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1d4cd1c398805a54de4672f1e46e78ac", "sha256": "52ff15d71e7843be83c827420146a025a10556b8333bb50851f830df430ef02f" }, "downloads": -1, "filename": "mongo-export-index-clean-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1d4cd1c398805a54de4672f1e46e78ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3448, "upload_time": "2018-02-18T13:04:45", "url": "https://files.pythonhosted.org/packages/35/41/f167e9607da4067645cae05f5d876c7bbef18bf3ecb98abc3ea11f90be27/mongo-export-index-clean-1.0.0.tar.gz" } ] }