Process data, then upload to Neon without going to page?
So, i want to fetch data from an external source to then process into my own preference and insert into Neon.tech database. I want that process to run once a week. What is the best way to do that, any ideas? Am i able to use Workers for that? I want it to run automatically once a week, not go into the website for it to run. I have been thinking about using workers and R2. So the worker downloads a zip file, extracts, processing different json file for each table into R2 to then inserting into Neon and repeat once a week. If you have a better idea for that dont be shy ๐
2 Replies
should be feasible with workers yes
Cloudflare Docs
Cron Triggers ยท Cloudflare Workers docs
Enable your Worker to be executed on a schedule.