👤 Authors :
We must create an simple application to feed elasticsearch indices with csv. We choose python to do that.
You must have python and pip installed. If not check some documentations to install them. After the installation complete you must :
- Clone the repo
- Install pandas and elasticsearch libraries :
pip install elasticsearch pandas
- Change csv_path and index_name in the file
script.py
- Execute
python script.py
- Clone the repo
- Install pandas and elasticsearch libraries :
pip install elasticsearch pandas
- Start Jupiter Notebook
- Open
notebook.ipynb
in Jupiter Notebook