Feast
Feast is an open-source feature store for machine learning. It provides a centralized platform for storing, managing, and serving ML features, enabling teams to define, discover, and use features across training and inference workloads.
To learn more about Feast, visit the documentation site or explore the GitHub repository.
How does Feast work with OpenLineage?
Feast includes native OpenLineage support that automatically emits lineage events during feature store operations. When you run feast apply to register feature definitions or feast materialize to populate the online store, Feast captures and emits comprehensive lineage metadata—no additional code changes required.
The integration uses Feast's existing Python client to emit OpenLineage events via HTTP, Kafka, or other supported transports.