Hi,
I have a backend system using MongoDB which can provide the JSON format for user profile. And I'd like to sync those data to EasySocial profile.
I think there are 2 options:
- Get the JSON from my system and import to EasySocial profile and save them to MySQL tables of ES. When user update the info, sync the change to my system
- Similar but get the JSON from my system and display the info directly to EasySocial profile without saving to MySQL tables of ES. When user update the info, sync the change to my system
Does anyone know any solution to achieve this? And which option is possible?