Hi guys. I'm trying to adapt this to update existing data.
Since the process is time expensive (downloading / importing), truncating and reimporting would result in DB downtime.
Geonames exposes their changes throught a modifications.txt file:
modifications-.txt : all records modified on the previous day, the date is in yyyy-MM-dd format. You can use this file to daily synchronize your own geonames database.
I guess we could run a a cronjob that fetches that file and runs the modifications.
Any idea how to tackle this?
Hi guys. I'm trying to adapt this to update existing data.
Since the process is time expensive (downloading / importing), truncating and reimporting would result in DB downtime.
Geonames exposes their changes throught a modifications.txt file:
modifications-.txt : all records modified on the previous day, the date is in yyyy-MM-dd format. You can use this file to daily synchronize your own geonames database.
I guess we could run a a cronjob that fetches that file and runs the modifications.
Any idea how to tackle this?