I have multiple large MongoDB collections. I have to make a change in one collection that should automatically make the corresponding changes in all the mongoDB collections.
In other words I have to sync all my MongoDB collection so that if I make change in one, it should reflect that change automatically in all the other MongoDB collections.
What should I do to achieve it ?