Data: http://data.iterativ.ch:9200
Explorer: http://data.iterativ.ch/
This here: https://github.com/iterativ/elastic-presentation
Explorer: https://github.com/iterativ/elastic-dataexplorer
brew install openssl
env LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" pip install cryptography
pip install -r req.txt
ssh data
cd elastic
python index_bulk.py -e data.iterativ.ch:9200 -f ../data/musicbrainz.json -m albums.json -i albums -t album -c 100
jq '.[1]' musicbrainz.json > musicbrainz_1.json