Marcus - Hi looking for any guidance or recomme...
Hi looking for any guidance or recommendations of when I’d use supabase edge functions or use buildship? I see comments about how buildship gets very pricy at scale
3 Replies
Hi @Marcus you can use Supabase edge function using BuildShip - https://docs.buildship.com/database/supabase#how-to-build-supabase-cloud-functions-with-no-code
You can crate a node with AI for any of their edge-functions https://github.com/supabase/supabase/tree/master/examples/edge-functions/supabase/functions
GitHub
supabase/examples/edge-functions/supabase/functions at master · sup...
The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications. - supabase/supabase
Visually build with Supabase with low-code and AI – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
Also, BuildShip is 10x more efficient than another offering in the market, especially when you scale, here's a great thread to check out https://discord.com/channels/853498675484819476/1306678000955166732/1306980217692098601 @Marcus
Thank you for these , I’m not a developer but in my head I’m thinking of the 2 as separate. If I interrgrate an edge function with build ship , I’m still going to use up an active flow? My idea was a nutrition app, if for example I’m tracking calories and potassium intake of the user , is that 2 separate active flows or can I group them together? Alongside all the other nutrients together into 1 flow? 🙏🏾