Skip to content

Commit d7b0c52

Browse files
authored
docs: Cleanup running Feast in production, fix links, call out Slack more (feast-dev#3163)
* docs: Cleanup running Feast in production, fix links, and call out Slack more Signed-off-by: Danny Chiao <[email protected]> * fix title Signed-off-by: Danny Chiao <[email protected]> * fix title Signed-off-by: Danny Chiao <[email protected]> * remove workshop Signed-off-by: Danny Chiao <[email protected]> * remove toc Signed-off-by: Danny Chiao <[email protected]> Signed-off-by: Danny Chiao <[email protected]>
1 parent 1b09719 commit d7b0c52

File tree

7 files changed

+136
-183
lines changed

7 files changed

+136
-183
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Many companies have used Feast to power real-world ML use cases such as:
5757
## How can I get started?
5858

5959
{% hint style="info" %}
60-
The best way to learn Feast is to use it. Head over to our [Quickstart](getting-started/quickstart.md) and try it out!
60+
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!
6161
{% endhint %}
6262

6363
Explore the following resources to get started with Feast:

docs/SUMMARY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Table of contents
22

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

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

docs/community.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
1-
# Community
1+
# Community & Getting Help
22

33
## Links & Resources
44

5-
* [Slack](https://slack.feast.dev): Feel free to ask questions or say hello!
5+
* [GitHub Repository](https://github.com/feast-dev/feast/): Find the complete Feast codebase on GitHub.
6+
* [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.
7+
* Feast users should join `#feast-general` or `#feast-beginners` to ask questions
8+
* Feast developers / contributors should join `#feast-development`
69
* [Mailing list](https://groups.google.com/d/forum/feast-dev): We have both a user and developer mailing list.
710
* Feast users should join [[email protected]](mailto:[email protected]) group by clicking [here](https://groups.google.com/g/feast-discuss).
8-
* Feast developers should join [[email protected]](mailto:[email protected]) group by clicking [here](https://groups.google.com/d/forum/feast-dev).
11+
* Feast developers / contributors should join [[email protected]](mailto:[email protected]) group by clicking [here](https://groups.google.com/d/forum/feast-dev).
912
* [Community Calendar](https://calendar.google.com/calendar/u/0?cid=ZTFsZHVhdGM3MDU3YTJucTBwMzNqNW5rajBAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ): Includes community calls and design meetings.
1013
* [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:
1114
* Design proposals in the form of Request for Comments (RFC).
1215
* User surveys and meeting minutes.
1316
* Slide decks of conferences our contributors have spoken at.
14-
* [Feast GitHub Repository](https://github.com/feast-dev/feast/): Find the complete Feast codebase on GitHub.
1517
* [Feast Linux Foundation Wiki](https://wiki.lfaidata.foundation/display/FEAST/Feast+Home): Our LFAI wiki page contains links to resources for contributors and maintainers.
1618

1719
## How can I get help?
@@ -22,17 +24,30 @@
2224

2325
## Community Calls
2426

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

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

31-
### Frequency (every 2 weeks)
34+
#### Frequency (every 2 weeks)
3235

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

35-
### Links
38+
#### Links
3639

3740
* Zoom: [https://zoom.us/j/6325193230](https://zoom.us/j/6325193230)
3841
* Meeting notes (incl recordings): [https://bit.ly/feast-notes](https://bit.ly/feast-notes)
42+
43+
### Developers call (biweekly)
44+
We also have a `#feast-development` community call every two weeks, where we discuss contributions + brainstorm best practices.
45+
46+
#### Frequency (every 2 weeks)
47+
48+
* Tuesday 8:00 am to 8:30 am PST
49+
50+
#### Links
51+
52+
* Meeting notes (incl recordings): [Feast Development Biweekly](https://docs.google.com/document/d/1zUbIWFWjaBEVlToOdupnmKQwgAtFYx41sPoEEEdd2io/edit#)
53+
* Zoom: [https://zoom.us/j/93657748160?pwd=K3ZpdzhqejgrcXNhc3BlSjFMdzUxdz09](https://zoom.us/j/93657748160?pwd=K3ZpdzhqejgrcXNhc3BlSjFMdzUxdz09)

docs/getting-started/feast-workshop.md

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

docs/how-to-guides/feast-snowflake-gcp-aws/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@
1212

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

15+
{% page-ref page="../scaling-feast.md" %}
16+
17+
{% page-ref page="../structuring-repos.md" %}
18+

0 commit comments

Comments
 (0)