如何保持oracle和orientdb数据库同步?

How to keep oracle and orientdb database in sync?

我想保持 oracle 和 orientdb 数据库近乎实时同步,反之亦然。有没有什么工具/机制可以遵循

OrientDB 刚刚发布了一个新工具,可以满足您的所有需求。它的名字叫 Teleporter,你可以用它来:

  • 将现有的 RDBMS 导入 OrientDB。
  • 使您的 OrientDB 数据库与 RDBMS 的更改保持同步。

此工具支持与 Oracle、SQLServer、MySQL、PostgreSQL 和 HSQLDB DBMS 的迁移和同步。

Teleported 已于几天前与新的 orientdb 2.2.0-beta 版本一起发布,即使尚未集成(它不是最终版本)也非常容易安装。 这是 orientdb.com 上的传送器页面:

http://orientdb.com/orientdb-labs/teleporter/

您可以在此处找到文档的 link:

https://github.com/orientechnologies/orientdb-labs/blob/master/Teleporter-Index.md