Skip to content

Commit c3db042

Browse files
authored
Add Episode 86 - Dagster by @sryza (#191)
1 parent 18bdc5b commit c3db042

File tree

3 files changed

+76
-1
lines changed

3 files changed

+76
-1
lines changed

_posts/2024-07-10-085-kotlin-multiplatform-at-google-io.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ podcast_duration: "27:54"
2525
podcast_length: 11341007
2626
---
2727

28-
<iframe src="https://open.spotify.com/embed-podcast/show/4jV6Yoz7D38sZJlYMzJm3k" width="100%" height="232" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
28+
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/episode/6QqTqenPEp3EwwFQ8fCCFu?utm_source=generator" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
2929

3030
![io connect photo](/assets/images/posts/ioconnect24.jpg)
3131

_posts/2024-07-31-086-dagster.md

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
title: "#86 - Dagster with Sandy Ryza"
3+
excerpt: "We venture in the world of Data Pipelines with Dagster and Sandy Ryza"
4+
author_profile: true
5+
6+
description: "We venture in the world of Data Pipelines with Dagster and Sandy Ryza"
7+
8+
header:
9+
teaser: "/assets/images/header-single-episode.png"
10+
overlay_image: "/assets/images/header-single-episode.png"
11+
show_overlay_excerpt: false
12+
overlay_filter: "0.6"
13+
og_image: "/assets/images/episodes/86-cover.png"
14+
15+
date: 2024-07-31
16+
permalink: /86/
17+
redirect_from:
18+
- /86/dagster/
19+
- /86/dagster-with-sandy-ryza/
20+
21+
podcast_image: "/assets/images/episodes/86-cover.png"
22+
podcast_episode_number: 86
23+
podcast_link: https://dts.podtrac.com/redirect.m4a/hosting.thebakery.dev/86-thedevelopersbakery-dagster.m4a
24+
podcast_duration: "40:39"
25+
podcast_length: 16174062
26+
---
27+
28+
<iframe src="https://open.spotify.com/embed-podcast/show/4jV6Yoz7D38sZJlYMzJm3k" width="100%" height="232" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
29+
30+
Today is time to talk about Data Pipelines and Data Engineering. I'm really excited to have on stage [**Sandy Ryza**](https://twitter.com/sryza), Lead Engineer of [**Dagster**](https://dagster.io/).
31+
32+
If you're a software engineer and you're afraid of dealing with _data pipelines_, fear no more! Sandy is on a mission to make data pipelines easier to handle for software engineers. Join us in this episode to learn more about Dagster, and how it can make it easier for you to build and manage your data assets.
33+
34+
Enjoy the show 👨‍🍳
35+
36+
# Show Notes
37+
38+
- **00.00** Intro
39+
- **00.46** Episode Start
40+
- **01.09** Sandy's Introduction
41+
- **02.29** What is Dagster?
42+
- **05.14** How is Dagster affecting software engineers?
43+
- **06.13** Data engineering as software engineering
44+
- **11.34** Cloud vs Self-hosted
45+
- **13.42** Dagster Plus vs Dagster Plus Pro
46+
- **14.41** The history of Dagster
47+
- **19.43** Who's maintaining Dagster?
48+
- **20.59** Contributing to Apache Spark
49+
- **24.42** Being an Open Source Data Scientist
50+
- **29.18** Speaking a different language than SWE
51+
- **31.44** Moving from SWE to Data Scientist
52+
- **34.38** Approaching the Data Scientist world
53+
- **35.59** What's next for Dagster
54+
- **37.53** Further reading
55+
- **39.46** Where people can find you online?
56+
57+
# Resources
58+
59+
- <i class="fab fa-github"></i> [dagster-io/dagster on GitHub](https://github.com/dagster-io/dagster)
60+
- <i class="fas fa-link"></i> [Dagster Official Website](https://dagster.io/)
61+
- Mentioned Resources
62+
- <i class="fas fa-link"></i> [Getting Started with Dagster](https://dagster.io/)
63+
- <i class="fas fa-link"></i> [Dagster University](https://courses.dagster.io/)
64+
- <i class="fab fa-youtube"></i> [Dagster on YouTube](https://www.youtube.com/channel/UCfLnv9X8jyHTe6gJ4hVBo9Q/videos)
65+
- <i class="fab fa-github"></i> [@sryza on GitHub](https://github.com/sryza)
66+
- <i class="fab fa-twitter"></i> [@s_ryz on Twitter](https://twitter.com/s_ryz)
67+
68+
# Show links
69+
70+
- <i class="fas fa-link"></i> [Podcast Website](https://thebakery.dev)
71+
- <i class="fab fa-spotify"></i> [The Developers' Bakery on Spotify](https://open.spotify.com/show/4jV6Yoz7D38sZJlYMzJm3k?si=AL3ske_0R_CKlEScMhYhug)
72+
- <i class="fas fa-podcast"></i> [The Developers' Bakery on Apple Podcasts](https://podcasts.apple.com/us/podcast/the-developers-bakery/id1542849034)
73+
- <i class="fab fa-google-play"></i> [The Developers' Bakery on Google Podcasts](https://podcasts.google.com/feed/aHR0cHM6Ly90aGViYWtlcnkuZGV2L3BvZGNhc3QueG1s)
74+
- <i class="fab fa-twitter"></i> [@thebakerydev on Twitter](https://twitter.com/thebakerydev)
75+
- <i class="fab fa-twitter"></i> [@cortinico on Twitter](https://twitter.com/cortinico)

assets/images/episodes/86-cover.png

224 KB
Loading

0 commit comments

Comments
 (0)