Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Di situs Apache Beam, Anda dapat menemukan dokumentasi untuk contoh berikut:
Panduan WordCount:
serangkaian empat contoh yang lebih mendetail secara berurutan yang saling membangun
dan menyajikan berbagai konsep SDK.
Contoh Game Seluler:
contoh yang menunjukkan fungsi yang lebih kompleks daripada contoh WordCount.
Anda dapat menemukan contoh lainnya di repositori Apache Beam di GitHub, di
direktori examples. Subdirektori contoh complete berisi contoh
pipeline yang melakukan tugas pemrosesan data yang kompleks. Subdirektori Cookbook
berisi contoh "Cookbook" yang menunjukkan cara menentukan pola analisis data
yang biasa digunakan yang kemungkinan akan Anda gabungkan ke dalam pipeline yang lebih besar.
Lihat direktori contoh
untuk Java atau
untuk Python.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-18 UTC."],[[["\u003cp\u003eThe Apache Beam website offers documentation for the WordCount Walkthrough, a series of four examples that build on each other to explain SDK concepts.\u003c/p\u003e\n"],["\u003cp\u003eThe website also features Mobile Gaming Examples, which showcase more intricate functionality than the WordCount examples.\u003c/p\u003e\n"],["\u003cp\u003eThe Apache Beam GitHub repository, within the \u003ccode\u003eexamples\u003c/code\u003e directory, hosts a wider array of examples, including complex data processing pipelines.\u003c/p\u003e\n"],["\u003cp\u003eThe GitHub repository's \u003ccode\u003eCookbook\u003c/code\u003e subdirectory provides examples for common data analysis patterns that can be integrated into larger pipelines.\u003c/p\u003e\n"]]],[],null,["On the Apache Beam website, you can find documentation for the following examples:\n\n- [WordCount Walkthrough](https://beam.apache.org/get-started/wordcount-example/): a series of four successively more detailed examples that build on each other and present various SDK concepts.\n- [Mobile Gaming Examples](https://beam.apache.org/get-started/mobile-gaming-example/): examples that demonstrate more complex functionality than the WordCount examples.\n\nYou can find more examples in the Apache Beam repository on GitHub, in the\n`examples` directory. The `complete` examples subdirectory contains example\npipelines that perform complex data processing tasks. The `Cookbook`\nsubdirectory contains \"Cookbook\" examples that show how to define commonly used\ndata analysis patterns that you would likely incorporate into a larger pipeline.\nSee the examples directory\n[for Java](https://github.com/apache/beam/tree/master/examples/java/src/main/java/org/apache/beam/examples) or\n[for Python](https://github.com/apache/beam/tree/master/sdks/python/apache_beam/examples)."]]