Hello !
I would like to know the "sexiest" way to give my json to ElasticSearch container
my start command is actually
docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.9.1
my desired json is
https://dumps.wikimedia.org/wikidatawiki/entities/latest-all.json.gz
Thank you !