Search code examples
elasticsearchh2o

How can I get elasticsearch data in h2o?


I have data loaded in elasticsearch. How can I get elasticsearch data in h2o?


Solution

  • There is no direct way or API available to load data into H2O from elasticsearch. h2o supports files and JDBC, so you can write the data into the CSV file from ES. Then import data into the h2o using POST /3/ImportFiles. You can refer my answer related to it at how to create an h2oframe