Are there any good tools used to sync data from oracle to mongodb?

I want to sync data from oracle to mongodb.

I already parse the oracle database table by table and copy data into mongodb using java. But the method does not common to use,

When I added new tables into oracle, or added new rows into oracle tables, I needed to revise my code.
What's more, The method of my does not support the updating dates.

So, I want to know, are there any good tools used to sync data from oracle to mongodb?

Any help would be sincerely appreciated!

Not related to elasticsearch.

Please ask this on mongodb mailing list or look at #logstash forum and look at jdbc input and mongodb output.

Thanks, I now have the basic method to proess it. and I use logstash-output-mongo plugin.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.