Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

beam

يحتوي beam على 13 من skills المجمعة من apache، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
13
Stars
8.6k
محدث
2026-06-11
Forks
4.6k
التغطية المهنية
1 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

developing-new-io-connectors
مطوّرو البرمجيات

End-to-end guide on developing new Apache Beam I/O connectors correctly, including core IO transforms, SchemaTransforms, URN proto definitions, Managed API integration, cross-language expansion service, and testing.

2026-06-11
io-connectors
مطوّرو البرمجيات

Guides development and usage of I/O connectors in Apache Beam. Use when working with I/O connectors, creating new connectors, or debugging data source/sink issues.

2026-06-11
yaml-development
مطوّرو البرمجيات

Guides YAML SDK development in Apache Beam, including environment setup, testing, and key concepts. Use when working with Beam YAML code in sdks/python/apache_beam/yaml/.

2026-05-19
adding-new-metadata
مطوّرو البرمجيات

Guide on how to add and propagate new metadata fields in Apache Beam's WindowedValue, extending protos, windmill persistence, and runner interfaces to avoid metadata loss.

2026-04-30
runners
مطوّرو البرمجيات

Guides understanding and working with Apache Beam runners (Direct, Dataflow, Flink, Spark, etc.). Use when configuring pipelines for different execution environments or debugging runner-specific issues.

2026-04-30
beam-dofn-modernizer
مطوّرو البرمجيات

Rewrite Apache Beam DoFn methods (@ProcessElement, @OnTimer, @OnWindowExpiration) to remove legacy ProcessContext or OnTimerContext usage. Use this skill when you encounter DoFn methods that use context.element(), context.output(), etc., and need to modernize them using parameter injection (@Element, @Timestamp, @Pane, OutputReceiver, MultiOutputReceiver).

2026-04-23
python-development
مطوّرو البرمجيات

Guides Python SDK development in Apache Beam, including environment setup, testing, building, and running pipelines. Use when working with Python code in sdks/python/.

2026-04-16
gradle-build
مطوّرو البرمجيات

Guides understanding and using the Gradle build system in Apache Beam. Use when building projects, understanding dependencies, or troubleshooting build issues.

2026-02-25
beam-concepts
مطوّرو البرمجيات

Explains core Apache Beam programming model concepts including PCollections, PTransforms, Pipelines, and Runners. Use when learning Beam fundamentals or explaining pipeline concepts.

2026-02-09
ci-cd
مطوّرو البرمجيات

Guides understanding and working with Apache Beam's CI/CD system using GitHub Actions. Use when debugging CI failures, understanding test workflows, or modifying CI configuration.

2026-02-09
contributing
مطوّرو البرمجيات

Guides the contribution workflow for Apache Beam, including creating PRs, issue management, code review process, and release cycles. Use when contributing code, creating PRs, or understanding the contribution process.

2026-02-09
java-development
مطوّرو البرمجيات

Guides Java SDK development in Apache Beam, including building, testing, running examples, and understanding the project structure. Use when working with Java code in sdks/java/, runners/, or examples/java/.

2026-02-09
license-compliance
مطوّرو البرمجيات

Ensures all new files include proper Apache 2.0 license headers. Use when creating any new file in the Apache Beam repository.

2026-02-09