apache / apache/beam

High performance direct runner

Open
#18,324 0 comments 0 reactions 0 assignees View on GitHub
direct new feature P3 runners
Dominant language
Java
Stars
8.7k
Forks
4.7k
Avg merge
1d 20h
Merged PRs (30d)
196

Description

In documentation (https://beam.apache.org/documentation/runners/direct/) it is written that direct runner does not try to run efficiently, but it serves mostly for development and debugging.

I would suggest that there should be also an efficient direct runner. If Beam tries to be an unified programming model, for some smaller tasks I would love to implement them in Beam, just to keep the code in the same model, but it would be OK to run it as a normal smaller program (maybe inside one Docker container), without any distribution across multiple machines. In the future, if usage grows, I could then replace underlying runner with something distributed.

Imported from Jira [BEAM-2026](https://issues.apache.org/jira/browse/BEAM-2026). Original Jira may contain additional context.
Reported by: mitar.

Contributor guide

Open the contributing guide

Research direction

Start with the Direct Runner documentation at documentation/runners/direct/ and review the linked Jira issue BEAM-2026 for the missing context. Clarify the intended efficient local execution model, including whether a single Docker container is in scope, before identifying the implementation entry point and acceptance criteria.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
data-engineering, distributed-systems
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.