Saving in elastic search from streaming Google Dataflow

I save data in BigQuery using the Google data stream stream job.

I want to insert this data into an elastic search for quick access.

Is logstach good to use from a data stream via http?

+5
source share
1 answer

The Apache Beam Java SDK has a reader / writer slot in Elastic search . This should optimize the IO so that it matches the Beam model.

+4
source

Source: https://habr.com/ru/post/1264171/


All Articles