{ "info": { "author": "Moshe Zada", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "elasticsearch_loader |Build Status| |Can I Use Python 3?| |PyPI version|\n========================================================================\n\nMain features\n-------------\n\n- Batch upload CSV (actually any \\*SV) files to Elasticsearch\n- Batch upload JSON files / JSON lines to Elasticsearch\n- Batch upload parquet files to Elasticsearch\n- Pre defining custom mappings\n- Delete index before upload\n- Index documents with \\_id from the document itself\n- Load data directly from url\n- SSL and basic auth\n- Unicode Support \u270c\ufe0f\n\nPlugins\n-------\n\nIn order to install plugin, simply run ``pip install plugin-name`` -\n`esl-redis `__ - Read continuously\nfrom a redis list(s) and index to elasticsearch -\n`esl-s3 `__ - Plugin for listing and\nindexing files from S3\n\nTest matrix\n~~~~~~~~~~~\n\n=========== ====== ===== =====\npython / es 5.6.16 6.8.0 7.1.1\n=========== ====== ===== =====\n2.7 V V V\n3.7 V V V\n=========== ====== ===== =====\n\nInstallation\n~~~~~~~~~~~~\n\n| ``pip install elasticsearch-loader``\n| *In order to add parquet support run\n ``pip install elasticsearch-loader[parquet]``*\n\nUsage\n~~~~~\n\n::\n\n (venv)/tmp $ elasticsearch_loader --help\n Usage: elasticsearch_loader [OPTIONS] COMMAND [ARGS]...\n\n Options:\n -c, --config-file TEXT Load default configuration file from esl.yml\n --bulk-size INTEGER How many docs to collect before writing to\n Elasticsearch (default 500)\n --es-host TEXT Elasticsearch cluster entry point. (default\n http://localhost:9200)\n --verify-certs Make sure we verify SSL certificates\n (default false)\n --use-ssl Turn on SSL (default false)\n --ca-certs TEXT Provide a path to CA certs on disk\n --http-auth TEXT Provide username and password for basic auth\n in the format of username:password\n --index TEXT Destination index name [required]\n --delete Delete index before import? (default false)\n --update Merge and update existing doc instead of\n overwrite\n --progress Enable progress bar - NOTICE: in order to\n show progress the entire input should be\n collected and can consume more memory than\n without progress bar\n --type TEXT Docs type. TYPES WILL BE DEPRECATED IN APIS\n IN ELASTICSEARCH 7, AND COMPLETELY REMOVED\n IN 8. [required]\n --id-field TEXT Specify field name that be used as document\n id\n --as-child Insert _parent, _routing field, the value is\n same as _id. Note: must specify --id-field\n explicitly\n --with-retry Retry if ES bulk insertion failed\n --index-settings-file FILENAME Specify path to json file containing index\n mapping and settings, creates index if\n missing\n --timeout FLOAT Specify request timeout in seconds for\n Elasticsearch client\n --encoding TEXT Specify content encoding for input files\n --keys TEXT Comma separated keys to pick from each\n document\n -h, --help Show this message and exit.\n\n Commands:\n csv\n json FILES with the format of [{\"a\": \"1\"}, {\"b\": \"2\"}]\n parquet\n redis\n s3\n\nExamples\n~~~~~~~~\n\nLoad 2 CSV to elasticsearch\n^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n``elasticsearch_loader --index incidents --type incident csv file1.csv file2.csv``\n\nLoad JSONs to elasticsearch\n^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n``elasticsearch_loader --index incidents --type incident json *.json``\n\nLoad all git commits into elasticsearch\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n``git log --pretty=format:'{\"sha\":\"%H\",\"author_name\":\"%aN\", \"author_email\": \"%aE\",\"date\":\"%ad\",\"message\":\"%f\"}' | elasticsearch_loader --type git --index git json --json-lines -``\n\nLoad parquet to elasticsearch\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n``elasticsearch_loader --index incidents --type incident parquet file1.parquet``\n\nLoad CSV from github repo (actually any http/https is ok)\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n``elasticsearch_loader --index data --type avg_height --id-field country json https://raw.githubusercontent.com/samayo/country-data/master/src/country-avg-male-height.json``\n\nLoad data from stdin\n^^^^^^^^^^^^^^^^^^^^\n\n``generate_data | elasticsearch_loader --index data --type incident csv -``\n\nRead id from incident_id field\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n``elasticsearch_loader --id-field incident_id --index incidents --type incident csv file1.csv file2.csv``\n\nLoad custom mappings\n^^^^^^^^^^^^^^^^^^^^\n\n``elasticsearch_loader --index-settings-file samples/mappings.json --index incidents --type incident csv file1.csv file2.csv``\n\nTests and sample data\n~~~~~~~~~~~~~~~~~~~~~\n\nEnd to end and regression tests are located under test directory and can\nrun by running ``./test.py`` Input formats can be found under samples\n\nStargazers over time\n~~~~~~~~~~~~~~~~~~~~\n\n|Stargazers over time|\n\n.. |Build Status| image:: https://travis-ci.org/moshe/elasticsearch_loader.svg?branch=master\n :target: https://travis-ci.org/moshe/elasticsearch_loader\n.. |Can I Use Python 3?| image:: https://caniusepython3.com/project/elasticsearch-loader.svg\n :target: https://caniusepython3.com/project/elasticsearch-loader\n.. |PyPI version| image:: https://badge.fury.io/py/elasticsearch_loader.svg\n :target: https://pypi.python.org/pypi/elasticsearch-loader\n.. |Stargazers over time| image:: https://starcharts.herokuapp.com/moshe/elasticsearch_loader.svg\n :target: https://starcharts.herokuapp.com/moshe/elasticsearch_loader\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Moshe/elasticsearch_loader", "keywords": "elastic", "license": "", "maintainer": "", "maintainer_email": "", "name": "elasticsearch-loader", "package_url": "https://pypi.org/project/elasticsearch-loader/", "platform": "", "project_url": "https://pypi.org/project/elasticsearch-loader/", "project_urls": { "Homepage": "https://github.com/Moshe/elasticsearch_loader" }, "release_url": "https://pypi.org/project/elasticsearch-loader/0.5.1/", "requires_dist": null, "requires_python": "", "summary": "A pythonic tool for batch loading data files (json, parquet, csv, tsv) into ElasticSearch", "version": "0.5.1" }, "last_serial": 5843399, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "30f381bcc07072d866ce7da377ad477a", "sha256": "d717ed452c4959bab10440233c8d4027068c12aa255f4aba60b470334f42472f" }, "downloads": -1, "filename": "elasticsearch-loader-0.0.1.tar.gz", "has_sig": false, "md5_digest": "30f381bcc07072d866ce7da377ad477a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4394, "upload_time": "2016-10-01T16:03:44", "url": "https://files.pythonhosted.org/packages/ce/e7/ad87c3d58c245a2b3cb5bd58baa10ee547c6a752cbbb34927f89f6e1d749/elasticsearch-loader-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "f68373f7f939d17ef2a231ae84646cd5", "sha256": "c0e11f97256073bad4b45b6b7c6f076f5a8d03c1d3e0f015a2bafedc82a1a8e1" }, "downloads": -1, "filename": "elasticsearch-loader-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f68373f7f939d17ef2a231ae84646cd5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4407, "upload_time": "2016-10-01T16:07:27", "url": "https://files.pythonhosted.org/packages/05/9a/83a828c46ff8b13247725236810a210e09a37f20f03e9cf494acf4ecde3a/elasticsearch-loader-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "9df32cc0a31567f03b71eb0f8d149f16", "sha256": "0927709ad885e3ec6f567189c67e065b7adcec8870c0e2c22c364c6cc4810cb1" }, "downloads": -1, "filename": "elasticsearch-loader-0.0.3.tar.gz", "has_sig": false, "md5_digest": "9df32cc0a31567f03b71eb0f8d149f16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4405, "upload_time": "2016-10-01T16:33:28", "url": "https://files.pythonhosted.org/packages/75/d3/886eab516bf888f0be080f058172afdc038d44e7d0c5606e99059c61fb6e/elasticsearch-loader-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "e56c7bc40f6160cc57205a6d09bd5a8e", "sha256": "289cbd1df21aa964486625af15d6587c79c2f8ed6cbf3c6a4ac09439006549d8" }, "downloads": -1, "filename": "elasticsearch-loader-0.0.4.tar.gz", "has_sig": false, "md5_digest": "e56c7bc40f6160cc57205a6d09bd5a8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4539, "upload_time": "2016-10-08T10:42:53", "url": "https://files.pythonhosted.org/packages/13/21/00aeed8d27382e64897f6f4a1bf2ca8f6b4d287fe7fb694ba1736c28a62a/elasticsearch-loader-0.0.4.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "16817f5efb2a2ecd49cfc76e4d930035", "sha256": "5ea4acc0619ce3465060055bbac1cb405c42e51cb56a10ecd30fea5d2a28bcb4" }, "downloads": -1, "filename": "elasticsearch-loader-0.1.0.tar.gz", "has_sig": false, "md5_digest": "16817f5efb2a2ecd49cfc76e4d930035", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4732, "upload_time": "2016-10-08T13:57:36", "url": "https://files.pythonhosted.org/packages/ae/4b/0b6a0c0217cb841fa23d712d554f3444450cc1d1fb2e4ddd2ff92dc252da/elasticsearch-loader-0.1.0.tar.gz" } ], "0.1.1": [], "0.1.2": [], "0.1.7": [ { "comment_text": "", "digests": { "md5": "4462348eed6d55bacc95e015d74f10c2", "sha256": "01bbfd2f5269b192fcf69f88b662a2c9c0cfcc2cf4b5515cfca39d8abec2ec3b" }, "downloads": -1, "filename": "elasticsearch-loader-0.1.7.tar.gz", "has_sig": false, "md5_digest": "4462348eed6d55bacc95e015d74f10c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4800, "upload_time": "2016-11-02T21:16:36", "url": "https://files.pythonhosted.org/packages/77/9d/18d27cdfcf076f9eb045449cea111890159573350cba60343dc498e53458/elasticsearch-loader-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "3cd3a1ebee9e7e9d079439a5b469fac6", "sha256": "de14f98f6e829721412b3b874ff92c0848068071ed633e62f14235960eb6a054" }, "downloads": -1, "filename": "elasticsearch-loader-0.1.8.tar.gz", "has_sig": false, "md5_digest": "3cd3a1ebee9e7e9d079439a5b469fac6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4734, "upload_time": "2016-11-05T16:17:45", "url": "https://files.pythonhosted.org/packages/70/40/0bb0fac6617f01cc43ae5bf25ca3d521b8e418867e3ba90f3008976637ea/elasticsearch-loader-0.1.8.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "53a9085eec17a0c4529540b7fc3a2f60", "sha256": "4e5bd3ff666395d9e4feefb521b29928ae2ea76dd12c2fac041e0c2d507171ca" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.0.tar.gz", "has_sig": false, "md5_digest": "53a9085eec17a0c4529540b7fc3a2f60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5200, "upload_time": "2017-02-22T20:05:50", "url": "https://files.pythonhosted.org/packages/0e/5e/2a706587e5dcd7df5f25e34a9f03d609b709777f5eae54daa1c338678087/elasticsearch-loader-0.2.0.tar.gz" } ], "0.2.11": [ { "comment_text": "", "digests": { "md5": "7540d96015975820c1d1361c24ae3d18", "sha256": "d89c2634be0621afa48595b0d15b08c8c4cfc82b460b68c6dc38d31acdad4702" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.11.tar.gz", "has_sig": false, "md5_digest": "7540d96015975820c1d1361c24ae3d18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6630, "upload_time": "2018-08-12T19:17:27", "url": "https://files.pythonhosted.org/packages/0e/ec/07135a542f661d588dcef0e71cbbb7c40e857a8d6d6e457203cb2933f94f/elasticsearch-loader-0.2.11.tar.gz" } ], "0.2.12": [ { "comment_text": "", "digests": { "md5": "5c5b30b0afb6836ed389e51226e52e55", "sha256": "498937ae26d00b6c87314330de3924af0b233124dbcf0350a24db4195bc54e5f" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.12.tar.gz", "has_sig": false, "md5_digest": "5c5b30b0afb6836ed389e51226e52e55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6630, "upload_time": "2018-08-12T19:20:19", "url": "https://files.pythonhosted.org/packages/f5/91/bf270bc0368de074e6cd4eb9f479a24aa12bfe7274ce58190108dec8eee2/elasticsearch-loader-0.2.12.tar.gz" } ], "0.2.13": [ { "comment_text": "", "digests": { "md5": "cf87e35c3e99d8435bfea5210cee08ba", "sha256": "d06827ea90541515fb496e1b9cc0e6abe332d3d1ad212c4f283d1807eea76997" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.13.tar.gz", "has_sig": false, "md5_digest": "cf87e35c3e99d8435bfea5210cee08ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7403, "upload_time": "2018-12-27T10:04:16", "url": "https://files.pythonhosted.org/packages/69/8e/1e4170165e0a5a67be17ae719c3243d507763651f3249c7d14136c817231/elasticsearch-loader-0.2.13.tar.gz" } ], "0.2.14": [ { "comment_text": "", "digests": { "md5": "dc8aa36942b27eeb4017dcd34c557c95", "sha256": "ce3996493c2b11e0a1dd875ce2610f37ff52100423bc2b74676a700d8a0cd22e" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.14.tar.gz", "has_sig": false, "md5_digest": "dc8aa36942b27eeb4017dcd34c557c95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7697, "upload_time": "2019-01-19T13:55:03", "url": "https://files.pythonhosted.org/packages/33/5d/2711385c08c6ba01265c03c47a8d77bcaa81ef226085cdf486ce7acf5245/elasticsearch-loader-0.2.14.tar.gz" } ], "0.2.15": [ { "comment_text": "", "digests": { "md5": "2160ccb014cb5e136e0921d927cb6951", "sha256": "2a819f518abc3d7511436876176ff0d9fd771e5953840cc00bacaa12d4a7b1c7" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.15.tar.gz", "has_sig": false, "md5_digest": "2160ccb014cb5e136e0921d927cb6951", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7710, "upload_time": "2019-01-27T21:06:25", "url": "https://files.pythonhosted.org/packages/8e/c2/7e4e2103c8e89aba318ab93ce85e4b4727dd0c7ed8be71713ebeead1ddda/elasticsearch-loader-0.2.15.tar.gz" } ], "0.2.17": [ { "comment_text": "", "digests": { "md5": "39b61d1d8310bc33d6f4e981b66b9e64", "sha256": "82c833babb0341e093b680174230000fd3edc027e66d5fc283a6bcbb64e744e5" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.17.tar.gz", "has_sig": false, "md5_digest": "39b61d1d8310bc33d6f4e981b66b9e64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7706, "upload_time": "2019-01-27T21:09:55", "url": "https://files.pythonhosted.org/packages/65/5f/e5d2657e1df677b18267f7b31ed9152f7106fac0fac5b86f4aa524d52b2a/elasticsearch-loader-0.2.17.tar.gz" } ], "0.2.18": [ { "comment_text": "", "digests": { "md5": "d434253e5753aa248719a4d11c80f460", "sha256": "aed3f398f3ef58b807fededf319f3e589b279589740eaf0a1504fe94240dbe43" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.18.tar.gz", "has_sig": false, "md5_digest": "d434253e5753aa248719a4d11c80f460", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7708, "upload_time": "2019-01-27T21:14:59", "url": "https://files.pythonhosted.org/packages/e8/80/1da6d4cdfa94a74b5ee56c150c78365f4d4e241edf580e935f6f2d0298f6/elasticsearch-loader-0.2.18.tar.gz" } ], "0.2.19": [ { "comment_text": "", "digests": { "md5": "1ca09bc3b8f92ac1b6ff7bdc4ac177df", "sha256": "1d292900dabbf2b3b07a003374a9ce7ed65f1f4f6ad2da64681766eaddaad219" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.19.tar.gz", "has_sig": false, "md5_digest": "1ca09bc3b8f92ac1b6ff7bdc4ac177df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7762, "upload_time": "2019-02-02T21:04:06", "url": "https://files.pythonhosted.org/packages/2e/df/49b265eb758193449910d765c9cd6d685ee99c1ef046e00b1fb598d1d399/elasticsearch-loader-0.2.19.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "60046b406a33c187653f469d6b4a076e", "sha256": "406362e11b057170dc22252813f80b627fc1f1a39c41336f56441c5b640f8a82" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.2.tar.gz", "has_sig": false, "md5_digest": "60046b406a33c187653f469d6b4a076e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5411, "upload_time": "2017-05-05T18:21:47", "url": "https://files.pythonhosted.org/packages/a1/66/9ca44777a9d74a6850d05b3ff37ffd33f0298270a76080e948d50533c63c/elasticsearch-loader-0.2.2.tar.gz" } ], "0.2.21": [ { "comment_text": "", "digests": { "md5": "18024998fd6e2eb2df357f69641cc5cd", "sha256": "80c3c733f082f16e6cc68feec1d4d61cab20083311e5d0c855f7ba8c958c9317" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.21.tar.gz", "has_sig": false, "md5_digest": "18024998fd6e2eb2df357f69641cc5cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6733, "upload_time": "2019-02-15T12:49:10", "url": "https://files.pythonhosted.org/packages/08/2d/10fd840a0b708ae70c9b4bcb796df37d46d04ab3932d96edfdef5e9b52b3/elasticsearch-loader-0.2.21.tar.gz" } ], "0.2.22": [ { "comment_text": "", "digests": { "md5": "a9adcc8c6165a2125273e1c71c96bf9f", "sha256": "e8da2dd4d9f7429b95db1f3e73bf207ff875b99dbdb6b279c83677ec45d47d38" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.22.tar.gz", "has_sig": false, "md5_digest": "a9adcc8c6165a2125273e1c71c96bf9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6728, "upload_time": "2019-02-15T12:57:40", "url": "https://files.pythonhosted.org/packages/8b/5d/300c686aef40132f59619b86e9ecd8fa404d2881482551f639aa711ecfab/elasticsearch-loader-0.2.22.tar.gz" } ], "0.2.24": [ { "comment_text": "", "digests": { "md5": "268c030220aece453df212d6a30d1927", "sha256": "12c158c2923bf05f590126ebb3108f36cff333aab5b82add051163dcfcd5b8e8" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.24.tar.gz", "has_sig": false, "md5_digest": "268c030220aece453df212d6a30d1927", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7471, "upload_time": "2019-02-15T13:02:18", "url": "https://files.pythonhosted.org/packages/d9/e6/14604ce15303e41d9e60c34dac89fbaa0b24341872bc05ac4dd5be98ebda/elasticsearch-loader-0.2.24.tar.gz" } ], "0.2.25": [ { "comment_text": "", "digests": { "md5": "f7458af5a4c92be86b6d013d2d61e6cf", "sha256": "3a88a6adb2b39c9e5fcfa178367b412e6d2fe068aa861183cecd5b36ed167bd0" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.25.tar.gz", "has_sig": false, "md5_digest": "f7458af5a4c92be86b6d013d2d61e6cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7570, "upload_time": "2019-03-29T12:42:11", "url": "https://files.pythonhosted.org/packages/26/ad/d865d0afcb59f1ab81711f3907b39f985efae28171cbd9c71d518930ec7a/elasticsearch-loader-0.2.25.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "9afa88fe2be9cca1cbeb9868efeec135", "sha256": "1689060c0f06931949ce6138e74f568a64434971471bd1230bb708c493675b9e" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.3.tar.gz", "has_sig": false, "md5_digest": "9afa88fe2be9cca1cbeb9868efeec135", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6801, "upload_time": "2018-03-23T13:46:50", "url": "https://files.pythonhosted.org/packages/1c/c6/21d83b9a3b9aa695aeb0092d78f7d5b1aadc0b8d56f6195f79a1c95d2895/elasticsearch-loader-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "c306272620cf9981631e6d62ebcf75c8", "sha256": "727a76dba1abbe7d65ff01749f54758604f6ff2dd83ec6d116496d35e82579b0" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.4.tar.gz", "has_sig": false, "md5_digest": "c306272620cf9981631e6d62ebcf75c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6741, "upload_time": "2018-03-23T13:54:56", "url": "https://files.pythonhosted.org/packages/7e/65/83c73604b129b134a86e27a6a235d61c9af9654bdc20de73252c42c3a7fb/elasticsearch-loader-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "63054565dca84f158bccd0f2e7dadef6", "sha256": "fffc159e3f0d2532efbb32ae8d35641cfeab914638aad6f91f76144980696ef3" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.5.tar.gz", "has_sig": false, "md5_digest": "63054565dca84f158bccd0f2e7dadef6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6769, "upload_time": "2018-03-23T13:58:58", "url": "https://files.pythonhosted.org/packages/01/e9/caac47d9823ed2a37c56a7e1036a00e66e41d42bc9a5ec4c439ad8777acf/elasticsearch-loader-0.2.5.tar.gz" } ], "0.2.6": [ { "comment_text": "", "digests": { "md5": "0f08b8c335e2f404da9ad981faa9f9ac", "sha256": "61c92e5b2b158225b35c6b826d1966197f50cb3c29ff130996159d70dcdfbe1b" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.6.tar.gz", "has_sig": false, "md5_digest": "0f08b8c335e2f404da9ad981faa9f9ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6760, "upload_time": "2018-03-23T14:06:11", "url": "https://files.pythonhosted.org/packages/bd/ae/376d9214433a4e979ffeadba6ba1f530baebf5c427ce6d1ddfbc49dd07e6/elasticsearch-loader-0.2.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "c350a3a6015dacb463c19f54b9af2932", "sha256": "47b8f5e7452c15f9657924910279a2950c3302b90595cf1b5789d46f58c4062c" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.7.tar.gz", "has_sig": false, "md5_digest": "c350a3a6015dacb463c19f54b9af2932", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6767, "upload_time": "2018-08-08T19:52:27", "url": "https://files.pythonhosted.org/packages/2c/eb/60db1e7de07c3dab3823b0f2be5de7e19f92bae6b9070bfefa9f1e6e2cc3/elasticsearch-loader-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "78a894722aa549e2f21afbfe87af3a74", "sha256": "0d82cb5a7adaee8ad37df8e6e21587c8fa82555439d13ff6350622722211e3d3" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.8.tar.gz", "has_sig": false, "md5_digest": "78a894722aa549e2f21afbfe87af3a74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6812, "upload_time": "2018-08-12T18:43:24", "url": "https://files.pythonhosted.org/packages/1e/e3/f7b3306096b64bed52767d60c849bb819cfdadc173b49b3f4f05b37156d8/elasticsearch-loader-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "6e98829d9b4e89ae3cce52a9898c6c73", "sha256": "666c45b0adb1d08d565344517ca21fdc015ba2cc3b2d425ddaa1075ba318841e" }, "downloads": -1, "filename": "elasticsearch-loader-0.2.9.tar.gz", "has_sig": false, "md5_digest": "6e98829d9b4e89ae3cce52a9898c6c73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6627, "upload_time": "2018-08-12T19:15:30", "url": "https://files.pythonhosted.org/packages/06/e9/415603d5e4d1dd5991620ca3b1a6d9b61bd277f42829b96c555000287715/elasticsearch-loader-0.2.9.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "a4bb3e802a629c3b503cd7317e3e9343", "sha256": "7eee84947a89e84dd4a18e445632299914151e0206cc3db90fa86cda8262fbbb" }, "downloads": -1, "filename": "elasticsearch-loader-0.3.0.tar.gz", "has_sig": false, "md5_digest": "a4bb3e802a629c3b503cd7317e3e9343", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7609, "upload_time": "2019-06-06T08:20:31", "url": "https://files.pythonhosted.org/packages/39/61/682f48f7092a43c49c0c50207d53f49e5cf5c561109f1d332fd1b3bf2937/elasticsearch-loader-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "67c5bdd1ee1ff9eb3bbf3ce6a217bac4", "sha256": "d2abf6382a5f04f9f868ba8ad20177bc57b338d5a11b6ed52994e2e19308f42c" }, "downloads": -1, "filename": "elasticsearch-loader-0.4.0.tar.gz", "has_sig": false, "md5_digest": "67c5bdd1ee1ff9eb3bbf3ce6a217bac4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7738, "upload_time": "2019-06-29T11:06:28", "url": "https://files.pythonhosted.org/packages/78/88/c0f7ed78f2ebf0620ddf09cb75258a994f89ebd1d141bf6d223818560e72/elasticsearch-loader-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "a0813bdca66061439c869e162226d95d", "sha256": "533918aff8f42b74abb1e2314a7a90611b8707f288f1521e5fa8e03264dce7ec" }, "downloads": -1, "filename": "elasticsearch-loader-0.5.0.tar.gz", "has_sig": false, "md5_digest": "a0813bdca66061439c869e162226d95d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7817, "upload_time": "2019-08-02T16:48:53", "url": "https://files.pythonhosted.org/packages/78/95/2f4ef23e70bde56c46f055f2e5d9bf21eae415e0f177daba77704b7a4c57/elasticsearch-loader-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "916ebf75bada7e70236ea979aca2c2ce", "sha256": "9ededd74b3d3e4d4fb92e88cd6956358885d4a1b268117c58fd281e19ca042dd" }, "downloads": -1, "filename": "elasticsearch-loader-0.5.1.tar.gz", "has_sig": false, "md5_digest": "916ebf75bada7e70236ea979aca2c2ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7871, "upload_time": "2019-09-17T18:49:55", "url": "https://files.pythonhosted.org/packages/a2/84/6f8396922f47dee47745d7bd001487fb6165dbe62ae7ca6a45ae8c246057/elasticsearch-loader-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "916ebf75bada7e70236ea979aca2c2ce", "sha256": "9ededd74b3d3e4d4fb92e88cd6956358885d4a1b268117c58fd281e19ca042dd" }, "downloads": -1, "filename": "elasticsearch-loader-0.5.1.tar.gz", "has_sig": false, "md5_digest": "916ebf75bada7e70236ea979aca2c2ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7871, "upload_time": "2019-09-17T18:49:55", "url": "https://files.pythonhosted.org/packages/a2/84/6f8396922f47dee47745d7bd001487fb6165dbe62ae7ca6a45ae8c246057/elasticsearch-loader-0.5.1.tar.gz" } ] }