Cassandra
Featureform supports Cassandra as an Inference Store.
Implementation
A Cassandra table is created for every feature. All these tables are part of a keyspace with replication set to 3 by default. A metadata table exists within the keyspace as well to allow the provider to keep track of its own state. Featureform’s scheduler aims to achieve consistency between Cassandra’s internal state with the user’s desired state as specified in the metadata service.
Configuration
First we have to add a declarative Cassandra configuration in Python. In the following example, only name is required, but the other parameters are available.
Once our config file is complete, we can apply it to our Featureform deployment
We can re-verify that the provider is created by checking the Providers tab of the Feature Registry.
Mutable Configuration Fields
-
description
-
username
-
password
-
consistency
-
replication