vmware-archive / java-functions

Stand alone Java functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standalone Java Functions

These are self contained Java functions that can be used in a variety of streaming application platforms such as Spring Cloud Data Flow, Project RIFF etc. The functions can be run as part of standalone Spring Boot applications.

Building

Go to the root of the repo:

./mvnw clean package (or install)

Or go to the relevant function that you are interested in and then do:

./mvnw clean package

Available Functions

Functions are grouped by the functional interface they implement. Details are included in the following pages.

About

Stand alone Java functions.

License:BSD 2-Clause "Simplified" License


Languages

Language:Java 100.0%