I have a database (MySQL) and I need data from n databases (probably multiples DBMS). For example, if a person is added as an user in other database I need to update my table with the new name.
The data is critical, and for sure, only I would have access to read.
My database is the only one that needs to be updated with the new data.
The alternatives that I found:
- Forget all the text above, and simply generate tokens that are distributed to the organizations, that give a token for each user.
- The other sites have (or will build) an API to access the information externally.
- Sync databases (here, I need help about the structure to do that)
system_useron each database for example). There are a ton of problems that isolating into database-specific API calls would probably solve easiest. – DTest Feb 22 at 14:48