{"id":14974048,"url":"https://github.com/omniti-labs/mimeo","last_synced_at":"2025-08-11T17:37:24.722Z","repository":{"id":3262760,"uuid":"4301579","full_name":"omniti-labs/mimeo","owner":"omniti-labs","description":"Extension for specialized, per-table replication between PostgreSQL instances","archived":false,"fork":false,"pushed_at":"2017-06-12T16:40:32.000Z","size":1280,"stargazers_count":77,"open_issues_count":1,"forks_count":14,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-02-01T02:41:25.401Z","etag":null,"topics":["logical-replication","plpgsql","postgresql","postgresql-extension","table-replication"],"latest_commit_sha":null,"homepage":"","language":"PLpgSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/omniti-labs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-11T20:50:26.000Z","updated_at":"2024-11-28T16:30:04.000Z","dependencies_parsed_at":"2022-08-23T14:30:39.279Z","dependency_job_id":null,"html_url":"https://github.com/omniti-labs/mimeo","commit_stats":null,"previous_names":[],"tags_count":67,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omniti-labs%2Fmimeo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omniti-labs%2Fmimeo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omniti-labs%2Fmimeo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omniti-labs%2Fmimeo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omniti-labs","download_url":"https://codeload.github.com/omniti-labs/mimeo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238445840,"owners_count":19473821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["logical-replication","plpgsql","postgresql","postgresql-extension","table-replication"],"created_at":"2024-09-24T13:49:52.517Z","updated_at":"2025-02-12T09:32:13.299Z","avatar_url":"https://github.com/omniti-labs.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PGXN version](https://badge.fury.io/pg/mimeo.svg)](https://badge.fury.io/pg/mimeo)\n\nMimeo\n=====\n\nMimeo is an extension that provides specialized, per-table replication between PostgreSQL instances. It currently provides snapshot (whole table copy), incremental (based on an incrementing timestamp or id), and DML (inserts, updates and deletes).\n\nAlso installing the pg_jobmon extension (see other repositories in omniti-labs) to log all replication activity and provide monitoring is highly recommended. \n\nIn addition to the documentation, some additional information about this extension is discussed on the author's blog http://www.keithf4.com/tag/mimeo/\n\nINSTALLATION\n------------\n\nRequirements: PostgreSQL 9.1+, dblink extension \n\nRecommendations: pg_jobmon (\u003e= 1.3.2) extension (https://github.com/omniti-labs/pg_jobmon)\n\nIn directory where you downloaded mimeo to run\n\n    make\n    make install\n\nLog into PostgreSQL and run the following commands. Schema can be whatever you wish, but it cannot be changed after installation.\n\n    CREATE SCHEMA mimeo;\n    CREATE EXTENSION mimeo SCHEMA mimeo;\n\nSee the doc folder for more usage information. The howto.md file provides a quickstart guide. The mimeo.md file contains a full reference guide.\n\n\nUPGRADE\n-------\n\nMake sure all the upgrade scripts for the version you have installed up to the most recent version are in the $BASEDIR/share/extension folder. \n\n    ALTER EXTENSION mimeo UPDATE TO '\u003clatest version\u003e';\n\n\nAUTHOR\n------\n\nKeith Fiske  \nOmniTI, Inc - http://www.omniti.com  \nkeith@omniti.com\n\n\nLICENSE AND COPYRIGHT\n---------------------\n\nMimeo is released under the PostgreSQL License, a liberal Open Source license, similar to the BSD or MIT licenses.\n\nCopyright (c) 2016 OmniTI, Inc.\n\nPermission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies.\n\nIN NO EVENT SHALL THE AUTHOR BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nTHE AUTHOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN \"AS IS\" BASIS, AND THE AUTHOR HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomniti-labs%2Fmimeo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomniti-labs%2Fmimeo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomniti-labs%2Fmimeo/lists"}