我需要加载一个JSON文件,其中有100k记录到Elasticsearch通过使用Python API,我是新的两个堆栈,我该如何加载它?

ohfgkhjo  于 2022-12-15  发布在  Python
关注(0)|答案(1)|浏览(185)

I need to create an index and load the data into Elasticsearch. How can i do it by using python? I need to do bulk data operations. I wanted to do it without CURL.
I was using 8+ version of Elasticsearch and 3+ version of python. Need to do bulk data insertion into index without CURL.

t3psigkw

t3psigkw1#

查看PythonElasticSearch文档here
否则,您也可以在此Stackoverflow discussion中找到帮助

相关问题