pg_chameleon 1.0 released
Posted on 2017-05-07 by Federico Campoli
pg_chameleon is a MySQL to PostgreSQL replica system developed in python 2.7/3.3+.
The release 1.0 comes with the following features
- Copy schema and data from MySQL to a PostgreSQL schema
- MySQL to PostgreSQL replica
- Basic DDL Support (CREATE/DROP/ALTER TABLE, DROP PRIMARY KEY/TRUNCATE)
- Discards of replicated rubbish data
- Replica from multiple MySQL sources
- Basic replica monitoring
- Detach replica from MySQL for easy migration to PostgreSQL
Usage examples
- Analytics
- Migrations
- Data aggregation from multiple MySQL databases
Download and documentation
Pypi package
Github page
Documentation