/CustomESAPI

A Custom Elasticsearch API Server

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

CustomESAPI

A Custom Elasticsearch API Server

Quickstart

  1. Clone this repo ; then enter the directory git clone https://github.com/brianlechthaler/CustomESAPI.git cesapi ; cd cesapi
  2. Install Python Dependencies make sure you're using Python3! pip install -r requirements.txt
  3. Edit connect.py, making sure to enter in the right information to connect to your Elasticsearch cluster vim connect.py
  4. Run the flask app using /bin/sh ./run.sh