orion-py-client
Python Client for Orion Feature Store to push/produce Model Features and get features' metadata
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-clientuv
uv add orion-py-clientpoetry
poetry add orion-py-clientInstalling 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
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
feastFeast is an open-source feature store that…
permissive · top 15,000 on PyPI
azureml-featurestoreProvides Python SDK access to Azure ML Feature…
permissive · top 5,000 on PyPI
sagemaker-feature-store-pyspark-3.1Connects Apache Spark DataFrames to Amazon…
permissive · top 15,000 on PyPI
sagemaker-feature-store-pysparkIngest Spark DataFrames into Amazon SageMaker…
permissive · top 15,000 on PyPI
confluent-kafkaProvides a high-performance Python client for…
permissive · top 1,000 on PyPI
wmillwmill is a Python client library for the…
permissive · top 5,000 on PyPI
kubeflowKubeflow SDK provides Python APIs to submit and…
permissive · top 15,000 on PyPI
sagemaker-feature-store-pyspark-3.3A PySpark connector for Amazon SageMaker…
permissive · top 15,000 on PyPI
mleapSerializes and deserializes machine learning…
permissive · top 5,000 on PyPI
hopsworksPython SDK for connecting to Hopsworks clusters…
permissive · top 15,000 on PyPI