You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update roadmap to include Snowflake + Trino. Also fix docs + update FAQ (#2175)
* Update roadmap to include Snowflake + Trino. Also fix some Gitbook artifacts / bugs on feature server documentation and add FAQ question on mixing clouds in Feast
Signed-off-by: Danny Chiao <[email protected]>
* Fix readme by running compile-templates
Signed-off-by: Danny Chiao <[email protected]>
Copy file name to clipboardExpand all lines: docs/getting-started/faq.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# FAQ
2
2
3
+
{% hint style="info" %}
4
+
**Don't see your question?**
5
+
6
+
We encourage you to ask questions on [Slack](https://slack.feast.dev) or [Github](https://github.com/feast-dev/feast). Even better, once you get an answer, add the answer to this FAQ via a [pull request](../project/development-guide.md)!
7
+
{% endhint %}
8
+
3
9
## Getting started
4
10
5
11
### Do you have any examples of how Feast should be used?
@@ -44,7 +50,7 @@ Please see a detailed comparison of Feast vs. Tecton [here](https://www.tecton.a
44
50
45
51
### What are the performance/latency characteristics of Feast?
46
52
47
-
Feast is designed to work at scale and support low latency online serving. Benchmarks to be released soon, and active work is underway to support very latency sensitive use cases.
53
+
Feast is designed to work at scale and support low latency online serving. Benchmarks ([RFC](https://docs.google.com/document/d/12UuvTQnTTCJhdRgy6h10zSbInNGSyEJkIxpOcgOen1I/edit)) will be released soon, and active work is underway to support very latency sensitive use cases.
48
54
49
55
### Does Feast support embeddings and list features?
50
56
@@ -61,6 +67,10 @@ Yes. Specifically:
61
67
62
68
The list of supported offline and online stores can be found [here](../reference/offline-stores/) and [here](../reference/online-stores/), respectively. The [roadmap](../roadmap.md) indicates the stores for which we are planning to add support. Finally, our Provider abstraction is built to be extensible, so you can plug in your own implementations of offline and online stores. Please see more details about custom providers [here](../how-to-guides/creating-a-custom-provider.md).
63
69
70
+
### Does Feast support using different clouds for offline vs online stores?
71
+
72
+
Yes. Using a GCP or AWS provider in `feature_store.yaml` primarily sets default offline / online stores and configures where the remote registry file can live (Using the AWS provider also allows for deployment to AWS Lambda). You can override the offline and online stores to be in different clouds if you wish.
73
+
64
74
### How can I add a custom online store?
65
75
66
76
Please follow the instructions [here](../how-to-guides/adding-support-for-a-new-online-store.md).
@@ -100,10 +110,4 @@ For more details on contributing to the Feast community, see [here](../community
100
110
101
111
### What are the plans for Feast Core, Feast Serving, and Feast Spark?
102
112
103
-
Feast Core and Feast Serving were both part of Feast Java. We plan to support Feast Serving. We will not support Feast Core; instead we will support our object store based registry. We will not support Feast Spark. For more details on what we plan on supporting, please see the [roadmap](../roadmap.md).
104
-
105
-
{% hint style="info" %}
106
-
**Don't see your question?**
107
-
108
-
We encourage you to ask questions on [Slack](https://slack.feast.dev) or [Github](https://github.com/feast-dev/feast). Even better, once you get an answer, add the answer to this FAQ via a [pull request](../project/development-guide.md)!
109
-
{% endhint %}
113
+
Feast Core and Feast Serving were both part of Feast Java. We plan to support Feast Serving. We will not support Feast Core; instead we will support our object store based registry. We will not support Feast Spark. For more details on what we plan on supporting, please see the [roadmap](../roadmap.md).
Copy file name to clipboardExpand all lines: docs/getting-started/quickstart.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ In this tutorial we will
9
9
10
10
You can run this tutorial in Google Colab or run it on your localhost, following the guided steps below.
11
11
12
-
[**Run in Google Colab**](https://colab.research.google.com/github/feast-dev/feast/blob/master/examples/quickstart/quickstart.ipynb)****
12
+
[**Run in Google Colab**](https://colab.research.google.com/github/feast-dev/feast/blob/master/examples/quickstart/quickstart.ipynb)
Copy file name to clipboardExpand all lines: docs/getting-started/third-party-integrations.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
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.
4
4
5
5
{% hint style="info" %}
6
-
Don't see your offline store or online store of choice here? Check our our guides to make a custom one!
6
+
Don't see your offline store or online store of choice here? Check out our guides to make a custom one!
7
7
8
8
*[Adding a new offline store](../how-to-guides/adding-a-new-offline-store.md)
9
9
*[Adding a new online store](../how-to-guides/adding-support-for-a-new-online-store.md)
@@ -20,7 +20,7 @@ Don't see your offline store or online store of choice here? Check our our guide
@@ -50,12 +50,11 @@ Don't see your offline store or online store of choice here? Check our our guide
50
50
### **Deployments**
51
51
52
52
*[x] AWS Lambda (Alpha release. See [guide](../reference/alpha-aws-lambda-feature-server.md) and [RFC](https://docs.google.com/document/d/1eZWKWzfBif66LDN32IajpaG-j82LSHCCOzY6R7Ax7MI/edit))
53
+
*[x] Kubernetes (See [guide](https://docs.feast.dev/how-to-guides/running-feast-in-production#4.3.-java-based-feature-server-deployed-on-kubernetes))
53
54
*[ ] Cloud Run
54
-
*[ ] Kubernetes
55
55
*[ ] KNative
56
56
57
57
58
-
59
58
## Standards
60
59
61
60
In order for a plugin integration to be highlighted on this page, it must meet the following requirements:
0 commit comments