简体   繁体   中英

ElasticSearch with python

How to use elasticsearch with python and which framework/software/text-editor to use to write python code for elasticsearch. I am a beginner so a bit confused. thank you in advance.

If you have python already running in your system,

You can install elastic search in python using-

pip install elasticsearch

Regarding software or framework you can use any IDE that supports and runs python such as jetbrains PyCharm or an IPython notebook

Ps: If you're new I'd suggest you go through the documents here extensively-

https://www.elastic.co/learn

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM