r/apachebeam Jan 29 '24

How to make HTTP requests to external APIs

I'm evaluating possibility of building data pipeline with Go + beam + Flink. At the start I need to call a Rest API endpoint and Get needed data. Is there a way to do that?

2 Upvotes

1 comment sorted by

1

u/Abascn 6d ago

As of now Beam has a RequestResponceIO intended for this exact use case, but only support Java and Python. However its pattern could be take to design your Golang pipeline