Skip to main content

CLI client tool for deploying workloads to Racetrack

Project description

Racetrack client context

racetrack-client is a CLI client tool for deploying workloads to Racetrack.

Racetrack system allows to deploy jobs in a one step. It transforms your code to in-operation workloads, e.g. Kubernetes workloads. You write some code according to a set of coventions, you include the manifest file which explains the code, and you submit it to Racetrack. A short while after, the service calling your code is in operation.

Quickstart

  1. Install racetrack client: pip3 install racetrack-client
  2. Configure access token to your git repository: racetrack config credentials set REPO_URL USERNAME TOKEN
  3. Deploy your job to Racetrack: racetrack deploy . https://racetrack.platform.example.com/lifecycle
  4. You will see the URL of your deployed job in the output.

Installation

Install racetrack-client using pip:

pip3 install racetrack-client

Python 3.8+ is required. So if you have any troubles, try with:

sudo apt install python3.8 python3.8-dev python3.8-venv
python3.8 -m pip install racetrack-client

This will install racetrack CLI tool. Verify installation by running racetrack.

Usage

Run racetrack --help to see usage.

Deploying

To deploy a job, just run in the place where fatman.yaml is located:

racetrack deploy . https://racetrack.platform.example.com/lifecycle

racetrack deploy [WORKDIR] [RACETRACK_URL] has 2 optional arguments:

  • WORKDIR - a place where the fatman.yaml is, by default it's current directory
  • RACETRACK_URL - URL address to Racetrack server, where a job should be deployed. If not given, it will be deployed to a URL configured in a local client config, by default it's set to a local cluster at http://localhost:7002.

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

racetrack-client-2.7.0.tar.gz (33.5 kB view details)

Uploaded Source

Built Distribution

racetrack_client-2.7.0-py3-none-any.whl (44.9 kB view details)

Uploaded Python 3

File details

Details for the file racetrack-client-2.7.0.tar.gz.

File metadata

  • Download URL: racetrack-client-2.7.0.tar.gz
  • Upload date:
  • Size: 33.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for racetrack-client-2.7.0.tar.gz
Algorithm Hash digest
SHA256 158973eb3700afee0b375bcde2ede7d4c63fe783f6665eb8f1071be8c451111d
MD5 6d273c8d1d1339594e1ce45d7a365129
BLAKE2b-256 5ccb903301ab2fc739bdc07cc4ed1cad040eaa287846956faf5aad0813bfd4b5

See more details on using hashes here.

File details

Details for the file racetrack_client-2.7.0-py3-none-any.whl.

File metadata

File hashes

Hashes for racetrack_client-2.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6764ffcc53f9aa445cb52d3a59807be91df5465636414d41320cd27916f18bb2
MD5 9fddca59d5d396453018d6323c15e06d
BLAKE2b-256 837deff20e5c03262457a2f25c5a3729537805dbaa171eb6e107a322ecc24490

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