I need to migrate 17 lakh rows from oracle to redis. Currently working with java based implementation for migration but the process is slow as of now. Do you have any adapters or anything for help?
Comment From: viragtripathi
We have oracle's golden gate to redis adapter at Redis Labs and many of our customers are looking at the same/similar use-cases where they want to migrate their oracle/mysql/db2 etc data to redis and use redis as their primary data store. We have also developed loaders , that can do initial load to redis and then golden gate for real time. Please let me know if you are interested in this solution.
Comment From: kumari143
Hi @viragtripathi , I need some help in initial load from oracle to redis. Wich approach we need to follow to develope loaders for only initial load. Thanks in advance.
Comment From: viragtripathi
Hi @kumari123, check out this article, https://link.medium.com/haWR18aODX. It’s got a link to our data import/export tool for redis and redis modules which can do your initial load from several data sources. Hope this helps and let us know if you need anything else.
Comment From: kishor-sharma-maersk
@viragtripathi can you please suggest some stable solution for oracle to Radis cache for incremental load ?
Comment From: viragtripathi
Hi @kishor-sharma-maersk, If you are an enterprise customer of Redis then, you can user Redis Connect for incremental load i.e. CDC and Initial load as well. Please see, https://github.com/redis-field-engineering/redis-connect-dist
Comment From: yaronp68
Hi @kishor-sharma-maersk, If I understand correctly you are looking for an ongoing sync between Oracle and Redis. if you use Redis Enterprise please contact me via your account team. If you are OSS user you can try the Debezium server with the Debezium Redis Sink connector. It will write the captured changes to streams in Redis and from there you can process them.