Skip to content

Commit 45256de

Browse files
committed
Updates
1 parent 723cd15 commit 45256de

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

_podcast/s17e01-entrepreneurship-journey-from-freelancing-to-starting-company.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ links:
2222
youtube: https://www.youtube.com/watch?v=vOpEQiCsaLw
2323
season: 17
2424
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'
2727
transcript:
2828
- header: Podcast Introduction
2929
- header: 'Episode Overview: Building an Open‑Source Data Company'
@@ -1170,21 +1170,23 @@ transcript:
11701170
sec: 3696
11711171
time: '1:01:36'
11721172
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.'
11881190
description: Discover building open-source JSON-to-Relational data pipelines in Python,
11891191
practical DLT patterns, anti-pattern fixes, bootstrap tips to speed adoption.
11901192
---

0 commit comments

Comments
 (0)