Flyte Flink k8s plugin.
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:
To install the project dependencies, run:
go mod install
To build the binary, run:
make build
To run tests, run:
make test
To run tests with coverage, run:
go test -v -covermode=count ./...
This project is released under the Apache License 2.0.