How to Install DBSyncer Data Sync Tool

Project URL: https://gitee.com/ghi/dbsyncer
DBSyncer (dbs for short) is an open-source data synchronization middleware that supports sync scenarios for MySQL, Oracle, SqlServer, PostgreSQL, Elasticsearch (ES), Kafka, File, SQL, and more. It supports uploading custom plugins for synchronization transformation logic, provides full and incremental data statistics charts, and offers application performance alerts.

This guide uses CentOS 7.9 as an example.

Download:

wget https://mirror.cnop.net/database/tools/dbsyncer-2.0.1_0120-Beta-bin.zip
unzip dbsyncer-2.0.1_0120-Beta-bin.zip

Startup:

cd dbsyncer-2.0.1_0120-Beta  #Enter the directory
./bin/startup.sh                          #Start the application

Access via browser (replace with your own IP address):

http://yourip:18686

At this point, the installation can be considered successful.

Leave a Comment

Your email address will not be published.