To install do the following
- clone the repository
$ git clone https://github.com/threathawkproject/enrichment.git
- install the dependencies go into the module
$ cd enrichment
- install the dependencies via pip
$ pip install -r requirements.txt
Running Meilisearch
- Get docker image
$ docker pull getmeili/meilisearch:v0.30
- run meilisearch
$ docker run -it --rm -p 7700:7700 -v ./meili_data:/meili_data getmeili/meilisearch:v0.30 meilisearch --env="development"
To run the module do the following
- go to
src
directory
$ cd src
- run the follwoing command
$ uvicorn main:app --reload