replicator icon indicating copy to clipboard operation
replicator copied to clipboard

replicator is a toolkit for ingesting logical replication feeds into a CockroachDB cluster

Results 84 replicator issues
Sort by recently updated
recently updated
newest added

# Integration with Debezium Connectors Debezium is an open source distributed platform for change data capture. See for documentation, and code. While Debezium provides a full environment to stream events...

enhancement

This change provides an initial implementation of a sidecar that will use a debezium connector to capture changes from a database source and forward change events to cdc-sink. For a...

This change adds a demo workload that shows how the merge function can be used to implement asynchronous, two-way and hub-and-spoke replication. A more complete discussion of the workload is...

We use the target schema as the identifier for any given changefeed within cdc-sink. Example uses are the staging tables and the `resolved_timestamp` table. To improve deployment flexibility, it would...

Similar to what we have done for apply templates (see #515)

We may want to add an option in future support of #487 and #504 to manage a manifest of applied mutations within the target database. By storing `(table, key, timestamp)`...

enhancement

Getting `ORA-00932: inconsistent datatypes: expected - got BLOB` when trying to use the KV workload with Cockroach. The `BYTES` datatype should map to `BLOB` in Oracle: ```sql CREATE TABLE kv...

https://github.com/cockroachdb/cdc-sink/wiki/C2PostgreSQL might just work. But it needs to be tested.

Some starting links: cdc: - https://docs.oracle.com/cd/E11882_01/server.112/e25554/cdc.htm log miner: - https://www.oracle-dba-online.com/log_miner.htm - https://docs.oracle.com/en/database/oracle/oracle-database/19/sutil/steps-in-a-typical-logminer-session.html#GUID-0653BB78-4151-4C9F-B661-04E11D24DF23

Some starting links: - https://www.ibm.com/blog/go-db2-application-development-with-db2-and-go-language/ - https://www.ibm.com/docs/en/db2/11.1?topic=apis-db2readlog-read-log-records