petitviolet blog

    apache flink (3 posts)

    icon
    Written by petitviolet

    Apache Flink Basics

    2021-02-10Apache Flink
    Apache Flink overview and basic knowledges
    The last 2 posts described how to launch Apache Flink and run realtime streaming applications on it with Apache Kafka. https://blog.petitviolet.net/post/2020-12-14/getting-started-with-apache-flink https://blog.petitviolet.net/post/2021-01-15/apache-flink-with-apache-kafka In order to understand

    Apache Flink with Apache Kafka

    2021-01-15Apache FlinkApache Kafka
    Running a simple streaming application on top of Apache Flink with using Apache Kafka as Source and Sink
    This post describes how to utilize Apache Kafka as Source as well as Sink of realtime streaming application that run on top of Apache Flink. The previous post describes how to launch Apache Flink locally, and use Socket to put events into Flink cluster and process in it. Please refer to it to get

    Getting Started with Apache Flink

    2020-12-14Apache Flink
    How to launch Apache Flink locally by standalone, Docker, and Kubernetes. Also how to run my own streaming application on that.
    > Apache Flink is a framework and distributed processing engine for stateful computations over unbounded and bounded data streams. https://flink.apache.org/flink-architecture.html In my words, we can run stateful streaming applications on top of it that consume unbounded data come from wherever