Sign inSign up

eubrabigsea/seed

By eubrabigsea

•Updated almost 3 years ago

Lemonade workflow deployer

Image
0

1.2K

eubrabigsea/seed repository overview

⁠Lemonade Seed

A micro-service aimed to deploy models created in the Lemonade Project.

[WIP]

⁠Running

PYTHONPATH=. SEED_CONFIG=../seed.yaml python seed/app.py

⁠Executing rq workers

rq⁠ is a simple Python library for queueing jobs and processing them in the background with workers. To start workers, you need to run the command from the Seed project directory:

$ SEED_CONFIG=../seed.yaml FLASK_APP=seed/app.py flask rq worker

rq will connect to Redis running in the local host. If you want it to connect to a different host, use the following command, changing the url accordingly:

SEED_CONFIG=../seed.yaml FLASK_APP=seed/app.py python -m flask rq worker -v -n auditing --logging_level DEBUG auditing

Tag summary

Content type

Image

Digest

Size

80.6 MB

Last updated

almost 7 years ago

docker pull eubrabigsea/seed