Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea364b8

Browse files
readme-update (#28022)
* readme-update * readme-update
1 parent 5fbc699 commit ea364b8

1 file changed

Lines changed: 41 additions & 6 deletions

File tree

README.md

Lines changed: 41 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,44 @@ To get involved in Apache Beam:
9797
Instructions for building and testing Beam itself
9898
are in the [contribution guide](https://beam.apache.org/contribute/).
9999

100-
## More Information
101-
102-
* [Apache Beam](https://beam.apache.org)
103-
* [Overview](https://beam.apache.org/use/beam-overview/)
104-
* Quickstart: [Java](https://beam.apache.org/get-started/quickstart-java), [Python](https://beam.apache.org/get-started/quickstart-py), [Go](https://beam.apache.org/get-started/quickstart-go)
105-
* [Community metrics](https://s.apache.org/beam-community-metrics)
100+
## 📚 Learn More
101+
102+
Here are some resources actively maintained by the Beam community to help you get started:
103+
<table>
104+
<thead>
105+
<tr>
106+
<th><b>Resource</b></th>
107+
<th><b>Details</b></th>
108+
</tr>
109+
</thead>
110+
<tbody>
111+
<tr>
112+
<td><a href="https://beam.apache.org" target="_blank" rel="noopener noreferrer">Apache Beam Website</a></td>
113+
<td>Our website discussing the project, and it's specifics.</td>
114+
</tr>
115+
<tr>
116+
<td><a href="https://beam.apache.org/get-started/quickstart-java" target="_blank" rel="noopener noreferrer">Java Quickstart</a></td>
117+
<td>A guide to getting started with the Java SDK.</td>
118+
</tr>
119+
<tr>
120+
<td><a href="https://beam.apache.org/get-started/quickstart-py" target="_blank" rel="noopener noreferrer">Python Quickstart</a></td>
121+
<td>A guide to getting started with the Python SDK.</td>
122+
</tr>
123+
<tr>
124+
<td><a href="https://beam.apache.org/get-started/quickstart-go" target="_blank" rel="noopener noreferrer">Go Quickstart </a></td>
125+
<td>A guide to getting started with the Go SDK.</td>
126+
</tr>
127+
<tr>
128+
<td><a href="https://tour.beam.apache.org/" target="_blank" rel="noopener noreferrer">Tour of Beam </a></td>
129+
<td>A comprehensive, interactive learning experience covering Beam concepts in depth.</td>
130+
</tr>
131+
<tr>
132+
<td><a href="https://www.cloudskillsboost.google/quests/310" target="_blank" rel="noopener noreferrer">Beam Quest </a></td>
133+
<td>A certification granted by Google Cloud, certifying proficiency in Beam.</td>
134+
</tr>
135+
<tr>
136+
<td><a href="https://s.apache.org/beam-community-metrics" target="_blank" rel="noopener noreferrer">Community Metrics </a></td>
137+
<td>Beam's Git Community Metrics.</td>
138+
</tr>
139+
</tbody>
140+
</table>

0 commit comments

Comments
 (0)