-
Notifications
You must be signed in to change notification settings - Fork 1.9k
docs: Refine Communication documentation to highlight Discord #19714
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
Merged
+36
−35
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -17,56 +17,56 @@ | |
| under the License. | ||
| --> | ||
|
|
||
| # Communication | ||
| # Community Communication | ||
|
|
||
| We welcome participation from everyone and encourage you to join us, ask | ||
| questions, and get involved. | ||
|
|
||
| All participation in the Apache DataFusion project is governed by the | ||
| Apache Software Foundation's [code of | ||
| conduct](https://www.apache.org/foundation/policies/conduct.html). | ||
|
|
||
| ## GitHub | ||
|
|
||
| The vast majority of communication occurs in the open on our | ||
| [github repository](https://github.com/apache/datafusion) in the form of tickets, issues, discussions, and Pull Requests. | ||
| The primary means of communication is the | ||
| [GitHub repository](https://github.com/apache/datafusion) in the form of issues, discussions, and Pull Requests. | ||
| Our repository is open to everyone. We encourage you to | ||
| participate by reporting issues, asking questions, and contributing code. | ||
|
|
||
| ## Slack and Discord | ||
| ## Chat | ||
|
|
||
| We use the Slack and Discord platforms for informal discussions and coordination. These are great places to | ||
| meet other contributors and get guidance on where to contribute. It is important to note that any technical designs and | ||
| decisions are made fully in the open, on GitHub. | ||
| We also use the Discord and Slack platforms for lower latency, informal discussions and coordination. | ||
| These are great places to | ||
| meet other members of the community, ask questions, and brainstorm ideas. | ||
| However, to ensure technical discussions are archived and accessible to everyone, | ||
| all technical designs are recorded and formalized in GitHub issues. | ||
|
|
||
| Most of us use the [ASF Slack | ||
| workspace](https://s.apache.org/slack-invite) and the [Arrow Rust Discord | ||
| server][discord-link] for discussions. | ||
| ### Discord | ||
|
|
||
| There are specific channels for Arrow, DataFusion, and the DataFusion subprojects (Ballista, Comet, Python, etc). | ||
| Historically, the most active discussion forum has been the [Arrow Rust Discord | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| server][discord-link] which has specific channels for Arrow, DataFusion, and | ||
| DataFusion subprojects such as Ballista, Comet, Python, etc. | ||
| DataFusion specific channels are prefixed with the `#datafusion-` tag. | ||
| We recommend new users join this server for real-time discussions with the community. | ||
|
|
||
| In Slack we use these channels: | ||
| ### Slack | ||
|
|
||
| - #arrow | ||
| - #arrow-rust | ||
| - #datafusion | ||
| - #datafusion-ballista | ||
| - #datafusion-comet | ||
| - #datafusion-python | ||
| Some of the community also uses the [ASF Slack workspace] for discussions. This | ||
| has historically been much less active than the Discord server. | ||
| Unfortunately, due to spammers, the ASF Slack workspace [requires an invitation] | ||
| to join. We are happy to invite any community member -- please ask for an | ||
| invitation in the Discord server. | ||
|
|
||
| In Discord we use these channels: | ||
| [asf slack workspace]: https://the-asf.slack.com/ | ||
| [requires an invitation]: https://s.apache.org/slack-invite | ||
|
|
||
| - #ballista | ||
| - #comet | ||
| - #contrib-federation | ||
| - #datafusion | ||
| - #datafusion-python | ||
| - #dolomite-optimizer | ||
| - #general | ||
| - #hiring | ||
| - #incremental-materialized-views | ||
| In Slack, we use these channels: | ||
|
|
||
| Unfortunately, due to spammers, the ASF Slack workspace requires an invitation | ||
| to join. We are happy to invite you -- please ask for an invitation in the | ||
| Discord server. | ||
| - `#arrow` | ||
| - `#arrow-rust` | ||
| - `#datafusion` | ||
| - `#datafusion-ballista` | ||
| - `#datafusion-comet` | ||
| - `#datafusion-python` | ||
|
|
||
| ### Job Board | ||
|
|
||
|
|
@@ -77,8 +77,8 @@ Please feel free to post links to DataFusion related jobs there. | |
| ## Mailing Lists | ||
|
|
||
| Like other Apache projects, we use [mailing lists] for certain purposes, most | ||
| importantly release coordination. Other than the release process, most | ||
| DataFusion mailing list traffic will simply link to a GitHub issue or PR where | ||
| importantly release coordination and announcing new committers and PMC members. | ||
| Other than these processes, most DataFusion mailing list traffic will link to a GitHub issue or PR where | ||
| the actual discussion occurs. The project mailing lists are: | ||
|
|
||
| - [`[email protected]`](mailto:[email protected]): the main | ||
|
|
||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -61,7 +61,7 @@ The following related subprojects target end users and have separate documentati | |
| "Out of the box," DataFusion offers `SQL <https://datafusion.apache.org/user-guide/sql/index.html>`_ | ||
| and `Dataframe <https://docs.rs/datafusion/latest/datafusion/dataframe/struct.DataFrame.html>`_ APIs, | ||
| excellent `performance <https://benchmark.clickhouse.com/>`_, built-in support for CSV, Parquet, JSON, and Avro, | ||
| extensive customization, and a great community. | ||
| extensive customization, and a great `community`_. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I also added another link to the communication page at the top of the intro to try and make sure it was easily discoverable |
||
| `Python Bindings <https://github.com/apache/datafusion-python>`_ are also available. | ||
| `Ballista <https://datafusion.apache.org/ballista/>`_ is Apache DataFusion extension enabling the parallelized execution of workloads across multiple nodes in a distributed environment. | ||
|
|
||
|
|
@@ -81,6 +81,7 @@ To get started, see | |
| .. _datafusion-examples: https://github.com/apache/datafusion/tree/main/datafusion-examples | ||
| .. _developer’s guide: contributor-guide/index.html#developer-s-guide | ||
| .. _library user guide: library-user-guide/index.html | ||
| .. _community: contributor-guide/communication.html | ||
| .. _communication: contributor-guide/communication.html | ||
|
|
||
| .. _toc.asf-links: | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think highlighting this is a related to community building may help the content be found more easily