skillfed

orion-py-client

Python Client for Orion Feature Store to push/produce Model Features and get features' metadata

orion-py-client v0.1.14 226.0K downloads/30d#9,209 on PyPI
Permissive license Apache-2.0 AGING released

What it is and what it does

Orion Python Client is a lightweight wrapper for pushing ML model features from offline data sources (Hive/Delta tables, cloud-stored Parquet/Delta folders) into Orion Feature Store. It handles feature metadata retrieval, protobuf serialization of feature values, and Kafka message production to enable asynchronous feature ingestion pipelines.

The package is designed for teams running feature engineering workflows on Spark who need to serialize and stream features to a centralized feature store. It supports scalar types (FP32, FP64, Int32, Int64, UInt32, UInt64, String, Bool) and vector types, with Kafka acting as the transport layer. You initialize a client with metadata source credentials, call methods to fetch feature schemas and generate protobuf-encoded DataFrames, then push those to Kafka topics for downstream consumption.

Use it for:

  • Push batch-computed features from Spark DataFrames to Orion Feature Store via Kafka for model serving.
  • Retrieve feature metadata and schema information from Orion to validate offline feature computation pipelines.
  • Serialize ML feature vectors into protobuf format for efficient Kafka transport.
  • Integrate offline feature engineering on Delta/Hive tables with a centralized feature store backend.
  • Automate feature ingestion workflows that read from cloud storage and publish to Orion.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

A Python client for pushing ML feature data from offline sources to Orion Feature Store and retrieving feature metadata via protobuf serialization and Kafka integration.

Yes, if you are already running Spark-based feature engineering and have Orion Feature Store deployed as your backend. The low install friction and permissive license make it a straightforward addition. However, the aging maintenance status (343 days since last release) means you should verify that it remains compatible with your Spark, Kafka, and Orion versions before committing to production use.

Install

orion-py-client on PyPI

pip

pip install orion-py-client

uv

uv add orion-py-client

poetry

poetry add orion-py-client

Installing orion-py-client

Before you install

Low install friction with only 2 runtime dependencies (cloudpathlib and protobuf). Maintenance status is aging—last release was 343 days ago—so expect slower response to issues or updates.

License in practice

Licensed under Apache-2.0 (permissive), so you can use, modify, and distribute this package freely in commercial or private projects without copyleft obligations.

Quickstart

pip install orion-py-client==0.1.14

from orion_py_client import OrionPyClient

client = OrionPyClient(
    features_metadata_source_url="your_features_metadata_source_url",
    job_id="your_job_id",
    job_token="your_job_token"
)

offline_src_type_columns, offline_col_to_default_values_map, entity_column_names = client.get_features_details()

Requires Python 3.7+; Kafka feature push functionality requires Apache Spark 3.0+ and spark-sql-kafka.

Verify before relying

  • Whether the package actively maintains compatibility with recent versions of Apache Spark and Kafka ecosystems.
  • Whether cloudpathlib and protobuf version constraints are documented or if any known incompatibilities exist.
  • Whether the Orion Feature Store backend this client targets is actively maintained and production-ready.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.7)
Install friction low — pure-Python wheel
Runtime dependencies 2 — cloudpathlib, protobuf
Maintenance aging — 343 days since the last release
First released
Downloads 225,969/month — #9,209 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: orion_py_client-0.1.14-py3-none-any.whl

License :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3

Tags

feature store client pythonkafka feature pushprotobuf feature serializationml feature metadata retrievaloffline feature ingestionorion feature store integrationspark kafka feature pipeline
feature-storekafka-integrationspark-pipeline

More Database packages

psycopg2-binary

psycopg2-binary is a PostgreSQL database…

copyleft · top 1,000 on PyPI

redis

Python client library for connecting to and…

permissive · top 1,000 on PyPI

ydb

YDB Python SDK is the official client library…

permissive · top 1,000 on PyPI

snowflake-connector-python

Connects Python applications to Snowflake data…

permissive · top 1,000 on PyPI

sqlparse

sqlparse tokenizes SQL text into a tree of…

permissive · top 1,000 on PyPI

dbt-adapters

Provides base adapter protocols and shared…

permissive · top 1,000 on PyPI

feast

Feast is an open-source feature store that…

permissive · top 15,000 on PyPI

azureml-featurestore

Provides Python SDK access to Azure ML Feature…

permissive · top 5,000 on PyPI

sagemaker-feature-store-pyspark-3.1

Connects Apache Spark DataFrames to Amazon…

permissive · top 15,000 on PyPI

sagemaker-feature-store-pyspark

Ingest Spark DataFrames into Amazon SageMaker…

permissive · top 15,000 on PyPI

confluent-kafka

Provides a high-performance Python client for…

permissive · top 1,000 on PyPI

wmill

wmill is a Python client library for the…

permissive · top 5,000 on PyPI

kubeflow

Kubeflow SDK provides Python APIs to submit and…

permissive · top 15,000 on PyPI

sagemaker-feature-store-pyspark-3.3

A PySpark connector for Amazon SageMaker…

permissive · top 15,000 on PyPI

mleap

Serializes and deserializes machine learning…

permissive · top 5,000 on PyPI

hopsworks

Python SDK for connecting to Hopsworks clusters…

permissive · top 15,000 on PyPI