{ "info": { "author": "Abishek V S", "author_email": "abishekvs@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# PyPgRep Package\n\nThis is the PyPGREP package, this is a utility application which aims to simplify PostgreSQL database replication, it builds on top of logical replication enabled with the pg_create_logical_replication_slots function and currently uses the data extracted with the test plugin which is experimental and as such this projects also experimental and one should use it with caution and thorough testing. the utility only supports number, varchar, date and timestamp datatypes and does not support bytea data.\n\nPrePreqs\n========\nPsycopg2\n\nSetup\n=====\n1. Create the replication slot in the master database\n2. Create a directory for the extracted change files, this location has to be specified in the parfiles.\n3. Setup parameter file for extraction\n4. Start the pypgrep with nohup (as a daemon) with the extract parfile\n5. Setup parameter for apply of extracted changes\n6. Start the pypgrep with nohup (as a daemon) with the apply parfile\n[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)\nto write your content.\n\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/abishekvs/pypgrep", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pypgrep", "package_url": "https://pypi.org/project/pypgrep/", "platform": "", "project_url": "https://pypi.org/project/pypgrep/", "project_urls": { "Homepage": "https://github.com/abishekvs/pypgrep" }, "release_url": "https://pypi.org/project/pypgrep/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Python PostgreSQL Logical Replication Utility", "version": "1.0.1" }, "last_serial": 4016422, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "5269a3400c7d7d47c0ce6b8e6a5bf855", "sha256": "4468eb75f5676fe0159a350e2830cf15fdac7f8c0593dec4e618df3449a02038" }, "downloads": -1, "filename": "pypgrep-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5269a3400c7d7d47c0ce6b8e6a5bf855", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1654, "upload_time": "2018-06-29T19:08:18", "url": "https://files.pythonhosted.org/packages/7b/51/cf7dff92ebaefa3a7bca66bbd4510fc55a66eab7f45aa941e0cb24e765e7/pypgrep-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6df53cc58a6927e8a84f538d0993fd92", "sha256": "78f20c1668a9bb31899d6e5b5aff298ee52372694ce35c74db830215c2c5be53" }, "downloads": -1, "filename": "pypgrep-1.0.1.tar.gz", "has_sig": false, "md5_digest": "6df53cc58a6927e8a84f538d0993fd92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1520, "upload_time": "2018-06-29T19:08:20", "url": "https://files.pythonhosted.org/packages/bf/f1/83bf67b9ab80b6493ed43cbe696dffb45c2afbd6b7dc7050f774ed63414f/pypgrep-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5269a3400c7d7d47c0ce6b8e6a5bf855", "sha256": "4468eb75f5676fe0159a350e2830cf15fdac7f8c0593dec4e618df3449a02038" }, "downloads": -1, "filename": "pypgrep-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5269a3400c7d7d47c0ce6b8e6a5bf855", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1654, "upload_time": "2018-06-29T19:08:18", "url": "https://files.pythonhosted.org/packages/7b/51/cf7dff92ebaefa3a7bca66bbd4510fc55a66eab7f45aa941e0cb24e765e7/pypgrep-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6df53cc58a6927e8a84f538d0993fd92", "sha256": "78f20c1668a9bb31899d6e5b5aff298ee52372694ce35c74db830215c2c5be53" }, "downloads": -1, "filename": "pypgrep-1.0.1.tar.gz", "has_sig": false, "md5_digest": "6df53cc58a6927e8a84f538d0993fd92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1520, "upload_time": "2018-06-29T19:08:20", "url": "https://files.pythonhosted.org/packages/bf/f1/83bf67b9ab80b6493ed43cbe696dffb45c2afbd6b7dc7050f774ed63414f/pypgrep-1.0.1.tar.gz" } ] }