Synchronize ArcGIS Online and a Mysql database

561
1
09-07-2021 03:19 AM
DambéSANWOGOU
Occasional Contributor

Is it possible to synchronize a Mysql database that is in the cloud and display its data in an ArcGIS Online web layer?

0 Kudos
1 Reply
David_Brooks
MVP Regular Contributor

@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?


David
..Maps with no limits..