-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d1326f
commit c3d0d43
Showing
24 changed files
with
217 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,29 @@ | ||
# Community | ||
|
||
## Chat | ||
### Links & Resources | ||
|
||
* Come and say hello in [\#Feast](https://join.slack.com/t/kubeflow/shared_invite/zt-cpr020z4-PfcAue_2nw67~iIDy7maAQ) over in the Kubeflow Slack. | ||
* [Slack](https://kubeflow.slack.com/messages/CE0L8T267): We use the channel [\#Feast](https://kubeflow.slack.com/messages/CE0L8T267) in [kubeflow.slack.com](https://join.slack.com/t/kubeflow/shared_invite/zt-cpr020z4-PfcAue_2nw67~iIDy7maAQ). Feel free to ask questions or say hello! | ||
* [Mailing list](https://groups.google.com/d/forum/feast-dev): We have both a user and developer mailing list. | ||
* Feast users should join [[email protected]](mailto:[email protected]) group by clicking [here](https://groups.google.com/g/feast-discuss). | ||
* Feast developers should join [[email protected]](mailto:[email protected]) group by clicking [here](https://groups.google.com/d/forum/feast-dev). | ||
* [Google Drive](https://drive.google.com/drive/u/0/folders/0AAe8j7ZK3sxSUk9PVA): The above groups will also grant access to our public [Feast Google Drive](https://drive.google.com/drive/u/0/folders/0AAe8j7ZK3sxSUk9PVA). The drive is used as a central repository for all Feast resources. For example: | ||
* Design proposals in the form of Request for Comments \(RFC\). | ||
* User surveys and meeting minutes. | ||
* Slide decks of conferences our contributors have spoken at. | ||
* [Feast GitHub Repository](https://github.com/feast-dev/feast/): Find the complete Feast codebase on GitHub. | ||
|
||
## GitHub | ||
### How can I get help? | ||
|
||
* Feast's GitHub repo can be [found here](https://github.com/feast-dev/feast/). | ||
* Found a bug or need a feature? [Create an issue on GitHub](https://github.com/feast-dev/feast/issues/new) | ||
* **Slack:** Need to speak to a human? Come ask a question in our Slack channel \(link above\) | ||
* **GitHub Issues:** Found a bug or need a feature? [Create an issue on GitHub](https://github.com/feast-dev/feast/issues/new). | ||
* **StackOverflow:** Need to ask a question on how to use Feast? We also monitor and respond to [StackOverflow](https://stackoverflow.com/questions/tagged/feast). | ||
|
||
## Community Call | ||
### Community Call | ||
|
||
We have a community call every 2 weeks. Alternating between two times. | ||
We have a community call every 2 weeks. Alternating between two times: | ||
|
||
* 11 am \(UTC + 8\) | ||
* 5 pm \(UTC + 8\) | ||
|
||
Please join the [feast-dev](getting-help.md#feast-development) mailing list to receive the the calendar invitation. | ||
|
||
## Mailing list | ||
|
||
### Feast discussion | ||
|
||
* Google Group: [https://groups.google.com/d/forum/feast-discuss](https://groups.google.com/d/forum/feast-discuss) | ||
* Mailing List: [[email protected]](mailto:[email protected]) | ||
|
||
### Feast development | ||
|
||
* Google Group: [https://groups.google.com/d/forum/feast-dev](https://groups.google.com/d/forum/feast-dev) | ||
* Mailing List: [[email protected]](mailto:[email protected]) | ||
|
||
## Google Drive | ||
|
||
The Feast community also maintains a [Google Drive](https://drive.google.com/drive/u/0/folders/0AAe8j7ZK3sxSUk9PVA) with documents like RFCs, meeting notes, or roadmaps. Please join one of the above mailing lists \(feast-dev or feast-discuss\) to gain access to the drive. | ||
Join the [feast-dev](getting-help.md#feast-development) mailing list to receive a Google calendar invitation. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
# Getting Started | ||
|
||
If you would like to learn more about Feast concepts and its architecture, see the `User Guide` | ||
### Install Feast | ||
|
||
If you would like to connect to an existing Feast deployment, click on `Connecting to Feast` | ||
If you would like to deploy a new installation of Feast, click on [Install Feast](install-feast/) | ||
|
||
{% page-ref page="connecting-to-feast-1/" %} | ||
{% page-ref page="install-feast/" %} | ||
|
||
If you would like to deploy a new installation of Feast, click on `Deploying Feast` | ||
### Connect to Feast | ||
|
||
{% page-ref page="deploying-feast/" %} | ||
If you would like to connect to an existing Feast deployment, click on [Connect to Feast](connect-to-feast/) | ||
|
||
If you are connected to a running Feast deployment, have a look at our [example tutorials](https://github.com/gojek/feast/tree/master/examples). | ||
{% page-ref page="connect-to-feast/" %} | ||
|
||
### Learn Feast | ||
|
||
If you would like to learn more about Feast, click on [Learn Feast](learn-feast.md) | ||
|
||
{% page-ref page="learn-feast.md" %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Connect to Feast | ||
|
||
### Feast Python SDK | ||
|
||
The Feast Python SDK is used as a library to interact with a Feast deployment. | ||
|
||
* Define, register, and manage entities and features | ||
* Ingest data into Feast | ||
* Build and retrieve training datasets | ||
* Retrieve online features | ||
|
||
{% page-ref page="python-sdk.md" %} | ||
|
||
### Feast CLI | ||
|
||
The Feast CLI is a command line implementation of the Feast Python SDK. | ||
|
||
* Define, register, and manage entities and features from the terminal | ||
* Ingest data into Feast | ||
* Manage ingestion jobs | ||
|
||
{% page-ref page="connecting-to-feast.md" %} | ||
|
||
### Online Serving Clients | ||
|
||
The following clients can be used to retrieve online feature values: | ||
|
||
* [Feast Python SDK](https://api.docs.feast.dev/python/) | ||
* [Feast Go SDK](https://godoc.org/github.com/feast-dev/feast/sdk/go) | ||
* [Feast Java SDK](https://javadoc.io/doc/dev.feast/feast-sdk) | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Install Feast | ||
|
||
### Kubernetes \(with Helm\) | ||
|
||
This guide installs Feast into an existing Kubernetes cluster using Helm. The installation is **not** specific to any cloud platform or environment, but **does** require Kubernetes and Helm. | ||
|
||
{% page-ref page="kubernetes-with-helm.md" %} | ||
|
||
### Amazon EKS \(with Terraform\) | ||
|
||
This guide installs Feast into an AWS environment using Terraform. The Terraform script is opinionated and intended to allow you to start quickly. | ||
|
||
{% page-ref page="kubernetes-amazon-eks-with-terraform.md" %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.