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

Skip to content

Commit ca34216

Browse files
Add Quick Start section to README (#37909)
Added a Quick Start section for beginners with language options and core concepts.
1 parent 982c9bd commit ca34216

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,23 @@
2121

2222
[Apache Beam](http://beam.apache.org/) is a unified model for defining both batch and streaming data-parallel processing pipelines, as well as a set of language-specific SDKs for constructing pipelines and Runners for executing them on distributed processing backends, including [Apache Flink](http://flink.apache.org/), [Apache Spark](http://spark.apache.org/), [Google Cloud Dataflow](http://cloud.google.com/dataflow/), and [Hazelcast Jet](https://hazelcast.com/).
2323

24+
## 🚀 Quick Start (Beginner Friendly)
25+
26+
If you're new to Apache Beam, start here:
27+
28+
1. Choose a language:
29+
- Java → [Java Quickstart](https://beam.apache.org/get-started/quickstart-java/)
30+
- Python → [Python Quickstart](https://beam.apache.org/get-started/quickstart-py/)
31+
- Go → [Go Quickstart](https://beam.apache.org/get-started/quickstart-go/)
32+
33+
2. Run your first example:
34+
- Minimal WordCount example (available in this repository)
35+
36+
3. Understand core concepts:
37+
- PCollection
38+
- PTransform
39+
- Pipeline
40+
2441
## Status
2542

2643
[![Maven Version](https://maven-badges.herokuapp.com/maven-central/org.apache.beam/beam-sdks-java-core/badge.svg)](http://search.maven.org/#search|gav|1|g:"org.apache.beam")
@@ -96,7 +113,7 @@ Here are some resources actively maintained by the Beam community to help you ge
96113
<tbody>
97114
<tr>
98115
<td><a href="https://beam.apache.org" target="_blank" rel="noopener noreferrer">Apache Beam Website</a></td>
99-
<td>Our website discussing the project, and it's specifics.</td>
116+
<td>Offical website with documentation, concepts, and guides for Apache Beam.</td>
100117
</tr>
101118
<tr>
102119
<td><a href="https://beam.apache.org/get-started/quickstart-java" target="_blank" rel="noopener noreferrer">Java Quickstart</a></td>

0 commit comments

Comments
 (0)