- Run the
docker-compose
file. Frombackend/
:
docker-compose up
- Create the
open search
index and insert the data:
Note: Before perform this step you must complete the data recollection (data/scraping
) and data cleansing (data/cleansing
) steps.
(optional) virtualenv -p python3 venv
(optional) source venv/bin/activate
pip install notebook
jupyter notebook
Then, open and run the setup_opensearch.ipynb
file.
Note: Before perform this step, the docker-compose
file should be running an the data should be already inserted on open search
.
(optional) virtualenv -p python3 venv
(optional) source venv/bin/activate
pip install -r requirements.txt
python app.py