Next up: Edge Worker refactor to make it run flows defined with the DSL.
Check out the snippet for a simple AI web-scraping flow. 🤖
Next up: Edge Worker refactor to make it run flows defined with the DSL.
Check out the snippet for a simple AI web-scraping flow. 🤖
Generated columns are a powerful PostgreSQL feature that automatically update based on changes to underlying data, ensuring your calculated values always stay current.
Useful for storing frequently computed values.
#Postgres #PostgreSQL #Supabase
Generated columns are a powerful PostgreSQL feature that automatically update based on changes to underlying data, ensuring your calculated values always stay current.
Useful for storing frequently computed values.
#Postgres #PostgreSQL #Supabase
I'm testing production deployments and continuous operations on the @supabase.com FREE tier:
🔥 𝟯 𝗮𝗰𝘁𝗶𝘃𝗲 𝘄𝗼𝗿𝗸𝗲𝗿𝘀 (kept up by pg_cron)
⚙️ 𝟭𝟭,𝟬𝟬𝟬 unique Edge Function instances spun up
⚡ 𝟭𝟮𝟴 𝗷𝗼𝗯𝘀/𝘀𝗲𝗰 average throughput
It runs perfectly fin
I'm testing production deployments and continuous operations on the @supabase.com FREE tier:
🔥 𝟯 𝗮𝗰𝘁𝗶𝘃𝗲 𝘄𝗼𝗿𝗸𝗲𝗿𝘀 (kept up by pg_cron)
⚙️ 𝟭𝟭,𝟬𝟬𝟬 unique Edge Function instances spun up
⚡ 𝟭𝟮𝟴 𝗷𝗼𝗯𝘀/𝘀𝗲𝗰 average throughput
It runs perfectly fin
Flow DSL makes it super simple to define flows:
- Type for Flow params (e.g "string")
- Build flow step by step
- Steps have name, optional deps & handler func
- Dependencies determine handler payload
It couldn't be simpler - change my mind! 🚀
Flow DSL makes it super simple to define flows:
- Type for Flow params (e.g "string")
- Build flow step by step
- Steps have name, optional deps & handler func
- Dependencies determine handler payload
It couldn't be simpler - change my mind! 🚀
's building blocks.
That's why the flow shapes are kept in the database - this allows streaming their progress using Supabase Realtime! ⚡ How cool is that?
November prototype (can anyone spot a little bug?):
's building blocks.
That's why the flow shapes are kept in the database - this allows streaming their progress using Supabase Realtime! ⚡ How cool is that?
November prototype (can anyone spot a little bug?):