Skip to content

kawfong/bazel-flink-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bazel-flink-example


This project demonstrates the usage of Bazel to build a Flink application using Maven.

The bazel java setup was originated from bazelbuild and the AWS flink setup was taken from amazon-kinesis-data-analytics-examples

The project was setup following the instructions from the AWS page

Build the application by running:

bazel build :flink-example

The jar file can be found at bazel-bin/flink-example_deploy.jar

Test the application by running:

bazel test :tests

Create a container image, suitable to push to a remote docker registry:

bazel build :image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published