https://github.com/spotify/flyte-flink-plugin
Flyte Flink k8s plugin.
https://github.com/spotify/flyte-flink-plugin
flink flyte kubernetes
Last synced: 6 months ago
JSON representation
Flyte Flink k8s plugin.
- Host: GitHub
- URL: https://github.com/spotify/flyte-flink-plugin
- Owner: spotify
- License: apache-2.0
- Created: 2021-02-24T23:09:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T17:47:01.000Z (8 months ago)
- Last Synced: 2025-04-05T17:13:40.546Z (6 months ago)
- Topics: flink, flyte, kubernetes
- Language: Go
- Homepage:
- Size: 652 KB
- Stars: 19
- Watchers: 20
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flyte-flink-plugin
[](https://github.com/spotify/flyte-flink-plugin/actions/workflows/test.yml)
[](https://goreportcard.com/report/github.com/spotify/flyte-flink-plugin)
[](https://pkg.go.dev/github.com/spotify/flyte-flink-plugin?tab=doc)
[](https://img.shields.io/badge/lifecycle-alpha-a0c3d2.svg)


[](https://opensource.org/licenses/Apache-2.0)Flyte Flink k8s plugin.
## Contents
- [flyte-flink-plugin](#flyte-flink-plugin)
- [Contents](#contents)
- [About](#about)
- [Dependencies](#dependencies)
- [Building](#building)
- [Testing](#testing)
- [License](#license)## About
Current development status:
- MVP features are developed
- Missing user documentation
- Project being tested, and collecting feedback
- No guarantees of API stabilityTo learn more about Flyte refer to:
- [Flyte homepage](https://flyte.org)
- [Flyte master repository](https://github.com/lyft/flyte)## Dependencies
To install the project dependencies, run:
```shell
go mod install
```## Building
To build the binary, run:
```sh
make build
```## Testing
To run tests, run:
```shell
make test
```To run tests with coverage, run:
```shell
go test -v -covermode=count ./...
```## License
This project is released under the [Apache License 2.0](./LICENSE).