Skip to content

Latest commit

 

History

History

sql-cupi-hybrid

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Bridging Flink SQL and Custom Pipelines with the Decodable SDK

This example project shows how to build a multi-stage, real-time data pipeline on Decodable by combining the flexibility of custom Apache Flink jobs written in Java with the declarative nature of Flink SQL jobs.

high-level-example-overview

A detailed step by step guide how to work through the example material is discussed in this accompanying blog post. Find its outline below.

Outline

  • Real-Time Data Pipeline Example
    • Define Data Source and Input Stream
    • Create Custom Java Pipeline
      • FruitEnricherJob
      • HttpServiceEnricher
      • Build Project
    • Create Intermediary Stream
    • Deploy Custom Java Pipeline
    • Create SQL Pipeline
    • Bonus: Declarative Resource Management