Skip to main content

Package and package stack adviser for the Thoth project

Project description

A recommendation engine and software stack generation for project Thoth.

There are the following main goals of thoth-adviser (as of now):

  1. Provide a tool that can compute recommendations in project Thoth.

  2. Check provenance of installed packages (which package source indexes are used - this is not guaranteed by pip nor Pipenv).

  3. A tool called “Dependency Monkey” that generates all the possible software stacks for a project respecting dependency resolution.

To interact with a deployed Thoth, you can use the Thamos CLI.

Dependency Monkey

Dependency Monkey is a functionality that allows you to generate all the possible software stacks for your project. Given the input (direct dependencies of your project), Dependency Monkey creates N-ary dependency graph (as described above) stating all the dependencies of your direct dependencies/libraries as well as dependencies of all the transitive dependencies in your application stack.

The primary use-case for Dependnecy Monkey is to generate software stacks that are subsequently validated and scored in the Amun service. Simply when generating all the possible software stacks, we can find the best software stack for an application by validating it in a CI (or Amun in case of Thoth), running the application in the specific runtime environment (e.g. Fedora 28 with installed native packages - RPMs) on some specific hardware configuration. Generating and scoring all the possible software stacks is, however, most often not doable in a reasonable time. For this purpose, Dependency Monkey can create a sample of software stacks (see the distribution and seed parameters) that can be taken as representatives. These representatives are scored and aggregated data are used for predicting the best application stack (again, generated and run through CI/Amun to make predictions more accurate by learning over time).

See Dependency Monkey for more info.

Advises and Recommendations

In Thoth’s terminology, advises and recommendations are the same. Based on aggregated knowledge stored in the graph database, provide the best application stack with reasoning on why the given software stack is used. There is reused the N-ary dependency graph implementation stated above to compute possible candidates of software stacks and based on data aggregated, there is performed scoring of software stacks based on solely package-level data (e.g. the given package cannot be installed into the given runtime environment) or software stack information - the combination of packages cannot be assembled together or there were spotted issues when the same packages were used together in some specific versions.

Provenance Checks

As Thoth aggregates information about packages available, it can verify a user’s stack against its knowledge base. See Provenance Checks for more info.

Package source configuration

When Thoth is deployed in your infrastracture that restricts packages installed to only trusted package source indexes, you can disable untrusted package source indexes by setting THOTH_WHITELISTED_SOURCES environment variable. This variable holds a comma separated list of URLs pointing to whitelisted package source indexes respecting PEP-0503 standard (the URL is with the /simple suffix).

This environment variable is automatically fed from Thoth’s graph database in a deployment. This way Thoth’s operator has full control on what package source indexes which are used by users of Thoth.

Installation and deployment

Adviser is built using OpenShift Source-to-Image and deployed automatically with Thoth’s deployment playbooks available in the core repository.

In a Thoth deployment, adviser is run based on requests comming to the user API - each deployed adviser is run per a user request. You can run adviser locally as well by installing it and using its command line interface:

pip3 install thoth-adviser
thoth-adviser --help
# Or use git repo directly for the latest code:
# pip3 install git+https://github.com/thoth-station/adviser

When thoth-adviser is scheduled in a deployment, it is actually executed as a CLI with arguments passed via environment variables.

See thoth-storages repository repository on how to run Thoth’s knowledge graph locally and example notebooks for experiments.

Adviser also considers environment variable THOTH_ADVISER_BLOCKED_UNITS that states a comma separated list of pipeline units that should not be added to the pipeline. This can be handy if an issue with a unit arises in a deployment - Thoth operator can remove pipeline unit by adjusting adviser template and provide this configuration without a need to deploy a new version of adviser.

Running adviser locally

Often it is useful to run adviser locally to experiment or verify your changes in implementation. You can do so easily by running:

pipenv install
PYTHONPATH=. pipenv run ./thoth-adviser --help

This command will run adviser locally - adviser will try to connect to a local PostgreSQL instance and compute recommendations. Browse docs here to see how to setup a local PostgreSQL instance. Also, follow the developer’s guide to get more information about developer’s setup.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

thoth-adviser-0.17.0.tar.gz (1.9 MB view details)

Uploaded Source

Built Distribution

thoth_adviser-0.17.0-py3-none-any.whl (143.7 kB view details)

Uploaded Python 3

File details

Details for the file thoth-adviser-0.17.0.tar.gz.

File metadata

  • Download URL: thoth-adviser-0.17.0.tar.gz
  • Upload date:
  • Size: 1.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.8

File hashes

Hashes for thoth-adviser-0.17.0.tar.gz
Algorithm Hash digest
SHA256 c6e55b9dcf66d62ad15107719d631278689db3b11f30408bce08226b03037b35
MD5 efa8d99ac0a4db06be38089ff9d2b46e
BLAKE2b-256 572e74b9f45f48e6556da6f99d2cf6612f9ec5d2b9ca236963bbf60d3ec2943c

See more details on using hashes here.

File details

Details for the file thoth_adviser-0.17.0-py3-none-any.whl.

File metadata

  • Download URL: thoth_adviser-0.17.0-py3-none-any.whl
  • Upload date:
  • Size: 143.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.8

File hashes

Hashes for thoth_adviser-0.17.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e10f9e594aba2416c4f506094c8d4ad53a343f73a1e84591e635caf5f6693b2f
MD5 1a1fe9a13e787281988881d8f2e172f3
BLAKE2b-256 e10192a9b5686b326cc7d0d8a551825587661932fc5b58bdfd011bbf1be6300a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page