Search…
v0.21-branch
Introduction
Community
Roadmap
Changelog
Getting started
Quickstart
Concepts
Architecture
Learning by example
Third party integrations
FAQ
Tutorials
Overview
Driver ranking
Fraud detection on GCP
Real-time credit scoring on AWS
Driver stats on Snowflake
Validating historical features with Great Expectations
How-to Guides
Running Feast with Snowflake/GCP/AWS
Running Feast in production
Deploying a Java feature server on Kubernetes
Upgrading from Feast 0.9
Adding a custom provider
Adding a new online store
Adding a new offline store
Adding or reusing tests
Reference
Data sources
Offline stores
Online stores
Providers
Local
Google Cloud Platform
Amazon Web Services
Feature repository
Feature servers
[Alpha] Web UI
[Alpha] Data quality monitoring
[Alpha] On demand feature view
[Alpha] AWS Lambda feature server
Feast CLI reference
Python API reference
Usage
Project
Contribution process
Development guide
Versioning policy
Release process
Feast 0.9 vs Feast 0.10+
Powered By
GitBook
Amazon Web Services
Description
Offline Store: Uses the
Redshift
offline store by default. Also supports File as the offline store.
Online Store: Uses the
DynamoDB
online store by default. Also supports Sqlite as an online store.
Example
feature_store.yaml
1
project
:
my_feature_repo
2
registry
:
data/registry.db
3
provider
:
aws
4
online_store
:
5
type
:
dynamodb
6
region
:
us
-
west
-
2
7
offline_store
:
8
type
:
redshift
9
region
:
us
-
west
-
2
10
cluster_id
:
feast
-
cluster
11
database
:
feast
-
database
12
user
:
redshift
-
user
13
s3_staging_location
:
s3
:
//feast
-
bucket/redshift
14
iam_role
:
arn
:
aws
:
iam
::
123456789012
:
role/redshift_s3_access_role
Copied!
Previous
Google Cloud Platform
Next - Reference
Feature repository
Last modified
7d ago
Export as PDF
Copy link
Edit on GitHub
Contents
Description
Example