Is it possible to synchronize a Mysql database that is in the cloud and display its data in an ArcGIS Online web layer?
@DambéSANWOGOU you'd need to serve the data via Enterprise as an RDBMs, and MySQL isn't supported:
https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/introduction/geodatabase-administrat...
https://enterprise.arcgis.com/en/server/latest/manage-data/windows/client-geodatabase-compatibility....
You're better off looking at PostgreSQL.
Otherwise you could look to write a python script that pulls the data down to a local geodatabase, and then overwrites/appends/deletes the deltas in your AGOL service?
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.