Skip to content

Commit efd83fd

Browse files
authored
Update docs to include Snowflake/DQM and removing unused docs from old versions of Feast (feast-dev#2268)
* Update docs to include Snowflake, update roadmap to include DQM, fix quickstart outdated issues, and remove unnecessary docs from old Feast versions Signed-off-by: Danny Chiao <[email protected]> * fix template Signed-off-by: Danny Chiao <[email protected]> * fix template Signed-off-by: Danny Chiao <[email protected]> * Reference dqm guide Signed-off-by: Danny Chiao <[email protected]>
1 parent ffc6e76 commit efd83fd

83 files changed

Lines changed: 28 additions & 5163 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Feast is an open source feature store for machine learning. Feast is the fastest
2323
Please see our [documentation](https://docs.feast.dev/) for more information about the project.
2424

2525
## 📐 Architecture
26-
<img src="https://i.imgur.com/DphraPo.png" width="750">
26+
![](docs/assets/feast-marchitecture.png)
2727

2828
The above architecture is the minimal Feast deployment. Want to run the full Feast on GCP/AWS? Click [here](https://docs.feast.dev/how-to-guides/feast-gcp-aws).
2929

@@ -189,18 +189,18 @@ The list below contains the functionality that contributors are planning to deve
189189
* [ ] Delete API
190190
* [ ] Feature Logging (for training)
191191
* **Data Quality Management (See [RFC](https://docs.google.com/document/d/110F72d4NTv80p35wDSONxhhPBqWRwbZXG4f9mNEMd98/edit))**
192-
* [ ] Data profiling and validation (Great Expectations) (Planned for Q1 2022)
192+
* [x] Data profiling and validation (Great Expectations)
193193
* [ ] Metric production
194194
* [ ] Training-serving skew detection
195195
* [ ] Drift detection
196196
* **Feature Discovery and Governance**
197197
* [x] Python SDK for browsing feature registry
198198
* [x] CLI for browsing feature registry
199199
* [x] Model-centric feature tracking (feature services)
200+
* [x] Amundsen integration (see [Feast extractor](https://github.com/amundsen-io/amundsen/blob/main/databuilder/databuilder/extractor/feast_extractor.py))
200201
* [ ] REST API for browsing feature registry
201202
* [ ] Feast Web UI
202203
* [ ] Feature versioning
203-
* [ ] Amundsen integration
204204

205205

206206
## 🎓 Important Resources
@@ -224,4 +224,4 @@ Thanks goes to these incredible people:
224224

225225
<a href="https://github.com/feast-dev/feast/graphs/contributors">
226226
<img src="https://contrib.rocks/image?repo=feast-dev/feast" />
227-
</a>
227+
</a>

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Feast (**Fea**ture **St**ore) is an operational data system for managing and serving machine learning features to models in production. Feast is able to serve feature data to models from a low-latency online store (for real-time prediction) or from an offline store (for scale-out batch scoring or model training).
66

7-
![](.gitbook/assets/feast-marchitecture-211014.png)
7+
![](assets/feast-marchitecture.png)
88

99
## Problems Feast Solves
1010

@@ -30,7 +30,7 @@ Feast addresses this problem by introducing feature reuse through a centralized
3030

3131
**Feature discovery:** We also aim for Feast to include a first-class user interface for exploring and discovering entities and features.
3232

33-
**‌Feature validation:** We additionally aim for Feast to improve support for statistics generation of feature data and subsequent validation of these statistics. Current support is limited.
33+
**Feature validation:** We additionally aim for Feast to improve support for statistics generation of feature data and subsequent validation of these statistics. Current support is limited.
3434

3535
## What Feast is not
3636

docs/SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* [Architecture](getting-started/architecture-and-components/README.md)
2121
* [Overview](getting-started/architecture-and-components/overview.md)
2222
* [Feature repository](getting-started/architecture-and-components/feature-repository.md)
23-
* [Registry](getting-started/architecture-and-components/untitled.md)
23+
* [Registry](getting-started/architecture-and-components/registry.md)
2424
* [Offline store](getting-started/architecture-and-components/offline-store.md)
2525
* [Online store](getting-started/architecture-and-components/online-store.md)
2626
* [Provider](getting-started/architecture-and-components/provider.md)
@@ -77,6 +77,7 @@
7777
* [.feastignore](reference/feature-repository/feast-ignore.md)
7878
* [Feature servers](reference/feature-servers/README.md)
7979
* [Local feature server](reference/feature-servers/local-feature-server.md)
80+
* [\[Alpha\] Data quality monitoring](reference/dqm.md)
8081
* [\[Alpha\] On demand feature view](reference/alpha-on-demand-feature-view.md)
8182
* [\[Alpha\] Stream ingestion](reference/alpha-stream-ingestion.md)
8283
* [\[Alpha\] AWS Lambda feature server](reference/alpha-aws-lambda-feature-server.md)

docs/advanced/audit-logging.md

Lines changed: 0 additions & 132 deletions
This file was deleted.

docs/advanced/metrics.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)