2020-10-07T07:04:00Z

What do you like most about Apache Flink?

Julia Miller - PeerSpot reviewer
  • 0
  • 31
PeerSpot user
14

14 Answers

AC
Real User
Top 5
2024-02-05T16:58:00Z
Feb 5, 2024

The product helps us to create both simple and complex data processing tasks. Over time, it has facilitated integration and navigation across multiple data sources tailored to each client's needs. We use Apache Flink to control our clients' installations.

Search for a product comparison
PrashantVaghela - PeerSpot reviewer
Real User
Top 10
2023-11-20T13:31:49Z
Nov 20, 2023

Apache Flink allows you to reduce latency and process data in real-time, making it ideal for such scenarios.

ZHIZHENG - PeerSpot reviewer
Real User
Top 20
2023-03-09T22:00:05Z
Mar 9, 2023

Apache Flink's best feature is its data streaming tool.

Sunil  Morya - PeerSpot reviewer
Real User
Top 20
2022-11-18T14:49:28Z
Nov 18, 2022

Easy to deploy and manage.

Ilya Afanasyev - PeerSpot reviewer
Real User
Top 5Leaderboard
2022-08-03T05:21:00Z
Aug 3, 2022

Allows us to process batch data, stream to real-time and build pipelines.

Ertugrul Akbas - PeerSpot reviewer
Real User
Top 5
2021-07-29T15:57:58Z
Jul 29, 2021

It is user-friendly and the reporting is good.

Learn what your peers think about Apache Flink. Get advice and tips from experienced pros sharing their opinions. Updated: March 2024.
765,386 professionals have used our research since 2012.
Armando Becerril - PeerSpot reviewer
Real User
Top 5
2021-03-03T20:13:19Z
Mar 3, 2021

The top feature of Apache Flink is its low latency for fast, real-time data. Another great feature is the real-time indicators and alerts which make a big difference when it comes to data processing and analysis.

JV
Real User
Top 20
2021-02-02T17:14:03Z
Feb 2, 2021

The setup was not too difficult.

RP
Real User
2020-11-08T16:21:05Z
Nov 8, 2020

This is truly a real-time solution.

VI
Real User
2020-10-21T04:33:00Z
Oct 21, 2020

Apache Flink is meant for low latency applications. You take one event opposite if you want to maintain a certain state. When another event comes and you want to associate those events together, in-memory state management was a key feature for us.

RA
Real User
2020-10-19T09:33:00Z
Oct 19, 2020

Another feature is how Flink handles its radiuses. It has something called the checkpointing concept. You're dealing with billions and billions of requests, so your system is going to fail in large storage systems. Flink handles this by using the concept of checkpointing and savepointing, where they write the aggregated state into some separate storage. So in case of failure, you can basically recall from that state and come back.

BH
Real User
2020-10-13T07:21:29Z
Oct 13, 2020

The event processing function is the most useful or the most used function. The filter function and the mapping function are also very useful because we have a lot of data to transform. For example, we store a lot of information about a person, and when we want to retrieve this person's details, we need all the details. In the map function, we can actually map all persons based on their age group. That's why the mapping function is very useful. We can really get a lot of events, and then we keep on doing what we need to do.

JR
Real User
2020-10-13T07:21:29Z
Oct 13, 2020

The documentation is very good.

SD
Real User
2020-10-07T07:04:00Z
Oct 7, 2020

With Flink, it provides out-of-the-box checkpointing and state management. It helps us in that way. When Storm used to restart, sometimes we would lose messages. With Flink, it provides guaranteed message processing, which helped us. It also helped us with maintenance or restarts.

Apache Flink is an open-source batch and stream data processing engine. It can be used for batch, micro-batch, and real-time processing. Flink is a programming model that combines the benefits of batch processing and streaming analytics by providing a unified programming interface for both data sources, allowing users to write programs that seamlessly switch between the two modes. It can also be used for interactive queries. Flink can be used as an alternative to MapReduce for executing...
Download Apache Flink ReportRead more