Hello, I have SQS events and I want to put there m...
# ask-community
j
Hello, I have SQS events and I want to put there message payload into a databse. Is this the kind of thing Dagster should help with? How should this work?
z
This is certainly something you could accomplish with Dagster. One way to do this would be to implement a sensor which reads messages from the queue and launches a run to ingest the message(s).