Is there a way to use Elastic search from Windows from an IDE like Pycharm?
Haven't tested this as I am not a windows user, but it should be possible to run it via docker on windows. Alternatively there's a zip installation: https://www.elastic.co/guide/en/elasticsearch/reference/current/zip-windows.html
Hope that helps.
Hi @Krak91,
I am currently using Haystack with Windows. The command:
docker run -d -p 9200:9200 -e "discovery.type=single-node" elasticsearch:7.6.1
works perfectly fine.
Kind regards
Julian
Most helpful comment
Hi @Krak91,
I am currently using Haystack with Windows. The command:
docker run -d -p 9200:9200 -e "discovery.type=single-node" elasticsearch:7.6.1works perfectly fine.
Kind regards
Julian