elastictools

Useful tools to work with Elastic stack in Python


Keywords
Elastic, ElasticSearch, Stack, Python, 3, 7
License
MIT
Install
pip install elastictools==0.2.3

Documentation

Useful tools to work with Elastic stack in Python

Description

It consists of two main modules:

  • indextools: tools to work with Elastic indices
  • doctools: tools to work with Elastic documents

Installation

Normal installation

pip install elastictools

Development installation

git clone https://github.com/ncthuc/elastictools.git
cd elastictools
pip install --editable .