I am in need of a tool that allows me to call a 3rd party api and receive its data. I will then compare the json data with the json data that I currently have in Supabase. If differences are detected I need it to update the supabase data, and then it should loop after 10 seconds. If no differences are detected it should also loop after 10 sec.
Buildship is based off of workflow hours which would be costly considering I will be constantly looping. In order to make custom functions with Xano I have to use Lambda which is only available with the $85/month plan.
All of these options are costly. Any suggestions?