Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Cleanup running Feast in production, fix links, call out Slack more #3163

Merged
merged 5 commits into from
Sep 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Many companies have used Feast to power real-world ML use cases such as:
## How can I get started?

{% hint style="info" %}
The best way to learn Feast is to use it. Head over to our [Quickstart](getting-started/quickstart.md) and try it out!
The best way to learn Feast is to use it. Join our [Slack channel](http://slack.feast.dev) and head over to our [Quickstart](getting-started/quickstart.md) and try it out!
{% endhint %}

Explore the following resources to get started with Feast:
Expand Down
3 changes: 1 addition & 2 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Table of contents

* [Introduction](README.md)
* [Community](community.md)
* [Community & getting help](community.md)
* [Roadmap](roadmap.md)
* [Changelog](https://github.com/feast-dev/feast/blob/master/CHANGELOG.md)

Expand All @@ -24,7 +24,6 @@
* [Online store](getting-started/architecture-and-components/online-store.md)
* [Batch Materialization Engine](getting-started/architecture-and-components/batch-materialization-engine.md)
* [Provider](getting-started/architecture-and-components/provider.md)
* [Learning by example](getting-started/feast-workshop.md)
* [Third party integrations](getting-started/third-party-integrations.md)
* [FAQ](getting-started/faq.md)

Expand Down
27 changes: 21 additions & 6 deletions docs/community.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
# Community
# Community & Getting Help

## Links & Resources

* [Slack](https://slack.feast.dev): Feel free to ask questions or say hello!
* [GitHub Repository](https://github.com/feast-dev/feast/): Find the complete Feast codebase on GitHub.
* [Slack](https://slack.feast.dev): Feel free to ask questions or say hello! This is the main place where maintainers and contributors brainstorm and where users ask questions or discuss best practices.
* Feast users should join `#feast-general` or `#feast-beginners` to ask questions
* Feast developers / contributors should join `#feast-development`
* [Mailing list](https://groups.google.com/d/forum/feast-dev): We have both a user and developer mailing list.
* Feast users should join [feast-discuss@googlegroups.com](mailto:feast-discuss@googlegroups.com) group by clicking [here](https://groups.google.com/g/feast-discuss).
* Feast developers should join [feast-dev@googlegroups.com](mailto:feast-dev@googlegroups.com) group by clicking [here](https://groups.google.com/d/forum/feast-dev).
* Feast developers / contributors should join [feast-dev@googlegroups.com](mailto:feast-dev@googlegroups.com) group by clicking [here](https://groups.google.com/d/forum/feast-dev).
* [Community Calendar](https://calendar.google.com/calendar/u/0?cid=ZTFsZHVhdGM3MDU3YTJucTBwMzNqNW5rajBAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ): Includes community calls and design meetings.
* [Google Folder](https://drive.google.com/drive/u/0/folders/1jgMHOPDT2DvBlJeO9LCM79DP4lm4eOrR): This folder 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.
* [Feast Linux Foundation Wiki](https://wiki.lfaidata.foundation/display/FEAST/Feast+Home): Our LFAI wiki page contains links to resources for contributors and maintainers.

## How can I get help?
Expand All @@ -22,17 +24,30 @@

## Community Calls

### General community call (biweekly)
We have a user and contributor community call every two weeks (US & EU friendly).

{% hint style="info" %}
Please join the above Feast user groups in order to see calendar invites to the community calls
{% endhint %}

### Frequency (every 2 weeks)
#### Frequency (every 2 weeks)

* Tuesday 10:00 am to 10:30 am PST

### Links
#### Links

* Zoom: [https://zoom.us/j/6325193230](https://zoom.us/j/6325193230)
* Meeting notes (incl recordings): [https://bit.ly/feast-notes](https://bit.ly/feast-notes)

### Developers call (biweekly)
We also have a `#feast-development` community call every two weeks, where we discuss contributions + brainstorm best practices.

#### Frequency (every 2 weeks)

* Tuesday 8:00 am to 8:30 am PST

#### Links

* Meeting notes (incl recordings): [Feast Development Biweekly](https://docs.google.com/document/d/1zUbIWFWjaBEVlToOdupnmKQwgAtFYx41sPoEEEdd2io/edit#)
* Zoom: [https://zoom.us/j/93657748160?pwd=K3ZpdzhqejgrcXNhc3BlSjFMdzUxdz09](https://zoom.us/j/93657748160?pwd=K3ZpdzhqejgrcXNhc3BlSjFMdzUxdz09)
44 changes: 0 additions & 44 deletions docs/getting-started/feast-workshop.md

This file was deleted.

4 changes: 4 additions & 0 deletions docs/how-to-guides/feast-snowflake-gcp-aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@

{% page-ref page="read-features-from-the-online-store.md" %}

{% page-ref page="../scaling-feast.md" %}

{% page-ref page="../structuring-repos.md" %}

Loading