I am looking to update JSON data in a PostgreSQL database after the service has been updated or after 28 days. and is it possible to use pgAgent?
I need to bring FAA gis JSON into PostgreSQL. https://services6.arcgis.com/ssFJjBXIUyZDrSYZ/arcgis/rest/services/Digital_Obstacle_File/FeatureServer/0. But need to be up to date so the code should run every 28 days or look for a change in the JSON.
I am trying to run a job that pulls in the json to the database.