- Docker
- docker-compose
- git
Open in your terminal, then clone the repository
git clone https://github.com/mifikri/Task-Data-Warehouse.git
cd Task-Data-Warehouse/elasticsearch
mkdir -p elasticsearch/data
sudo chown -R 1000:1000 ./elasticsearch #for mac use `brew`
docker-compose up -d
Open in your terminal, then call HTTP GET to elasticsearch URI
curl -X GET http://localhost:9200/_cat/indices?v
curl -X GET http://localhost:9200/distribution/_search
Open kibana on your browser with url http://localhost:9200