LogoLogo
v0.15-branch
v0.15-branch
  • Introduction
  • Community
  • Roadmap
  • Changelog
  • Getting started
    • Quickstart
    • Concepts
      • Overview
      • Data source
      • Entity
      • Feature view
      • Feature service
      • Feature retrieval
      • Point-in-time joins
    • Architecture
      • Overview
      • Feature repository
      • Registry
      • Offline store
      • Online store
      • Provider
    • Third party integrations
    • FAQ
  • Tutorials
    • Overview
    • Driver ranking
    • Fraud detection on GCP
    • Real-time credit scoring on AWS
  • How-to Guides
    • Running Feast with 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
    • 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
      • BigQuery
      • Redshift
    • Offline stores
      • File
      • BigQuery
      • Redshift
    • Online stores
      • SQLite
      • Redis
      • Datastore
      • DynamoDB
    • Providers
      • Local
      • Google Cloud Platform
      • Amazon Web Services
    • Feature repository
      • feature_store.yaml
      • .feastignore
    • [Alpha] On demand feature view
    • [Alpha] Stream ingestion
    • [Alpha] Local feature server
    • [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

Was this helpful?

Edit on GitHub
Export as PDF
  1. Getting started

Third party integrations

PreviousProviderNextFAQ

Last updated 3 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 our our guides to make a custom one!

Integrations

Data Sources

Offline Stores

Online Stores

Deployments

AWS Lambda (Alpha release. See and )

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