Haystack: Using Elasticsearch from Windows?

Created on 20 Jul 2020  路  2Comments  路  Source: deepset-ai/haystack

Is there a way to use Elastic search from Windows from an IDE like Pycharm?

question

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.1

works perfectly fine.

Kind regards
Julian

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

anirbansaha96 picture anirbansaha96  路  5Comments

mongoose54 picture mongoose54  路  7Comments

Ierezell picture Ierezell  路  4Comments

tholor picture tholor  路  3Comments

rshtirmer picture rshtirmer  路  3Comments