GitHub의 Apache Beam 저장소 examples 디렉터리에서 더 많은 예시를 찾을 수 있습니다. complete 예시 하위 디렉터리에는 복잡한 데이터 처리 작업을 수행하는 예시 파이프라인이 포함되어 있습니다. Cookbook 하위 디렉터리에는 자주 사용되는 데이터 분석 패턴을 정의하여 더 큰 파이프라인에 포함시키는 방법이 나와 있는 '설명서' 예시가 포함되어 있습니다.
Java용 또는 Python용 예시 디렉터리를 참조하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(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,["# Examples for the Apache Beam SDKs\n\nOn 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)."]]