tree: eff473b0bdca120e2292a0626d3771c8c610afc3 [path history] [tgz]
  1. .run/
  2. gradle/
  3. src/
  4. build.gradle.kts
  5. gradlew
  6. gradlew.bat
  7. README.md
  8. settings.gradle.kts
plugins/beam-code-completion-plugin/README.md

Apache Beam Completion Plugin

The Beam Completion Plugin is an IntelliJ Plugin that provides Java SDK Beam Transform completions. The project is a part of Google Summer of Code program. The related proposal: https://docs.google.com/document/d/1ZT70nv6XvX_ShS0Y_aSNpOYelBkmRhiZ4HUMvY9dqXA/edit?usp=sharing . This project is not officially supported by Apache Beam.

Installation

TODO: add description

How to use

TODO: add description

Development

The project is written in Java language and uses Gradle as a build tool. The project has a separate build.gradle.kts file since it is an isolated project. The JUnit library is used for unit tests.