Strategies to download data constantly changing via API
2 points| rupestrecampos | 11 months ago
Problem is that items are being added and removed in real time, so at the end of the copy process I already have stale data copied and there are new items to be copied over. So what would you do, or have done in this situation? Start a never ending loop to crawl data all day long would be something evil or is it something to be fixed on provider side?
The api url is https://geoserver.car.gov.br/geoserver/sicar/wfs
Source data website: https://consultapublica.car.gov.br/publico/imoveis/index
stop50|11 months ago
Not every application needs realtime data, querying it only on occasion or every few hours can be good enough.
rupestrecampos|11 months ago