Quantcast
Channel: StackExchange Replication Questions
Viewing all articles
Browse latest Browse all 17268

Syncing/Streaming MySQL Table/Tables(Joined Tables) with PostgreSQL Table/Tables

$
0
0
  1. I am having one MySQL Server and one PostgreSQL server.
  2. Need to replicate or re-insert set of data from multiples tables of MySQL to be Streamed/Synced to the PostgreSQL table.

  3. This replication can be based on time(Sync) or event such as a new insert in the table(Stream).

    I tried using the below replication tools but all these tools will be able to sync table to table only.Its not allowing to choose the columns from different tables of the source database(MySQL) and insert in to different tables in the destination database(PostgreSQL).

    • Symmetricds
    • dbconvert
    • pgloader
    • Postgresql FDW

    Now I have to write an application to query the data from MySQL and insert in to PostgreSQL as a cron job . Its cumbersome and error prone to sync the data. This is not able to stream(Event based) the data for realtime replication.

    it would be great if some tools already solving this problem. Please let me know if there is opensource library or tool can do this for me.

    Thanks in advance.


Viewing all articles
Browse latest Browse all 17268

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>