Skip to main content

Package for the Featureform Enterprise Feature Store

Project description

Featureform Python Client

Overview

Featureform’s Python client is a SDK for defining, managing and serving resources (e.g. infrastructure providers, data sources, transformations, etc.). At a high level, the API is divided into two parts:

  • Registration: register data stores (e.g. PostgreSQL), data sources (e.g. tables or CSV files) as resources or get and/or list previously registered resources
  • Serving: retrieve training sets and features for offline training or online inference

Requirements

  • Python 3.9-3.12

Setting Up Your Local Development Environment

Step 1: Install gRPC and Protocol Buffer Tooling

See grpc.io for instructions on installing the protocol buffer compiler for your OS and language-specific plugins for Golang (NOTE: the Golang dependencies can also be installed via Homebrew.)

Step 2: Install uv and Sync Dependencies

Install uv if you haven't already. Then sync the project dependencies:

> uv sync --group dev

This creates a virtual environment and installs all required dependencies, including the featureform client in editable mode.

Step 3: Compile API Protocol Buffers and Python Stub

The shell script gen_grpc.sh has been provided for convenience. Change the file access permissions to make it executable and run it:

> chmod +x gen_grpc.sh
> ./gen_grpc.sh

Step 4: Optionally Run Client Test Suite

To ensure your changes haven’t broken the client, run the test suite with the following make target:

> make pytest

Outcome

With the steps above successfully completed, you should have the featureform CLI command accessible via uv run:

> uv run featureform -h

To further verify that your setup is complete and correct, you may optionally walk through the Quickstart tutorial. You may put the definitions.py file at the root of the project, which won’t be ignored by Git, or use a URL to a file (e.g. hosted on GitHub).

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

featureform_enterprise-0.22.6.tar.gz (244.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

featureform_enterprise-0.22.6-py3-none-any.whl (284.5 kB view details)

Uploaded Python 3

File details

Details for the file featureform_enterprise-0.22.6.tar.gz.

File metadata

  • Download URL: featureform_enterprise-0.22.6.tar.gz
  • Upload date:
  • Size: 244.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for featureform_enterprise-0.22.6.tar.gz
Algorithm Hash digest
SHA256 29ff8455010d15ac810cff1f2893220620329114f420b94fd94417a4e0b262c4
MD5 b9f02192d116188603500cf80fc9efdc
BLAKE2b-256 1c7354a4c9700c58314392920e02d77593922e31841c3042db50a9bfbf27b589

See more details on using hashes here.

File details

Details for the file featureform_enterprise-0.22.6-py3-none-any.whl.

File metadata

File hashes

Hashes for featureform_enterprise-0.22.6-py3-none-any.whl
Algorithm Hash digest
SHA256 df24e9975d246065f41b3216ceea01d2b6d038bdce301c2b0675ba1f9833b41e
MD5 5f05fd620ab2cfef81e9ca80d8c5d366
BLAKE2b-256 e8616e39aa6dcf2b071962601c5b17c804d3efd54a5e75bdc87ed55843460aff

See more details on using hashes here.

Supported by

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