|
22 | 22 | youtube: https://www.youtube.com/watch?v=vOpEQiCsaLw |
23 | 23 | season: 17 |
24 | 24 | short: 'The Entrepreneurship Journey: From Freelancing to Starting a Company' |
25 | | -title: 'Build Open-Source Data Tools: Declarative JSON-to-Relational Pipelines for |
26 | | - Python' |
| 25 | +title: 'Launch an Open-Source Data Company: Declarative JSON to Relational DLT for |
| 26 | + Python Devs' |
27 | 27 | transcript: |
28 | 28 | - header: Podcast Introduction |
29 | 29 | - header: 'Episode Overview: Building an Open‑Source Data Company' |
@@ -1170,21 +1170,23 @@ transcript: |
1170 | 1170 | sec: 3696 |
1171 | 1171 | time: '1:01:36' |
1172 | 1172 | who: Alexey |
1173 | | -intro: How do you build an open‑source data tool that lets Python users turn messy |
1174 | | - nested JSON into clean relational tables—without falling back on dumping JSON into |
1175 | | - a warehouse? In this episode Adrian Brudaru, a Berlin‑based data founder who moved |
1176 | | - from economics to business analysis, then freelancing and now co‑founding an open‑source |
1177 | | - data company, walks through that exact challenge. <br><br> We unpack the core concept |
1178 | | - of DLT (Declarative JSON→Relational Transformation), practical anti‑patterns to |
1179 | | - avoid, and how a developer‑focused Python library can surface the right abstractions |
1180 | | - and engine for reliable pipelines. Adrian also shares product lessons from iterating |
1181 | | - on the engine and docs, using workshops and teaching as validation, bootstrapping |
1182 | | - tactics (consulting revenue, scrappy ops), and signals that indicate product–market |
1183 | | - fit. We close with go‑to‑market choices—library‑first vs platform positioning—ecosystem |
1184 | | - partnerships, and roadmap ideas like paid complements and source‑generation experiments. |
1185 | | - <br><br> If you build Python data pipelines or maintain data warehouses, this episode |
1186 | | - offers concrete guidance on designing declarative JSON‑to‑relational pipelines, |
1187 | | - documenting them as a product, and taking an open‑source data tool to users. |
| 1173 | +intro: 'How do you build an open-source data company that helps Python developers |
| 1174 | + turn messy JSON into reliable relational tables? In this episode Adrian Brudaru |
| 1175 | + — an economics-trained, Berlin-based founder who moved from startups to freelancing |
| 1176 | + and now co‑founded a data tooling company — walks through the journey of launching |
| 1177 | + developer-focused open‑source software for data engineering. <br><br> We cover why |
| 1178 | + dumping JSON into data warehouses is an anti‑pattern and introduce the core DLT |
| 1179 | + concept: a declarative JSON→relational transformation engine aimed at Python devs. |
| 1180 | + Adrian explains product iteration (engine, abstractions, user feedback), running |
| 1181 | + workshops as a validation loop, treating documentation as a product asset, and practical |
| 1182 | + bootstrapping strategies (savings, consulting revenue, scrappy operations). He also |
| 1183 | + discusses team formation via projects, go‑to‑market tactics with a bottom‑up, library‑first |
| 1184 | + approach, ecosystem partnerships (DocDB integration and joint demos), roadmap plans |
| 1185 | + for a paid complement to the open‑source library, and experiments with source generation |
| 1186 | + like OpenAPI generators for pipelines. <br><br> Listen if you want concrete technical |
| 1187 | + and GTM guidance on building an open‑source data company, implementing declarative |
| 1188 | + JSON→relational workflows for Python, and how to validate and scale developer tooling |
| 1189 | + without prematurely becoming a platform.' |
1188 | 1190 | description: Discover building open-source JSON-to-Relational data pipelines in Python, |
1189 | 1191 | practical DLT patterns, anti-pattern fixes, bootstrap tips to speed adoption. |
1190 | 1192 | --- |
|
0 commit comments