Any documentation that would lead me into using atom feed module to share patient information between 2 OpenMRS instances? I have a use case whereby if I create a patient in instanceA, the same patient need to be created in instanceB. Both instances are running on 2 different servers. Any pointers @dkayiwa @ssmusoke @SolDevelo
That reminds me of sync 2 module
Since i do not know more details about your use case, i will start with asking, have you evaluated database replication?
Yes, I can explore that approach, I though atomfeed module could just have global properties for setting up the 2 servers. Alternately, I can use sync2, but all my instances are on 1.x
Support for 1.x was eventually added to sync2. Just in case you are not be aware of an alternative solution from @Mekom https://github.com/openmrs/openmrs-dbsync
Though both sync2 and dbsync are still work in progress.
1 Like