Spark support for Feast offline store
Project description
Feast Spark Offline Store plugin
This repo contains a plugin for feast to run an offline store on Spark.
It can be installed from pip and configured in the feature_store.yaml configuration file to interface with DataSources using Spark.
Contributing
We strongly encourage you to contribute to our repository. Find out more in our contribution guidelines
Requirements
Currently only supports Feast version 0.14.1.
Installation
pip install feast-spark-offline-store
Or to install from source:
git clone git@github.com:Adyen/feast-spark-offline-store.git
cd feast-spark-offline-store
pip install -e '.[dev]'
Usage
Install feast and feast_spark_offline_store and change the Feast configurations in feature_store.yaml to use feast_spark_offline_store.SparkOfflineStore:
project: example_feature_repo
registry: data/registry.db
provider: local
online_store:
...
offline_store:
type: feast_spark_offline_store.spark.SparkOfflineStore
spark_conf:
spark.master: "local[*]"
spark.ui.enabled: "false"
spark.eventLog.enabled: "false"
spark.sql.catalogImplementation: "hive"
spark.sql.parser.quotedRegexColumnNames: "true"
spark.sql.session.timeZone: "UTC"
Documentation
See Feast documentation on offline stores and adding custom offline stores.
Support
If you have a feature request, or spotted a bug or a technical problem, create a GitHub issue. For other questions, contact our support team.
License
MIT license. For more information, see the LICENSE file.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file feast_spark_offline_store-0.0.4.tar.gz.
File metadata
- Download URL: feast_spark_offline_store-0.0.4.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d37017af4ba79224c7ac6cb49508e21eb5849cfc5151b3abecf10bbadd4024df
|
|
| MD5 |
12606027d520d88902bf7c8fb530e7c5
|
|
| BLAKE2b-256 |
b68c40b95ff3085ebbb10825b8fba159150579750ac796b716635561fc297a06
|
File details
Details for the file feast_spark_offline_store-0.0.4-py3-none-any.whl.
File metadata
- Download URL: feast_spark_offline_store-0.0.4-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.0 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f596934c104a4fd69f93fd7feb528464a7df3cbc701be78189e521257333d1dc
|
|
| MD5 |
4a19d2c5b21b4a86bf4a943e98c6f37c
|
|
| BLAKE2b-256 |
a5efc0675541baab32501d8242b879f0213b7f2e6ecbadee9a746d8d9f60a6df
|