A simple task from Information Retrieval course. Running multiple queries on a dataset using elastic search.
-
Download the fiddibo_books.csv dataset file from here and place it beside the project (beside the preprocessing.ipynb file).
-
Run all the sections in preprocessing.ipynb file sequentially.
-
Install and run elasticsearch service on your localhost.
-
Run insert_data_into_elk.py.
-
Query the database.