Sync hosted feature services to postgres database
Does anyone have any experience with syncing hosted feature services with an external postgresql database? We're not using enterprise and would rather not have to go through the cost and effort of setting up and administering enterprise. We are building a web application however which will have non-gis business related data (customer info, order details etc.) which we need to relate to location data hosted on AGOL.
The only solution we can really think of is to sync/copy the gis data from AGOL to the the postgres database. Are there any potential pitfalls/issues? Is it even possible? I'm guessing we might have issues with maintaining relationships?