{ "info": { "author": "Patrick Ancillotti", "author_email": "patrick@eefy.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Programming Language :: Python" ], "description": "Daikon\n======\n\nDescription\n-----------\n\nDaikon is a CLI for ElasticSearch to make some of the basic admin tasks associated\nwith ElasticSearch a little easier than using curl... you know for us lazy folks.\n\nIt's written in Python, and requires python 2.7.x, anyjson, and Python-Requests.\n\nWhy 'daikon'. Well, 'daikon' is a radish that is used in the making of kimchi.\nFor those who know ES, you'll know what that means ;) and of course HUGE shout\nout to @kimchy\n\nInstalling\n----------\n\nThis should work : ::\n\n $ pip install daikon\n\nAnd even this should too, but you shouldn't use it... : ::\n\n $ easy_install daikon\n\nConfiguration\n-------------\n\nConfiguration is defined in /etc/daikon/daikon.conf, or ~/.daikon.conf, and has\nthe format : ::\n\n [default]\n host = localhost\n port = 9200\n replicas = 3\n shards = 2\n\nCurrent Functionality\n---------------------\n\nCommands : ::\n\n * Working with Indexes\n * Create Indexes\n examples:\n daikon index create \n daikon index create --replicas --shards \n daikon index create --cluster --host --port \n * Delete Indexes\n examples:\n daikon index delete \n daikon index delete --cluster --host --port \n * List Indexes\n examples:\n daikon index list \n daikon index list --extended \n daikon index list --cluster --host --port \n * Open Indexes\n examples:\n daikon index open \n daikon index open --cluster --host --port \n * Close Indexes\n examples:\n daikon index close \n daikon index close --cluster --host --port \n * Status Indexes\n examples:\n daikon index status \n daikon index status --extended \n daikon index status --cluster --host --port \n * Working with Clusters\n * Status View\n examples:\n daikon cluster status\n daikon cluster status --extended\n daikon cluster status --cluster --host --port \n * Shutdown Clusters\n examples:\n daikon cluster shutdown\n daikon cluster shutdown --cluster --host --port \n * Working with Nodes\n * List\n examples:\n daikon node list\n daikon node list --extended\n daikon node list --cluster --host --port \n * Status\n examples:\n daikon node status \n daikon node status --extended \n daikon node status --cluster --host --port \n * Shutdown\n examples:\n daikon node shutdown \n daikon node shutdown --delay \n daikon node shutdown --cluster --port \n\n\nPlanned Functionality\n---------------------\n\nFuture Planned Functionality : ::\n\n * Working with Rivers (and provide plugin supports for rivers)\n * Working with indexes to dump, and import\n * Working with cluster maintennace\n * Working with searches, exporting results\n * Enhance Logging (Syslog, Debug Logging, Log File)\n\n\nHistory\n-------\n\n1.51 (2012-09-23)\n+++++++++++++++++\n* All modules now use print_output, and some additional output logging has been added\n* Now requires ElasticSearch 0.19.x+, and removes some depreciated contents\n\n1.10 (2011-11-09)\n+++++++++++++++++\n* Updated all modules, and main to use new exceptions.py\n* Moved modules around to make them more pythonish\n* Updated LICENSE and added header to all .py files\n\n1.00 (2011-11-06)\n+++++++++++++++++\n* Initial Release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.github.com/neogenix/daikon", "keywords": "", "license": "LICENSE", "maintainer": null, "maintainer_email": null, "name": "daikon", "package_url": "https://pypi.org/project/daikon/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/daikon/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.github.com/neogenix/daikon" }, "release_url": "https://pypi.org/project/daikon/1.51/", "requires_dist": null, "requires_python": null, "summary": "ElasticSearch CLI", "version": "1.51" }, "last_serial": 788758, "releases": { "1.0.5": [ { "comment_text": "", "digests": { "md5": "45c4915f30346ff0a34a02a263dadeb9", "sha256": "7fa1f430d089a6772ecf71ac2949d6d518ff7726244bfb436e613dc5ebf0161c" }, "downloads": -1, "filename": "daikon-1.0.5.tar.gz", "has_sig": false, "md5_digest": "45c4915f30346ff0a34a02a263dadeb9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10511, "upload_time": "2011-11-11T06:58:56", "url": "https://files.pythonhosted.org/packages/fa/18/3f08468aef8def85608949d50a55671d21dac9336726c1e52a05c24060b1/daikon-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "5daf5b9e2055e63fb01eea43fb3c2956", "sha256": "c53f894f790159e20ac9c6d0df2a00961e64ef58dfc4328760cdc9063df604d6" }, "downloads": -1, "filename": "daikon-1.0.6.tar.gz", "has_sig": false, "md5_digest": "5daf5b9e2055e63fb01eea43fb3c2956", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10827, "upload_time": "2011-11-15T04:51:45", "url": "https://files.pythonhosted.org/packages/9b/29/10be8ffcfa9a5de196fe915cba4f78899d6a21200bd6c2ae517d0aca038b/daikon-1.0.6.tar.gz" } ], "1.50": [ { "comment_text": "built for Darwin-11.4.0", "digests": { "md5": "3118e960e3cb5f311485c3054540e60e", "sha256": "314e679ba088f054548e30a49f97f54d408be5c5c056baf14c7e5abf2b7a7e2b" }, "downloads": -1, "filename": "daikon-1.50.macosx-10.7-x86_64.tar.gz", "has_sig": false, "md5_digest": "3118e960e3cb5f311485c3054540e60e", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 17426, "upload_time": "2012-09-23T21:24:32", "url": "https://files.pythonhosted.org/packages/ff/fe/82b5fd71c96a042cc038a5ee4e6d9b7eb8b466f8bf4ebec29c97ee3e59db/daikon-1.50.macosx-10.7-x86_64.tar.gz" }, { "comment_text": "built for Darwin-11.4.0", "digests": { "md5": "6a92a82c1f8d7679c7e6972089e8cbcb", "sha256": "e2843ae8d3d40992ff401ab7c4aaf037224e1bdd1e1d5c8a0b5c4071d241721d" }, "downloads": -1, "filename": "daikon-1.50.macosx-10.7-x86_64.zip", "has_sig": false, "md5_digest": "6a92a82c1f8d7679c7e6972089e8cbcb", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 34682, "upload_time": "2012-09-23T21:24:59", "url": "https://files.pythonhosted.org/packages/ef/19/030a1124f1c0a73a4609c76d702c43e0b52195c36ccd10f5f4a126fb57fd/daikon-1.50.macosx-10.7-x86_64.zip" }, { "comment_text": "", "digests": { "md5": "1490ffbd1233d7f3e77b684c9262847f", "sha256": "c2b9946d5a03bc5121990ed6bbce450f5e7b54571f6a437ddc40278531a7354e" }, "downloads": -1, "filename": "daikon-1.50.tar.gz", "has_sig": false, "md5_digest": "1490ffbd1233d7f3e77b684c9262847f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12777, "upload_time": "2012-09-23T21:24:28", "url": "https://files.pythonhosted.org/packages/cc/4d/277917987475d3943b79117ee60844a2cf9fa8f89dad674332c1fa294b18/daikon-1.50.tar.gz" } ], "1.51": [ { "comment_text": "", "digests": { "md5": "23cf75c0f998c09715986749d8c9ad1b", "sha256": "af5b4ed1c468bd251c45e4e8bf808a258fd069c9b88aa9c8fea1b17160265c34" }, "downloads": -1, "filename": "daikon-1.51.tar.gz", "has_sig": false, "md5_digest": "23cf75c0f998c09715986749d8c9ad1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12860, "upload_time": "2012-09-23T21:27:02", "url": "https://files.pythonhosted.org/packages/8a/d4/5d3f3103a239db811f28e378f9fb677247192f6b0238b06c1efb15c874aa/daikon-1.51.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "23cf75c0f998c09715986749d8c9ad1b", "sha256": "af5b4ed1c468bd251c45e4e8bf808a258fd069c9b88aa9c8fea1b17160265c34" }, "downloads": -1, "filename": "daikon-1.51.tar.gz", "has_sig": false, "md5_digest": "23cf75c0f998c09715986749d8c9ad1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12860, "upload_time": "2012-09-23T21:27:02", "url": "https://files.pythonhosted.org/packages/8a/d4/5d3f3103a239db811f28e378f9fb677247192f6b0238b06c1efb15c874aa/daikon-1.51.tar.gz" } ] }