https://dagster.io/ logo
#announcements
Title
# announcements
a

Alex Flanagan (Proof Zero)

11/24/2020, 9:12 PM
Hey real general quick question -- can I have tasks that are reactive to system events (in addition to gRPC) or am I scripting the CLI and using calendar only?
1
Link to docs appreciated.
n

Noah K

11/24/2020, 9:15 PM
You would have to write something to glue the events to GraphQL calls but sure?
Can you give a more concrete example?
a

Alex Flanagan (Proof Zero)

11/24/2020, 9:16 PM
I want a client to connect a gRPC server, pull in data, and execute using that input.
I could also have a write to a data store and want to trigger a workflow off of that, for example a write event on AWS that fired an EventBridge event that triggered a Lambda that used Dagster.
Etc. I want to react to system events.
n

Noah K

11/24/2020, 9:18 PM
What client do you mean?
Dagster is not itself an event engine, you would need something else doing that part of thing.
a

Alex Flanagan (Proof Zero)

11/24/2020, 9:19 PM
A custom client that would establish a gRPC connection to our swarm.
A custom client that would establish a gRPC connection to our swarm.
n

Noah K

11/24/2020, 9:19 PM
And then you use the GraphQL API to kick off runs, or similar
a

Alex Flanagan (Proof Zero)

11/24/2020, 9:20 PM
What does GraphQL have to do with it?
n

Noah K

11/24/2020, 9:20 PM
That's the API Dagit exposes to launch pipeline runs?
a

Alex Flanagan (Proof Zero)

11/24/2020, 9:22 PM
Ahh, thank you, I'm wondering about Dagster alone. Our use case is coordinating a data pipeline across a distributed compute infra. It seems like maybe Dagster is not a fit? That's what I'm trying to validate.
We want the compute instances to be actioning tasks in the dag.
n

Noah K

11/24/2020, 9:25 PM
You can do that, via the API
I don't really understand the question
When you want to launch a run, you use the API to do that
a

Alex Flanagan (Proof Zero)

11/24/2020, 9:26 PM
Okay, thank you, I will RTFM and ask a better question 🙂
a

alex

11/24/2020, 9:28 PM
I think the
sensors
feature that is coming in
0.10.0
may be what you are looking for
a

Alex Flanagan (Proof Zero)

11/24/2020, 9:29 PM
@alex is there some reading I can do on that? I'd like to know more about
sensors
a

alex

11/24/2020, 9:30 PM
@prha
a

Alex Flanagan (Proof Zero)

11/24/2020, 9:31 PM
Thanks!
d

daniel

11/24/2020, 10:02 PM
@Alex Flanagan (Proof Zero) we also have a high level overview of the sensors feature in the last 1/3rd or so of our most recent Community Meeting:

https://www.youtube.com/watch?v=6nKCd2TaXik

More detailed docs are coming very soon as we finalize things for the upcoming release
a

Adrian

11/25/2020, 2:13 PM
thanks Daniel
4 Views