In this example, we're going to show you how Hamilton can help you structure your Feast repository and bring tighter coupling between your feature transformations (code) and feature store (data).
/default_feature_store is the quickstart example you can generate by calling feast init default. It is presented here as a reference point to compare with Hamilton + Feast alternatives./simple_feature_store is a 1-to-1 reimplementation of /default_feature_store. You will notice that adding Hamilton helps make explicit the dependencies between Feast objects therefore increasing readability and maintainability./integration_feature_store extends the /simple_feature_store example by adding the feature transformation code using Hamilton and directly integrating with Feast.retrieval.ipynb in /integration_feature_store/feature_repo shows how to retrieve features from Feast and highlights the benefits of end-to-end visibility with Hamilton.