Feast.dev is an open source feature store tool that integrates with Cassandra/ScyllaDB. Here’s an example configuration with Feast and ScyllaDB Cloud:
project: scylla_feature_repo
registry: data/registry.db
provider: local
online_store:
type: cassandra
hosts:
- node-0.aws_us_east_1.xxxxxxxx.clusters.scylla.cloud
- node-1.aws_us_east_1.xxxxxxxx.clusters.scylla.cloud
- node-2.aws_us_east_1.xxxxxxxx.clusters.scylla.cloud
keyspace: feast
username: scylla
password: password
For more information about the integration and limitations, check out the Feast documentation.
For an example feature store app with ScyllaDB, check out this sample app.