streamlit_sample

streamlit sample project

Installation

  1. downlaod data
cd data
./download.sh
  1. download elasticsearch plugin
cd env/elasticsearch
./download.sh

Usage

prepare

docker-compose up

Wait for standing up of elasticsearch, and then type command below.

docker-compose run etl python main.py run 

server run

docker-compose up

Wait for standing up of elasticsearch, and then access at http://localhost:8501

License

"streamlit_sample" is under MIT license.