pg_chameleon - MySQL to PostgreSQL replica system
| Website: | https://github.com/the4thdoctor/pg_chameleon |
|---|---|
| License: | BSD |
| Vendor: | PostgreSQL Global Development Group |
- Description:
pg_chameleon is a MySQL to PostgreSQL replica system written in Python 3. The system use the library mysql-replication to pull the row images from MySQL which are stored into PostgreSQL as JSONB. A pl/pgsql function decodes the jsonb values and replays the changes against the PostgreSQL database.
Packages
| pg_chameleon-2.0.19-1.rhel7.noarch [136 KiB] |
Changelog
by Devrim Gündüz (2023-03-30):
- Update to 2.0.19 |
| pg_chameleon-2.0.18-1.rhel7.noarch [135 KiB] |
Changelog
by Devrim Gündüz (2022-04-20):
- Update to 2.0.18 |
| pg_chameleon-2.0.17-1.rhel7.noarch [134 KiB] |
Changelog
by Devrim Gündüz (2022-02-07):
- Update to 2.0.17 - Add Python 3.10 support to the spec file. |