1. 支持多种数据库:openlogreplicator可以与多种主流的关系型数据库进行集成,包括MySQL、Oracle、PostgreSQL等,这使得它可以适用于不同的数据库迁移和数据复制场景。 2. 实时复制:openlogreplicator可以实时监控源数据库的日志变化,并将这些变化同步到目标数据库。这意味着目标数据库的数据会与源数据库的数据保持一致,...
root@52e2c74992de:/opt/OpenLogReplicator-1.2.0/cmake-build-Release-x86_64# mkdir /opt/OpenLogReplicator root@52e2c74992de:/opt/OpenLogReplicator-1.2.0/cmake-build-Release-x86_64# mkdir /opt/OpenLogReplicator/log root@52e2c74992de:/opt/OpenLogReplicator-1.2.0/cmake-build-Release-x86_64#...
下面是一个openlogreplicator的例子: 假设有两个数据库实例,分别为A和B,它们都运行在不同的服务器上。现在我们想将A中的日志复制到B中,实现数据同步。 首先,在A中启动openlogreplicator,执行以下命令: ``` openlogreplicator -r -c ./config.xml ``` 其中,-r表示启动复制功能,-c指定配置文件的路径。在...
OpenLogReplicator-docker This repository contains basic Dockerfile for OpenLogReplicator You can compile with Debian or Ubuntu image: bersler/openlogreplicator Refer to build.sh for reference how to run docker build command. The script will automatically create a Docker image with the main binary ...
OpenLogReplicator can be fine-tuned over and over. Still something would to be imperfect. Some code might not be optimal and need refactor. Another feature might be recognised as super important and a must-have. This will never end. Still, after over 4 years of fixing bugs and constant de...
OpenLogReplicator OpenLogReplicator is free software, hosted onGitHub, licensed on GPL v.3 created and maintained by Adam Leszczyński. It is created to allow everybody log-based replication (CDC, streaming) from Oracle Database to Kafka withminimal impacton the source database. The code is ...
OpenLogReplicator can work in cooperation with Debezium CDC as a replacement for LogMiner reader. Use the following table to find out which version of OpenLogReplicator is compatible with which version of Debezium. DebeziumOLR minimal versionOLR recommended version 2.4 1.3.0 1.7.0 2.5 1.3.0 1.7...
tsingfu/OpenLogReplicator 代码Issues0Pull Requests0Wiki统计流水线 服务 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 克隆/下载 HTTPSSSHSVNSVN+SSH 该操作需登录 Gitee 帐号,请先登录后再操作。
master Dockerfile LICENSE README.md build-dev.sh build-prod.sh run.sh Breadcrumbs OpenLogReplicator-docker / Latest commit bersler release 1.5.0 Jan 30, 2024 4b956d3·Jan 30, 2024 History History File metadata and controls executable file ...
ENV OPENLOGREPLICATOR_VERSION ${OPENLOGREPLICATOR_VERSION} ENV LD_LIBRARY_PATH=/opt/instantclient_${ORACLE_MAJOR}_${ORACLE_MINOR}:/opt/librdkafka/lib:/opt/prometheus/lib:/opt/protobuf/lib ENV BUILDARGS="-DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DWITH_RAPIDJSON=/opt/rapidjson -S ../ -B ./"...