Mysql database sync between two databases

后端 未结 4 1155
独厮守ぢ
独厮守ぢ 2020-11-27 10:39

We are running a Java PoS (Point of Sale) application at various shops, with a MySql backend. I want to keep the databases in the shops synchronised with a database on a hos

4条回答
  •  孤城傲影
    2020-11-27 11:17

    SymmetricDS is the answer. It supports multiple subscribers with one direction or bi-directional asynchronous data replication. It uses web and database technologies to replicate tables between relational databases, in near real time if desired.

    Comprehensive and robust Java API to suit your needs.

提交回复
热议问题