moshe / elasticsearch_loader

A tool for batch loading data files (json, parquet, csv, tsv) into ElasticSearch
MIT License
399 stars 83 forks source link

Working on windows? #74

Closed mclurkles closed 5 years ago

mclurkles commented 5 years ago

Hey - does this work on windows? Any tips?

moshe commented 5 years ago

It should work, you encountered any specific issue?

mclurkles commented 5 years ago

Just tried as per the docs - it is maybe not being found in the path.

What should i be typing into the cmd prompt?

moshe commented 5 years ago

just like the docs, elasticsearch_loader --help. I've just released version v0.5.1 can you update and run python -m elasticsearch_loader --help ?

mclurkles commented 5 years ago

Thanks mate! That solved it.

moshe commented 5 years ago

Happy to hear 🙂