Is there a recommended/easy way to import data from BigQuery into Elasticsearch?
Right now I'm doing BigQuery -> pandas dataframe -> dict -> Elasticsearch, but pandas doesn't handle missing values well.
Is there a recommended/easy way to import data from BigQuery into Elasticsearch?
Right now I'm doing BigQuery -> pandas dataframe -> dict -> Elasticsearch, but pandas doesn't handle missing values well.
We are also seeking for a recommendation on what is the best way to ingest massive amounts of data from BigQuery.
We currently do something similar: BigQuery -> dict -> Batch -> Elasticsearch
Our problem is scaling the solution, currently we take several hours to ingest all data, we can parallelize the process, but before, we would like to know about recommendations and best practices.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.