https://dagster.io/ logo
Title
b

Brian Clark

11/30/2022, 11:44 PM
Howdy, I am @Brian Clark and I work for a university research group. I am interested in Dagster for various reasons, and joined here specifically to try to find the simplest way possible to setup a demo for my group using a single Linux server. Any pointers are welcome 🙏
:wave_anim: 3
z

Zach P

12/01/2022, 12:00 AM
For just a demo, you could easily run it locally via dagit. You can check out the tutorials. If you want something more for like a POC you can check out the same site for some of the deployment options. Finally, if there arent contractual issues you may be able to just use dagster cloud. We’re a dagster cloud serverless customer, and outside of just running it locally on a machine via dagit, I think this may be the easiest way (but may come with some non-zero cost after the trial period!)
b

Brian Clark

12/01/2022, 2:06 AM
Cool, thank you 🙇 Definitely looking for something more POC-like. I’ll check out those deployment options.
f

Fraser Marlow

12/01/2022, 4:38 AM
We have also published a few tutorials in the Dagster blog. Here are some simple ones to get started: https://dagster.io/blog/dagster-crash-course-oct-2022 https://dagster.io/blog/duckdb-data-lake https://dagster.io/blog/dagster-google-sheets-tutorial
b

Brian Clark

12/01/2022, 12:45 PM
Ah, great 🎉 🙇
p

Peter Davidson

12/07/2022, 3:32 PM
Very basic PoC focused on pandas operations: https://github.com/pdavidsonFIA/dagster-poc
❤️ 1
b

Brian Clark

12/13/2022, 7:03 PM
👍