Automate downloading data from ArcGIS Online

673
0
02-28-2019 05:58 AM
AgencyDeveloper
New Contributor II

Hi,

My org uses ArcGIS online for content creation only. The ops create a list of places and their attributes. These are stored as layers on the feature service. Currently, to sync this into our databases we export the data from ArcGIS online into csv and then import the csv into our tables.

I need some ideas on how I can automate this sync process? We cannot use Enterprise license as it would not help our use cases.  My plan is to use the REST apis to query the feature layer and push the data into the databases. I was wondering if it's possible to trigger a sync whenever a Layer is "READY". There might be layers which are currently being worked upon and we do want to download them. The only way I can think of is to request a feature-service-url from the content creators when they are done and run my sync-code against the url, is it possible to automate the process(some kind of polling?)

Happy to share more info if you have questions.

Thanks,

0 Kudos
0 Replies