Are airbyte a good choice when implementing stream...
# ask-community-for-troubleshooting
d
Are airbyte a good choice when implementing streaming ingestion? I'm thinking about receiving events from webhooks or using change data capture.
k
Not the best. Have you considered using Apache Beam, Google Dataflow or Apache Spark?
Webhooks are quite hard to process, but it will be a lot easier if you set up a small server that will receive your message and forward it to PubSub.
d
Thanks! I have looked into dataflow, also datastream (but it's still a bit limited). I'll try to learn how to use that. And for webhooks maybe cloud functions and pubsub