Skip to content

sonjaer/flyte-flink-plugin

 
 

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 ginary, 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.

About

Flyte Flink k8s plugin.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.6%
  • Python 2.2%
  • Other 1.2%