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.txtRunning 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
srcdirectory
$ cd src- run the follwoing command
$ uvicorn main:app --reload