Flink support
Flink support
Flink Support is a HERE-proprietary implementation of using data from
HERE platform catalogs and layers with
Apache Flink framework. The distribution of
processing jobs to workers is done by Flink but the data model is a
HERE-proprietary format. There is no SQL-like interface, so you cannot select
and filter data using Flink Table API.
In the end, FlinkDataClient is a wrapper for regular DataClient making sure
that all asynchronous communication is synchronized to make it usable with Flink
Source and Sink interfaces. There are no additional functions for tabular
access.
HERE strongly suggests to use Flink Connector whenever possible as this allows to make use of the full power of Apache Flink framework.
Related Topics
- Dependencies for stream pipelines
- Flink entry point
- How to read and write stream data
- How to read and write volatile data
- How to read and write indexed data
- How to write to versioned data
- Read and Write Objectstore Data
- Read and Write Interactive Map Data
- How to write to stream data through FlinkKafkaPublisher
Updated 22 days ago