Skip to content

Aidbox/integration-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integration pipelines with Python SDK

Install dependencies

pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Environment

Before start we have to create .env file, from .env.tpl. Environment has to contain three variables for SDK access to Aidbox: AIDBOX_URL, AIDBOX_CLIENT_USERNAME and AIDBOX_CLIENT_PASSWORD (username and password from aidbox basic client). And AIDBOX_LICENSE which is possible to obtain on portal.

Run Aidbox in Docker

docker compose up

Run python server

python server.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published