Skip to main content

Re-usable kfp components for hoodat

Project description

Hoodat Pipeline Components

This repository provides an SDK and a set of components that perform tasks in hoodat.

It is modelled after this repository of shared components for GCP: https://github.com/kubeflow/pipelines/tree/google-cloud-pipeline-components-1.0.1/components/google-cloud

To create new release of package and push to pypi:

  1. Update the version with commitizen:
# cz bump --dry-run
cz bump
  1. Push to main branch
git push
  1. Create a new release in github.

The package will be built and pushed to pypi in a github action.

## Makefile

There is a Makefile at the root of this project which provides some useful functionality for developing and publishing components. In the next sections of this document some of this funcitonality will be described.

Important to the use of the Makefile is the creation of an env.sh file with necessary arguments populated. See env.sh.example for an example of what this file should look like. Copy it to env.sh and replace the default arguments with your own.

To create a new component with your own Dockerfile

New components should be added to the hoodat_vertex_components/components subdirectory. See already existing examples. Here is a common file structure for a component:

├── make_cascade_file
│   ├── Dockerfile
│   ├── cascades.csv
│   ├── component.yaml
│   ├── make_cascade_file.py
│   ├── poetry.lock
│   ├── pyproject.toml
│   └── tests
│       └── test_filter_cascades.py

To run a components docker container in interactive mode

This function will be useful for running a components docker image interactively. Update the env.sh with the name of the component and run:

make run_interactive

To run a pipeline with a single component in it

It may be useful to test a component in a pipeline. To do this, update the env.sh with the name of the component and run:

make push_and_pipeline

To create a new python component

Look at video_to_frames for an example.

Once you're happy, run:

COMPONENT_NAME=video_to_frames
cd hoodat_vertex_components/components/$COMPONENT_NAME
poetry run python component.py

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

hoodat-vertex-components-0.2.1.tar.gz (31.7 kB view details)

Uploaded Source

Built Distribution

hoodat_vertex_components-0.2.1-py3-none-any.whl (39.0 kB view details)

Uploaded Python 3

File details

Details for the file hoodat-vertex-components-0.2.1.tar.gz.

File metadata

  • Download URL: hoodat-vertex-components-0.2.1.tar.gz
  • Upload date:
  • Size: 31.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.8.12 Linux/5.13.0-1022-azure

File hashes

Hashes for hoodat-vertex-components-0.2.1.tar.gz
Algorithm Hash digest
SHA256 13b6b9147e90a3318063b2cbda1c0bb2f40b922bf3809b1df9eb0a3cf4643ded
MD5 c4e5ea2620e485c1b8c953f257b15d30
BLAKE2b-256 69dd432c48de580d8de95be10ef9a88b7900217ce52a3c3e28e3a52aab8aa743

See more details on using hashes here.

File details

Details for the file hoodat_vertex_components-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for hoodat_vertex_components-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 38818b72b923e2194abcc5855635db36242bcf651985d574d615ca06350357a3
MD5 fea732267a3fba2bdff03867f3bb3585
BLAKE2b-256 b926024120c8e7fb9e0403d403ab60afca13ede62fb4dbdbbf3ba7f797adf00d

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