{ "info": { "author": "ezhvsalate", "author_email": "ezhvsalate@ya.ru", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# zoodumper\n\nSometimes you need to make a fast dump of zookeeper tree and store it on other host, for example when moving from one virtual machine to another.\nHope these small utility could help.\n\nTested on python 3.6, kazoo 2.2.1\n\n## Installation:\n\nA tool can be easily installed using pip:\n``` \npip install zoodumper\n```\n\n## Dump data from zookeeper\n\nzoodumper dump [OPTIONS]\n\n Dumps zookeeper nodes and their values to json file.\n\nOptions:\n -s, --server TEXT zookeeper host [required]\n -p, --port INTEGER zookeeper port, by default it is 2181\n -b, --branch TEXT root branch for reading, default behaviour is to read everything from root\n -e, --exclude TEXT comma-separated list of branches to exclude, default behaviour is not to exclude branches\n\n Example of usage:\n``` \nzoodumper dump -s testsrv -p 2181 -b /startbranch -e /branch/subbranch,/branch/not/export/me/please\n```\n\n## Load data from dump to zookeeper\n\nzoodumper load [OPTIONS]\n\n Loads zookeeper nodes and their values from dump file. If node exists -\n it's value will be updated, if doesn't exist - will be created.\n\nUsage: \nOptions:\n\n -s, --server TEXT zookeeper host [required] \n -p, --port INTEGER zookeeper port, by default it is 2181 \n -f, --dump_file TEXT dump file, created when executed dump command [required]\n\nExample of usage:\n``` \nzoodumper load -f testsrv.zk.json -s testsrv -p 2181\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Ezhvsalate/zookeeper_dump_scripts", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "zoodumper", "package_url": "https://pypi.org/project/zoodumper/", "platform": "", "project_url": "https://pypi.org/project/zoodumper/", "project_urls": { "Homepage": "https://github.com/Ezhvsalate/zookeeper_dump_scripts" }, "release_url": "https://pypi.org/project/zoodumper/0.1/", "requires_dist": [ "Click", "Kazoo" ], "requires_python": ">=3.6", "summary": "Small utility to make a dump of zookeeper tree and store it on other host", "version": "0.1" }, "last_serial": 5676555, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2032b04b5184b6f98a7ef654bd5dd4d0", "sha256": "ce131fb0fd895db285e8a4a7119758e4e6e02789e63d52efbd5798b48a193b29" }, "downloads": -1, "filename": "zoodumper-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2032b04b5184b6f98a7ef654bd5dd4d0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 4362, "upload_time": "2019-08-14T11:47:41", "url": "https://files.pythonhosted.org/packages/f0/d3/cdb36982caf06a6957d5bcb3ff1a5ba294b4154f3aef9c646d4c0f6abc60/zoodumper-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a7c7ae8e1623a7ca5335d3c6e5ec0919", "sha256": "22654f660d0d76cb97e55dc4c203f9e1de4758b7ffaba37d5d4ec63c799a977f" }, "downloads": -1, "filename": "zoodumper-0.1.tar.gz", "has_sig": false, "md5_digest": "a7c7ae8e1623a7ca5335d3c6e5ec0919", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 3087, "upload_time": "2019-08-14T11:47:43", "url": "https://files.pythonhosted.org/packages/e8/6c/af1f9cec1f34254b1b0f24c66ef28a20c7fc98a3159db3f6a25be1c74caa/zoodumper-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2032b04b5184b6f98a7ef654bd5dd4d0", "sha256": "ce131fb0fd895db285e8a4a7119758e4e6e02789e63d52efbd5798b48a193b29" }, "downloads": -1, "filename": "zoodumper-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2032b04b5184b6f98a7ef654bd5dd4d0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 4362, "upload_time": "2019-08-14T11:47:41", "url": "https://files.pythonhosted.org/packages/f0/d3/cdb36982caf06a6957d5bcb3ff1a5ba294b4154f3aef9c646d4c0f6abc60/zoodumper-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a7c7ae8e1623a7ca5335d3c6e5ec0919", "sha256": "22654f660d0d76cb97e55dc4c203f9e1de4758b7ffaba37d5d4ec63c799a977f" }, "downloads": -1, "filename": "zoodumper-0.1.tar.gz", "has_sig": false, "md5_digest": "a7c7ae8e1623a7ca5335d3c6e5ec0919", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 3087, "upload_time": "2019-08-14T11:47:43", "url": "https://files.pythonhosted.org/packages/e8/6c/af1f9cec1f34254b1b0f24c66ef28a20c7fc98a3159db3f6a25be1c74caa/zoodumper-0.1.tar.gz" } ] }