perfectly-preserved-pie / larentals

An interactive map of for-sale & rental property listings in Los Angeles County, updated weekly.
https://wheretolive.la
15 stars 3 forks source link

Running out of space on ImageKit #193

Closed perfectly-preserved-pie closed 6 months ago

perfectly-preserved-pie commented 7 months ago

I'm running out of space on the ImageKit free plan: image

Luckily when I wrote the ImageKit code I was smart enough to upload each image with the filename set to the MLS number as a unique identifier so I can iterate through the dataframes with this logic:

If MLS number doesn't exist in the list of ImageKit filenames, remove the ImageKit file

Basically doing a comparison between active listings and what I have in ImageKit. If the item doesn't exist in the dataframe but does exist in ImageKit, then it's an inactive listing and we can remove it from ImageKit to free up space.