(no title)
Multrex | 3 years ago
Everything i searched for was either expensive, total overkill, hard to configure or too invasive. Tools like CDC etc.
I stumble upon this open-source tool ReplicaDB on GitHub.
I have never imagined that there would be someone to create such an awesome tool that can do these things.
Written in JAVA and uses JDBC drivers. It can connect to every popular databases and migrate data, for example from a PostgreSQL table to a MSSQL or MongoDB etc.
It can query TABLES, VIEWS and the best of all, you can write free SQL SELECT queries from source and move the data to a destination table. It does not have to match the source to the destination table.
The developer is awesome and keeps the project updated, also he helps a lot of troubleshooting or giving you a solution if you stuck somewhere.
The documentation is simple, yet excellent.
I think this tool is a little hidden gem that can run on all systems (OS's) that have JAVA installed, and helps a lot of people who create scripts for migrating, syncing data between heterogeneous environments.
I just want people to know that this software exists and personally i believe the developer truly deserves some help for his incredible work.
I support him.
No comments yet.