blob: d43724791598ceae1c3b8bcd9bce1cfad2a04f01 [file] [log] [blame] [view]
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
# 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.