An Azure Blob created for every feature. The data type is stored in an index, and the values stored in a keyspace based on their entity. Featureform’s scheduler aims to achieve consistency between Azure’s internal state with the user’s desired state as specified in the metadata service.
First we have to add a declarative Azure Blob configuration in Python.
azure_blob_config.py
Copy
Ask AI
import featureform as ffazure_blob = ff.register_blob_store( name="azure-quickstart", description="An azure blob store provider to store offline and inference data" # Optional container_name="my_company_container" root_path="custom/path/in/container" account_name="" account_key="")
Once our config file is complete, we can apply it to our Featureform deployment
Kubernetes serves as a compute layer for generating training sets, SQL, and Dataframe transformations. To use Kubernetes, a storage layer to store the results of the computation needs to be specified.