LogoLogo
v0.21-branch
v0.21-branch
  • Introduction
  • Community
  • Roadmap
  • Changelog
  • Getting started
    • Quickstart
    • Concepts
      • Overview
      • Data source
      • Entity
      • Feature view
      • Feature retrieval
      • Point-in-time joins
      • Dataset
    • Architecture
      • Overview
      • Feature repository
      • Registry
      • Offline store
      • Online store
      • Provider
    • 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
      • Install Feast
      • Create a feature repository
      • Deploy a feature store
      • Build a training dataset
      • Load data into the online store
      • Read features from the online store
    • 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
      • File
      • Snowflake
      • BigQuery
      • Redshift
      • Push
      • Spark (contrib)
      • PostgreSQL (contrib)
    • Offline stores
      • File
      • Snowflake
      • BigQuery
      • Redshift
      • Spark (contrib)
      • PostgreSQL (contrib)
    • Online stores
      • SQLite
      • Redis
      • Datastore
      • DynamoDB
      • PostgreSQL (contrib)
    • Providers
      • Local
      • Google Cloud Platform
      • Amazon Web Services
    • Feature repository
      • feature_store.yaml
      • .feastignore
    • Feature servers
      • Python feature server
      • Go-based feature retrieval
    • [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
On this page
  • Integrations
  • Data Sources
  • Offline Stores
  • Online Stores
  • Deployments
  • Standards

Was this helpful?

Edit on GitHub
Export as PDF
  1. Getting started

Third party integrations

PreviousLearning by exampleNextFAQ

Last updated 2 years ago

Was this helpful?

We integrate with a wide set of tools and technologies so you can make Feast work in your existing stack. Many of these integrations are maintained as plugins to the main Feast repo.

Don't see your offline store or online store of choice here? Check out our guides to make a custom one!

Integrations

Data Sources

Offline Stores

Online Stores

Deployments

Standards

In order for a plugin integration to be highlighted on this page, it must meet the following requirements:

  1. The plugin must have some basic documentation on how it should be used.

  2. The author must work with a maintainer to pass a basic code review (e.g. to ensure that the implementation roughly matches the core Feast implementations).

In order for a plugin integration to be merged into the main Feast repo, it must meet the following requirements:

  1. The PR must pass all integration tests. The universal tests (tests specifically designed for custom integrations) must be updated to test the integration.

  2. There is documentation and a tutorial on how to use the integration.

  3. The author (or someone else) agrees to take ownership of all the files, and maintain those files going forward.

  4. If the plugin is being contributed by an organization, and not an individual, the organization should provide the infrastructure (or credits) for integration tests.

AWS Lambda (Alpha release. See and )

Kubernetes (See )

The plugin must have tests. Ideally it would use the Feast universal tests (see this for an example), but custom tests are fine.

Adding a new offline store
Adding a new online store
Snowflake source
Redshift source
BigQuery source
Parquet file source
Synapse source (community plugin)
Hive (community plugin)
Postgres (contrib plugin)
Spark (contrib plugin)
push support into the online store
Snowflake
Redshift
BigQuery
Synapse (community plugin)
Hive (community plugin)
Postgres (contrib plugin)
Trino (contrib plugin)
Spark (contrib plugin)
In-memory / Pandas
Custom offline store support
DynamoDB
Redis
Datastore
SQLite
Azure Cache for Redis (community plugin)
Postgres (contrib plugin)
Custom online store support
guide
RFC
guide
guide