Skip to content

spotify/flyte-flink-plugin

Folders and files

NameName
Last commit message
Last commit date
May 9, 2022
Jul 25, 2023
Dec 21, 2023
Jul 25, 2023
Apr 22, 2021
Jun 21, 2022
Dec 16, 2020
Dec 7, 2022
Dec 7, 2022
Oct 13, 2022
Jan 29, 2025
Jan 29, 2025
Dec 16, 2020
Dec 16, 2020

Repository files navigation

flyte-flink-plugin

test Go Report Card GoDoc Lifecycle GitHub release (latest by date) GitHub go.mod Go version License

Flyte Flink k8s plugin.

Contents

About

Current development status:

  • MVP features are developed
  • Missing user documentation
  • Project being tested, and collecting feedback
  • No guarantees of API stability

To learn more about Flyte refer to:

Dependencies

To install the project dependencies, run:

go mod install

Building

To build the binary, run:

make build

Testing

To run tests, run:

make test

To run tests with coverage, run:

go test -v -covermode=count  ./...

License

This project is released under the Apache License 2.0.