co.decodable.sdk.pipeline.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of decodable-pipeline-sdk Show documentation
Show all versions of decodable-pipeline-sdk Show documentation
A software development kit for implementing Apache Flink jobs and running them on Decodable
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright Decodable, Inc.
*
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
/**
* An SDK for implementing Apache Flink jobs and running them on Decodable.
*
* The SDK provides {@link org.apache.flink.api.connector.source.Source} and {@link
* org.apache.flink.api.connector.sink2.StatefulSink} implementations which integrate custom
* Flink jobs seamlessly with Decodable managed streams and, in turn, connections. For instance,
* you can retrieve the elements of a stream, apply a custom mapping function to them, and write
* them back to another stream using a Flink job like this:
*
*
{@snippet class="co.decodable.sdk.pipeline.snippets.PurchaseOrderProcessingJob"
* region="custom-pipeline"}
*/
package co.decodable.sdk.pipeline;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy