docs: Codebase structure#3050
Conversation
082778d to
31b1d47
Compare
Codecov Report
@@ Coverage Diff @@
## master #3050 +/- ##
==========================================
+ Coverage 67.44% 75.72% +8.27%
==========================================
Files 169 203 +34
Lines 14936 16856 +1920
==========================================
+ Hits 10074 12764 +2690
+ Misses 4862 4092 -770
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
31b1d47 to
2ffebcb
Compare
docs/reference/codebase-structure.md
Outdated
There was a problem hiding this comment.
nit, the regsitry interface (BaseRegistry) and the file based implementation (Regsitry) lives here. The SQL regisry is in infra/regsitry_stores (which is probably not the best name or place.
docs/reference/codebase-structure.md
Outdated
docs/reference/codebase-structure.md
Outdated
docs/reference/codebase-structure.md
Outdated
docs/reference/codebase-structure.md
Outdated
There was a problem hiding this comment.
this one might be a bit excessive :P
docs/reference/codebase-structure.md
Outdated
There was a problem hiding this comment.
plans is ambiguous. explain that?
docs/reference/codebase-structure.md
Outdated
There was a problem hiding this comment.
maybe call out that this is what is launched with feast serve?
docs/reference/codebase-structure.md
Outdated
There was a problem hiding this comment.
maybe instead: tree --dirsfirst -L 1 -C infra so directories show up first?
docs/reference/codebase-structure.md
Outdated
There was a problem hiding this comment.
map this to what users know about? aka this is what feature_store.yaml configuration maps to in memory
10b8f94 to
34f91cc
Compare
Signed-off-by: Felix Wang <[email protected]>
Signed-off-by: Felix Wang <[email protected]>
34f91cc to
c2ab2a6
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adchia, felixwang9817 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Codebase structure docs Signed-off-by: Felix Wang <[email protected]> * Address code review Signed-off-by: Felix Wang <[email protected]> Signed-off-by: Felix Wang <[email protected]> Signed-off-by: Francisco Javier Arceo <[email protected]>
* Codebase structure docs Signed-off-by: Felix Wang <[email protected]> * Address code review Signed-off-by: Felix Wang <[email protected]> Signed-off-by: Felix Wang <[email protected]>
* Codebase structure docs Signed-off-by: Felix Wang <[email protected]> * Address code review Signed-off-by: Felix Wang <[email protected]> Signed-off-by: Felix Wang <[email protected]>
Signed-off-by: Felix Wang [email protected]
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #