Dear ArcGIS community,
We are in the process of migrating from PostGIS + QGIS to ArcGIS Online, and are wondering what best practices are to upload big columnar datasets to ArcGIS Online. Data is available as local files/PostGIS server (PostGreSQL)/cloud data warehouse (Snowflake)/files on binary storage (Azure Blob). We have multiple datasets with 10 million records that we would like to be available in maps/applications in ArcGIS Online. These datasets have 20.000 insert/updates/deletes per day.
Currently we are considering these options:
- Data warehouse via ETL with Python to ArcGIS Online REST API
- Data warehouse query layer via web layer in ArcGIS Pro to ArcGIS Online
- File from blob storage via web layer in ArcGIS Pro to ArcGIS Online
We are looking into advantages and disadvantages of these options, and will post our findings here later too. Does anybody else have some experience with uploading big data to ArcGIS Online?