ScyllaDB University Live | Free Virtual Training Event
Learn more
ScyllaDB Documentation Logo Documentation
  • Server
  • Cloud
  • Tools
    • ScyllaDB Manager
    • ScyllaDB Monitoring Stack
    • ScyllaDB Operator
  • Drivers
    • CQL Drivers
    • DynamoDB Drivers
  • Resources
    • ScyllaDB University
    • Community Forum
    • Tutorials
Download
ScyllaDB Docs Feature Store Integrate ScyllaDB and Feast

Integrate ScyllaDB and Feast¶

Feast is a popular open-source feature store for production ML. You can use several online stores when using Feast, including ScyllaDB. ScyllaDB, a low-latency and high-throughput database, serves perfectly as an online store. In this section, you’ll see how you can integrate your ScyllaDB Cloud database with Feast as an online store.

If you want to learn more about Feast, read the Feast documentation.

Feast + ScyllaDB online store configuration example¶

ScyllaDB is Cassandra-compatible which means you can use the built-in Cassandra connector of Feast.

To set up ScyllaDB as a Feast online store you need to

  1. Install the Feast + Cassandra connector

  2. Edit the Feast configuration file

Install the Feast + Cassandra connector¶

pip install feast[cassandra]

Edit the Feast configuration file¶

# feature_store.yaml
project: repo
registry: data/registry.db
provider: local
online_store:
    type: cassandra
    hosts:
        - node-0.aws-us-east-1.xxxxxxx.clusters.scylla.cloud
        - node-1.aws-us-east-1.xxxxxxx.clusters.scylla.cloud
        - node-2.aws-us-east-1.xxxxxxx.clusters.scylla.cloud
    username: scylla
    password: xxxxxxx
    keyspace: feast
entity_key_serialization_version: 2

For more information, read the Feast documentation.

Was this page helpful?

PREVIOUS
ScyllaDB for training data
  • Create an issue
  • Edit this page

On this page

  • Integrate ScyllaDB and Feast
    • Feast + ScyllaDB online store configuration example
      • Install the Feast + Cassandra connector
      • Edit the Feast configuration file
Feature Store
  • main
  • Why ScyllaDB for feature stores?
  • Build a real-time app
  • ScyllaDB for training data
  • Feast + ScyllaDB
  • GitHub repository
Docs Tutorials University Contact Us About Us
© 2025, ScyllaDB. All rights reserved. | Terms of Service | Privacy Policy | ScyllaDB, and ScyllaDB Cloud, are registered trademarks of ScyllaDB, Inc.
Last updated on 05 May 2025.
Powered by Sphinx 7.4.7 & ScyllaDB Theme 1.8.6