Login  Register

Re: Replication Source Oracle to Target Kudu

Posted by ErmanArslansOracleBlog on Dec 18, 2020; 2:33pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Replication-Source-Oracle-to-Target-Kudu-tp9142p9158.html

I checked the support matrix.. Currently Kudu is not supported.
So basically you need to find your own way..
You may Goldengate on the source.. Use it for doing CDC from Oracle, then you may use a supported target and then from that supported target you may find a way to pipe that data to Kudu.

For instance check this article -> https://www.confluent.io/blog/streaming-data-oracle-using-oracle-goldengate-kafka-connect

In this article, they are using Goldengate for doing CDC from Oracle and then they are using the Connect API in Kafka and stream the data to ElasticSearch.
They also say these connectors in Kafka is available for MongoDB, InfluxDB, Kudu and MySQL as well..

Also check Striim.. https://www.striim.com/integrations/oracle-kudu

Striim has also a solution for loading Oracle Data to Kudu in Real Time.