Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

ottogroup/flink-operator-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

flink-operator-library

The library provides a set of Apache Flink operators and supporting utilities. Please visit the wiki to learn more about the implemented components. Amongst them you will find

To integrate the library with maven based projects, please add these sections:

<repositories>
  <repository>
    <id>otto-bintray</id>
	<url>https://dl.bintray.com/ottogroup/maven</url>
  </repository>
</repositories>

For use with Scala v2.10

<dependencies>
  <dependency>
    <groupId>com.ottogroup.bi.streaming</groupId>
	<artifactId>flink-operator-library</artifactId>
	<version>0.3.4_2.10</version>  
  </dependency>
</dependencies>

For use with Scala v2.11

<dependencies>
  <dependency>
    <groupId>com.ottogroup.bi.streaming</groupId>
	<artifactId>flink-operator-library</artifactId>
	<version>0.3.4_2.11</version>  
  </dependency>
</dependencies>

About

Collection of generic Apache Flink operators

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages