Metadata-Version: 1.1
Name: pg_chameleon
Version: 2.0a1
Summary: MySQL to PostgreSQL replica and migration
Home-page: https://github.com/the4thdoctor/pg_chameleon/
Author: Federico Campoli
Author-email: the4thdoctor.gallifrey@gmail.com
License: BSD License
Description:  pg_chameleon is a tool for replicating from MySQL to PostgreSQL compatible with Python 2.7 and Python 3.3+.
        The system use the library mysql-replication to pull the row images from MySQL which are transformed into a jsonb object. 
        A pl/pgsql function decodes the jsonb and replays the changes into the PostgreSQL database.
        
        The tool requires an  initial replica setup which pulls the data from MySQL in read only mode. 
        This is done by the tool running FLUSH TABLE WITH READ LOCK;  .
        
        pg_chameleon can pull the data from a cascading replica when the MySQL slave is configured with log-slave-updates.
        
        
Platform: linux
Classifier: License :: OSI Approved :: BSD License
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Other/Nonlisted Topic
