bvx-es

elasticsearch util singleton class.


License
MIT
Install
pip install bvx-es==0.0.8

Documentation

bvx-es

elasticsearch util singleton class.

pip install bvx-es

Usage

.env sample.

ES_HOSTS='[
  {
    "host": "127.0.0.1",
    "port": 9200
  },
  {
    "host": "127.0.0.1",
    "port": 9200
  },
  {
    "host": "127.0.0.1",
    "port": 9200
  }
]'

Licence

MIT

Author

kotsutsumi