twfb / opendistro-for-elasticsearch-simple-tutorial

opendistro-for-elasticsearch-simple-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Options

You can choose to install one of "elasticsearch-sql" and "opendistro-for-elasticsearch".

Install

elasticsearch-sql

cd ./sql-cli
python3 setup.py install
cd ../elasticsearch-sql
./build
./start
cd tutorial

# Wait a few seconds
./init_data
./login

opendistro-for-elasticsearch

cd ./sql-cli
python3 setup.py install
cd ../opendistro-for-elasticsearch 
./start
cd tutorial

# Wait a few seconds
./init_data
./login

Learn

  1. try example.sql
  2. try exmaple.sh
  3. read doc

About

opendistro-for-elasticsearch-simple-tutorial


Languages

Language:Python 95.0%Language:Shell 4.6%Language:Dockerfile 0.5%