Companies / Projects using Dagster #7218
Replies: 8 comments 2 replies
-
Containerized Dagster DevelopmentHey folks! I recently open-sourced my Dagster project boilerplate with support, available here! As a companion piece, I also wrote this technical blog post explaining how it works. Notable Features That Make Your Life Easier
FeedbackI would love any feedback, especially around ways to make it more useful in the real world. I can be reached via issues on my repo or in the Dagster Slack CreditsI want to thank my employer, Mile Two, for supporting the open source movement, and of course Elementl for such a wonderful tool |
Beta Was this translation helpful? Give feedback.
-
The simplest Deployable Dagster pipeline (in 120 lines of Python)While learning Dagster, I found myself hunting for a start-to-finish working example - a Minimum Viable Pipeline. I couldn’t find one, so I built it myself. I wrote it up in a technical blog post here, or you can directly clone and run the Github repo. What is a Minimal Viable PipelineThis simple example just processes a string (select the input, change case, strip punctuation). I hope this can be an abstraction for all kinds of complex Data/MLOps. The repo is just 120 lines of code, and uses only the Dagster concepts you need (there are loads more). The post explains what each of those constructs does. It should take <10 minutes to get your first job running. Questions?HMU on Twitter @aabir_ak with any questions or requests! CreditsI appreciate my company and team who support the strategy of spending time hacking to learn valuable tools. And thanks Dagster team and community for the encouragement and good vibes! |
Beta Was this translation helpful? Give feedback.
-
Deploying Dagster on ECS using GitHub ActionsIn the course of setting up my first ECS deployment of Dagster, I found that the Docker-Compose-based examples didn't work well with the way my company had set up our infrastructure. I was able to get it working through a lot of trial and error. In order to help those who may be attempting a similar deployment, I put together an article with simple code examples. The full article can be found here FeedbackAny and all feedback and suggestions are welcome. I would especially love to hear...
You can comment on the article, reach me in the Dagster Slack workspace, or tweet @data_pinguin CreditsA big, big thank you to Mollie and the rest of the team at Elementl for the feedback on the press release and article. I'd also like to thank Rebecca Hadi, Amy Shetler, Abby Seliga, and Jon Linczak at Lyn Health who helped bring this article to life. |
Beta Was this translation helpful? Give feedback.
-
Building a Data Engineering Project in 20 MinutesOn my blog called sspaeti.com, I implemented a side-project Building a Data Engineering Project in 20 Minutes where I scraped a real estate website to get insight for buying the next flat here in Switzerland. AbstractIt's a full-blown data engineering project that focuses on practical data pipelines with examples from web-scraping real-estates, uploading them to S3 with MinIO, Spark and Delta Lake, adding some Data Science magic with Jupyter Notebooks, ingesting into Data Warehouse Apache Druid, visualising dashboards with Superset and managing everything with Dagster. The goal is to touch on the shared data engineering challenges and use promising new technologies, tools or frameworks, most of which I wrote about in Business Intelligence meets Data Engineering with Emerging Technologies. As well, everything runs on Kubernetes in a scalable fashion and locally with Kubernetes on Docker Desktop. 💡 What Will You Learn?Below I noted the key learnings which are integrated into a full-fledged data engineering project to illustrate the how part in the most hands-on way. Hopefully, you'll find something interesting for you!
Source CodeThe source code you can find on practical-data-engineering for the data pipeline or in data-engineering-devops with all it's details to set things up. OthersI hope that helps others who want to implement their side-project with dagster. |
Beta Was this translation helpful? Give feedback.
-
We have started to use Dagster at Whatnot, and it's been a great experience. We wrote a little about it in this eng blog.. |
Beta Was this translation helpful? Give feedback.
-
The Why and How of Dagster User Code Deployment AutomationRead here how we at Vandebron fully automated the deployment of new user code repositories. TL;DRIf you want to deploy new Dagster user code respositories, you need to modify and redeploy the whole Dagster system (while they are presented as separate in the docs). This is undesirable for many reasons, most notably because it slows down a migration or the regular development process. This post presents a way to avoid this and build a fully automated CI/CD-pipeline for (new) user code. |
Beta Was this translation helpful? Give feedback.
-
We're liberating public energy data to support climate advocates and researchers with Dagster in the Public Utility Data Liberation project (PUDL)! You can read more here. |
Beta Was this translation helpful? Give feedback.
-
Hi folks! We'll be closing this discussion in favor of having y'all share in more permanent and sticky places. If you use Dagster and want to share how cool your work is, feel free to reach out to me on Slack and we could make a case study about your team's data platform. |
Beta Was this translation helpful? Give feedback.
-
If you are using Dagster at your company/organization, you can share it here in this discussion!
All forms are welcomed (e.g. blog posts, video demos, or talks), and also feel free to leave a brief introduction to your use cases or tell your story.
Some companies/organizations:
Explore more awesome projects we featured in our community meetings in this Community Member Showcase.
If you are interested in sharing more details about how your organization uses Dagster, please don’t hesitate to reach out to us at [email protected]. We’d love to help you host an event, write a blog post, or support you in any way we can.
If you are looking for people with Dagster experience, check out #7214.
Beta Was this translation helpful? Give feedback.
All reactions