From 84ea23df2f74f4ef63221e7727be0354d432be4f Mon Sep 17 00:00:00 2001 From: Danny Chiao Date: Tue, 9 Nov 2021 19:10:41 +0000 Subject: [PATCH] GitBook: [#3] Remove extra stars from Gitbook in 0.15 --- docs/getting-started/quickstart.md | 12 ++++++------ docs/getting-started/third-party-integrations.md | 7 ++----- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/docs/getting-started/quickstart.md b/docs/getting-started/quickstart.md index 35d0599069..03eaeac0e4 100644 --- a/docs/getting-started/quickstart.md +++ b/docs/getting-started/quickstart.md @@ -9,19 +9,19 @@ In this tutorial we will You can run this tutorial in Google Colab or run it on your localhost, following the guided steps below. -![](../.gitbook/assets/colab\_logo\_32px.png)[**Run in Google Colab**](https://colab.research.google.com/github/feast-dev/feast/blob/master/examples/quickstart/quickstart.ipynb)**** +![](../.gitbook/assets/colab\_logo\_32px.png)[**Run in Google Colab**](https://colab.research.google.com/github/feast-dev/feast/blob/master/examples/quickstart/quickstart.ipynb) ## Overview -In this tutorial, we use feature stores to generate training data and power online model inference for a ride-sharing driver satisfaction prediction model. Feast solves several common issues in this flow: +In this tutorial, we use feature stores to generate training data and power online model inference for a ride-sharing driver satisfaction prediction model. Feast solves several common issues in this flow: 1. **Training-serving skew and complex data joins:** Feature values often exist across multiple tables. Joining these datasets can be complicated, slow, and error-prone. * Feast joins these tables with battle-tested logic that ensures _point-in-time_ correctness so future feature values do not leak to models. - * _\*Upcoming_: Feast alerts users to offline / online skew with data quality monitoring. -2. **Online feature availability:** At inference time, models often need access to features that aren't readily available and need to be precomputed from other datasources. + * _\*Upcoming_: Feast alerts users to offline / online skew with data quality monitoring. +2. **Online feature availability:** At inference time, models often need access to features that aren't readily available and need to be precomputed from other datasources. * Feast manages deployment to a variety of online stores (e.g. DynamoDB, Redis, Google Cloud Datastore) and ensures necessary features are consistently _available_ and _freshly computed_ at inference time. 3. **Feature reusability and model versioning:** Different teams within an organization are often unable to reuse features across projects, resulting in duplicate feature creation logic. Models have data dependencies that need to be versioned, for example when running A/B tests on model versions. - * Feast enables discovery of and collaboration on previously used features and enables versioning of sets of features (via _feature services_). + * Feast enables discovery of and collaboration on previously used features and enables versioning of sets of features (via _feature services_). * Feast enables feature transformation so users can re-use transformation logic across online / offline usecases and across models. ## Step 1: Install Feast @@ -40,7 +40,7 @@ pip install feast ## Step 2: Create a feature repository -Bootstrap a new feature repository using `feast init` from the command line. +Bootstrap a new feature repository using `feast init` from the command line. {% tabs %} {% tab title="Bash" %} diff --git a/docs/getting-started/third-party-integrations.md b/docs/getting-started/third-party-integrations.md index 532d86546f..58986f8564 100644 --- a/docs/getting-started/third-party-integrations.md +++ b/docs/getting-started/third-party-integrations.md @@ -1,6 +1,6 @@ # Third party integrations -We integrate with a wide set of tools and technologies so you can make Feast work in your existing stack. Many of these integrations are maintained as plugins to the main Feast repo. +We integrate with a wide set of tools and technologies so you can make Feast work in your existing stack. Many of these integrations are maintained as plugins to the main Feast repo. {% hint style="info" %} Don't see your offline store or online store of choice here? Check our our guides to make a custom one! @@ -19,7 +19,7 @@ Don't see your offline store or online store of choice here? Check our our guide * [x] [Synapse source (community plugin)](https://github.com/Azure/feast-azure) * [x] [Hive (community plugin)](https://github.com/baineng/feast-hive) * [x] [Postgres (community plugin)](https://github.com/nossrannug/feast-postgres) -* [ ] Kafka source (Planned for Q4 2021) +* [x] Kafka source (with [push support into the online store](../reference/alpha-stream-ingestion.md)) * [ ] Snowflake source (Planned for Q4 2021) * [ ] HTTP source @@ -53,6 +53,3 @@ Don't see your offline store or online store of choice here? Check our our guide * [ ] Cloud Run * [ ] Kubernetes * [ ] KNative - - -