I came across Tungsten replication and wanted to check how it can used in our project. I have few question.
1. I want to sync from Oracle db to couchDB. is it possible to do it using Tungsten replication .
2. Can the sync happen dynamically at run-time. If the source db is changed with a DML operation on a table. can the change be propagated to destination db which is couchdb in my case.
3. Also, can it do bidirectional syncing. For any changes in couchdb will it be synced with oracle db.
4. If not couchdb, will it work with any other database such oracle XE, SQLite or nosql db like mongo and others frameworks.
Thanks.