Synchronizing oracle database and elastic search

Hey folks,

I've some problem about how to real time synchronize oracle database /tables and views/ and elastic source .

I have to synchronize to elastic search just after commit on oracle database. My RDBMS tables is complex, it has too many relation, too many join.

How to do it? any idea?

The best way would be to write the data to the database and to Elasticsearch at the same time.

1 Like

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