Compute Engine
Supported Compute Engines
| Compute Engine | Description | Supported | Link |
|-------------------------|-------------------------------------------------------------------------------------------------|------------|------|
| LocalComputeEngine | Runs on Arrow + Pandas/Polars/Dask etc., designed for light weight transformation. | ✅ | |
| SparkComputeEngine | Runs on Apache Spark, designed for large-scale distributed feature generation. | ✅ | |
| SnowflakeComputeEngine | Runs on Snowflake, designed for scalable feature generation using Snowflake SQL. | ✅ | |
| LambdaComputeEngine | Runs on AWS Lambda, designed for serverless feature generation. | ✅ | |
| FlinkComputeEngine | Runs on Apache Flink, designed for stream processing and real-time feature generation. | ❌ | |
| RayComputeEngine | Runs on Ray, designed for distributed feature generation and machine learning workloads. | ✅ | |Batch Engine
batch_engine:
type: spark.engine
config:
spark_master: "local[*]"
spark_app_name: "Feast Batch Engine"
spark_conf:
spark.sql.shuffle.partitions: 100
spark.executor.memory: "4g"
Stream Engine
API
Components
Feature Builder
Feature Resolver
DAG
Last updated
Was this helpful?