cd data
python3 converter.py
PUT <index_name>
mapping content
POST _bulk
songs
In the root folder run setup.sh
. It will crete the index and add bulk songs to the elastic search.
Go to backend folder by running cd ./backend
in terminal.
cd data
python3 converter.py
PUT <index_name>
mapping content
POST _bulk
songs
In the root folder run setup.sh
. It will crete the index and add bulk songs to the elastic search.
Go to backend folder by running cd ./backend
in terminal.