Task-Data-Warehouse

prerequisites

Run All

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

Ensure your deployment success

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

Kibana

Open kibana on your browser with url http://localhost:9200

In case you found error