docs/adr/README.md
This directory contains Architecture Decision Records (ADRs) for the Feast project. ADRs document significant architectural decisions made during the development of Feast, providing context, rationale, and consequences for each decision.
An Architecture Decision Record captures a single architectural decision, including the context in which it was made, the decision itself, and the expected consequences. ADRs serve as a historical record for current and future contributors to understand why the project is structured the way it is.
| ADR | Title | Status | Original RFC |
|---|---|---|---|
| ADR-0001 | Feature Services | Accepted | RFC-015 |
| ADR-0002 | Component Refactor | Accepted | RFC-020 |
| ADR-0003 | On-Demand Transformations | Accepted | RFC-021 |
| ADR-0004 | Entity Join Key Mapping | Accepted | RFC-023 |
| ADR-0005 | Stream Transformations | Accepted | RFC-036 |
| ADR-0006 | Kubernetes Operator | Accepted | RFC-042 |
| ADR-0007 | Unified Feature Transformations and Feature Views | Accepted | RFC-043 |
| ADR-0008 | Feature View Versioning | Accepted | Feature View Versioning RFC |
| ADR-0009 | Contribution and Extensibility Architecture | Accepted | RFC-014 |
| ADR-0010 | Vector Database Integration for LLM/RAG Support | Accepted | RFC-040 |
| ADR-0011 | Data Quality Monitoring | Accepted | RFC-027 |