I have 2 databases that have the exact same data but are stored in different structures. One data bases is using batches and indexing. The other data bases stores all the records within collections.
The databases are accessed by proprietary applications. If it was possible I would love it, if either databases is updated the other is updated. However if I could get the data from the database that is utilizing the batches structure with index to update the other database that would be great.
Please let me know what information anyone would need to accomplish this.