anil-sezer / Portfolio

It's my portfolio that I made with love!
https://www.anil-sezer.com/
MIT License
1 stars 0 forks source link

ElasticSearch Deployment & Integration #66

Open anil-sezer opened 1 year ago

anil-sezer commented 1 year ago

docker run -d --name elasticsearch -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:8.10.2 docker run -d --name kibana -p 5601:5601 -e "ELASTICSEARCH_HOSTS=http://localhost:9200" kibana:8.10.2

anil-sezer commented 1 year ago

Elastic kills the Raspberry Pi 4 4gb RAM with one node, so this will be done later. Maybe I will use SqlLite