Manual tweak misc/edfbrowser
[dports.git] / misc / py-apache-beam / pkg-descr
1 Apache Beam is a unified programming model for Batch and Streaming data
2 processing.
3
4 Beam provides a general approach to expressing embarrassingly parallel data
5 processing pipelines and supports three categories of users, each of which have
6 relatively disparate backgrounds and needs.
7
8 * End Users: Writing pipelines with an existing SDK, running it on an existing
9   runner. These users want to focus on writing their application logic and have
10   everything else just work.
11 * SDK Writers: Developing a Beam SDK targeted at a specific user community
12   (Java, Python, Scala, Go, R, graphical, etc). These users are language geeks
13   and would prefer to be shielded from all the details of various runners and
14   their implementations.
15 * Runner Writers: Have an execution environment for distributed processing and
16   would like to support programs written against the Beam Model. Would prefer to
17   be shielded from details of multiple SDKs.