Architecture Decision Records
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.
What is an ADR?
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 Index
Creating a New ADR
Copy the ADR template to a new file with the next sequential number.
Fill in all sections of the template.
Submit a pull request with the new ADR.
Once the RFC is finalized and approved, update the ADR status to "Accepted".
ADR Statuses
Proposed: The decision is under discussion.
Accepted: The decision has been accepted and is being (or has been) implemented.
Deprecated: The decision is no longer relevant due to changes in the project.
Superseded: The decision has been replaced by a newer ADR.
Last updated
Was this helpful?