Building streaming features
PreviousValidating historical features with Great ExpectationsNextRunning Feast with Snowflake/GCP/AWS
Last updated
Was this helpful?
Last updated
Was this helpful?
Feast supports registering streaming feature views and Kafka and Kinesis streaming sources. It also provides an interface for stream processing called the Stream Processor
. An example Kafka/Spark StreamProcessor is implemented in the contrib folder. For more details, please see the for more details.
Please see for a tutorial on how to build a versioned streaming pipeline that registers your transformations, features, and data sources in Feast.