# Elasticsearch-python **Repository Path**: ld-sys/elasticsearch-python ## Basic Information - **Project Name**: Elasticsearch-python - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-24 - **Last Updated**: 2022-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Elasticsearch(Python语言) ## 环境安装 安装`requirements.txt`中的依赖 ```bash git clone https://gitee.com/ld-sys/elasticsearch-python.git cd elasticsearch-python pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple nohup jupyter lab --no-browser --port <端口> --ip=0.0.0.0 >jupyter.log 2 >&1 & ``` ## ROADMAP - [x] 动态连接ES集群 - [x] bulk API批量导入数据 - [x] scan API 查询索引 - [x] 连接池使用