DBSyncer middleware Mysql synchronous Elasticsearch (ES)

introduce

DBSyncerIt is an open source data synchronization middleware that provides MySQL、Oracle、SqlServer、PostgreSQL、Elasticsearch(ES)、Kafka、File、SQLsynchronization scenarios. It supports uploading plug-ins to customize synchronous conversion services, and provides monitoring full and incremental data statistical charts, application performance warnings, etc.

Features
Combination-driven, custom library synchronization to library combination, combination between relational database and non-relational database, any matching table synchronization mapping relationship Real-time
monitoring, driving full or incremental real-time synchronization of running status, results, synchronization logs and system log
development Plug-in, custom conversion synchronization logic

project address

Application Scenario

insert image description here

installation configuration

  • step
    1. Install JDK 1.8 (details omitted)
    2. Download the installation package DBSyncer-1.0.0-RC.zip (can also be compiled manually)
    3. Decompress the installation package, execute on Windows bin/startup.bat, execute on Linuxbin/startup.sh
    4. Open a browser to visit:http://127.0.0.1:18686
    5. Account number and password:admin/admin

Specific reference: original article

Guess you like

Origin blog.csdn.net/chj_1224365967/article/details/130969644