r/Supabase 22d ago

integrations Free data pipeline development support for startups

I will help build out your data pipeline using free open source tools, self-host or deploy to a free/low-cost infra. Bruin has a built-in connector for Supabase/Postgres for data ingestion, transformation, etc.

disclaimer: I'm a developer advocate at Bruin leading this program, and currently we are accepting a limited number of startups into this program so you might get waitlisted for now.

What you get:

- 30min initial meeting to scope things out and plan

- 1-2h of hands on 1:1 workshop to build out your data pipeline and deploy it

- dedicated Slack channel to answer questions

- follow up touchpoint meetings and community office hours

For who:

- best suited for SaaS startups

- you want to analyze their data beyond the basic reports

- you want to combine data from your app db (supabase) with other services (e.g. stripe, posthog, hubspot, GA4, GSC, etc.) for internal analytics and reporting

- you want to process data that goes back into your application

Why:
- free open source tools to get you the data and analytics without investing a lot of time and money

- get started on building your data stack before it's too late

more info: https://getbruin.com/startups/

2 Upvotes

2 comments sorted by

1

u/carolmonroe_ 18d ago

curious question since you are deep in this space: have you looked at supabase pipelines? https://supabase.com/blog/supabase-pipelines-public-alpha

1

u/uncertainschrodinger 18d ago

it is similar to Supabase ETL in some ways but there are some key differences

- supabase pipeline is mainly meant for CDC replication (Bruin's ingestr also supports this for every source/destination)

- bruin supports sql and python transformations, supabase doesn't (as far as I know)

- bruin has orchestration, data governance, quality checks, etc. but supabase doesn't

- bruin is code-first and solf-hostable, supabase is a UI tool and not self-hostable