Amazon Kinesis vs Apache Flink comparison

Cancel
You must select at least 2 products to compare!
Amazon Web Services (AWS) Logo
12,728 views|9,386 comparisons
90% willing to recommend
Apache Logo
10,777 views|7,316 comparisons
93% willing to recommend
Comparison Buyer's Guide
Executive Summary
Updated on Jul 10, 2022

We performed a comparison between Amazon Kinesis and Apache Flink based on our users’ reviews in five categories. After reading all of the collected data, you can find our conclusion below.

  • Ease of Deployment: Amazon Kinesis users say the initial setup is easy. In contrast, users of Apache Flink mention deployment is complex.
  • Features: Amazon Kinesis users find that the solution is stable, scalable, and flexible, and like that it is fault-tolerant. Users would like to see improvements with how the sharding works.

    Apache Flink users like that the solution offers good documentation and like its low latency for fast, real-time data. Users mention that they would like to see better reporting features and a more flexible machine learning library.
  • Pricing: Amazon Kinesis users find the pricing to be fair. Apache Flink is an open-source platform.
  • Service and Support: Users of Amazon Kinesis express mixed reviews regarding technical support, with some users happy and others dissatisfied. The majority of Apache Flink users have not needed to use technical support because there is good documentation available.
  • ROI: Users of Amazon Kinesis report a very good ROI, while Apache Flink users make no mention of it.

Comparison Results: Based on the parameters we compared, users are happier with Amazon Kinesis. Although it is not open-source like Apache Flink, Amazon Kinesis users were more satisfied with how the product performed, Apache Flink users were less satisfied with the overall functionality of the product, including its lack of stability and scalability.

To learn more, read our detailed Amazon Kinesis vs. Apache Flink Report (Updated: March 2024).
768,578 professionals have used our research since 2012.
Featured Review
Quotes From Members
We asked business professionals to review the solutions they use.
Here are some excerpts of what they said:
Pros
"What turns out to be most valuable is its integration with Lambda functions because you can process the data as it comes in. As soon as data comes, you'll fire a Lambda function to process a trench of data.""The management and analytics are valuable features.""The solution's technical support is flawless.""Amazon Kinesis also provides us with plenty of flexibility.""Its scalability is very high. There is no maintenance and there is no throughput latency. I think data scalability is high, too. You can ingest gigabytes of data within seconds or milliseconds.""Kinesis is a fully managed program streaming application. You can manage any infrastructure. It is also scalable. Kinesis can handle any amount of data streaming and process data from hundreds, thousands of processes in every source with very low latency.""From my experience, one of the most valuable features is the ability to track silent events on endpoints. Previously, these events might have gone unnoticed, but now we can access them within the product range. For example, if a customer reports that their calls are not reaching the portal files, we can use this feature to troubleshoot and optimize the system.""The solution has the capacity to store the data anywhere from one day to a week and provides limitless storage for us."

More Amazon Kinesis Pros →

"It is user-friendly and the reporting is good.""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.""The documentation is very good.""This is truly a real-time solution.""Apache Flink's best feature is its data streaming tool.""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.""Apache Flink allows you to reduce latency and process data in real-time, making it ideal for such scenarios.""The setup was not too difficult."

More Apache Flink Pros →

Cons
"There are certain shortcomings in the machine learning capacity offered by the product, making it an area where improvements are required.""One thing that would be nice would be a policy for increasing the number of Kinesis streams because that's the one thing that's constant. You can change it in real time, but somebody has to change it, or you have to set some kind of meter. So, auto-scaling of adding and removing streams would be nice.""I suggest integrating additional features, such as incorporating Amazon Pinpoint or Amazon Connect as bundled offerings, rather than deploying them as separate services.""It would be beneficial if Amazon Kinesis provided document based support on the internet to be able to read the data from the Kinesis site.""Amazon Kinesis should improve its limits.""Lacks first in, first out queuing.""Snapshot from the the from the the stream of the data analytic I have already on the cloud, do a snapshot to not to make great or to get the data out size of the web service. But to stop the process and restart a few weeks later when I have more data or more available of the client teams.""The solution has a two-minute maximum time delay for live streaming, which could be reduced."

More Amazon Kinesis Cons →

"Amazon's CloudFormation templates don't allow for direct deployment in the private subnet.""PyFlink is not as fully featured as Python itself, so there are some limitations to what you can do with it.""We have a machine learning team that works with Python, but Apache Flink does not have full support for the language.""The state maintains checkpoints and they use RocksDB or S3. They are good but sometimes the performance is affected when you use RocksDB for checkpointing.""The TimeWindow feature is a bit tricky. The timing of the content and the windowing is a bit changed in 1.11. They have introduced watermarks. A watermark is basically associating every data with a timestamp. The timestamp could be anything, and we can provide the timestamp. So, whenever I receive a tweet, I can actually assign a timestamp, like what time did I get that tweet. The watermark helps us to uniquely identify the data. Watermarks are tricky if you use multiple events in the pipeline. For example, you have three resources from different locations, and you want to combine all those inputs and also perform some kind of logic. When you have more than one input screen and you want to collect all the information together, you have to apply TimeWindow all. That means that all the events from the upstream or from the up sources should be in that TimeWindow, and they were coming back. Internally, it is a batch of events that may be getting collected every five minutes or whatever timing is given. Sometimes, the use case for TimeWindow is a bit tricky. It depends on the application as well as on how people have given this TimeWindow. This kind of documentation is not updated. Even the test case documentation is a bit wrong. It doesn't work. Flink has updated the version of Apache Flink, but they have not updated the testing documentation. Therefore, I have to manually understand it. We have also been exploring failure handling. I was looking into changelogs for which they have posted the future plans and what are they going to deliver. We have two concerns regarding this, which have been noted down. I hope in the future that they will provide this functionality. Integration of Apache Flink with other metric services or failure handling data tools needs some kind of update or its in-depth knowledge is required in the documentation. We have a use case where we want to actually analyze or get analytics about how much data we process and how many failures we have. For that, we need to use Tomcat, which is an analytics tool for implementing counters. We can manage reports in the analyzer. This kind of integration is pretty much straightforward. They say that people must be well familiar with all the things before using this type of integration. They have given this complete file, which you can update, but it took some time. There is a learning curve with it, which consumed a lot of time. It is evolving to a newer version, but the documentation is not demonstrating that update. The documentation is not well incorporated. Hopefully, these things will get resolved now that they are implementing it. Failure is another area where it is a bit rigid or not that flexible. We never use this for scaling because complexity is very high in case of a failure. Processing and providing the scaled data back to Apache Flink is a bit challenging. They have this concept of offsetting, which could be simplified.""In a future release, they could improve on making the error descriptions more clear.""There is room for improvement in the initial setup process.""In terms of stability with Flink, it is something that you have to deal with every time. Stability is the number one problem that we have seen with Flink, and it really depends on the kind of problem that you're trying to solve."

More Apache Flink Cons →

Pricing and Cost Advice
  • "Under $1,000 per month."
  • "The solution's pricing is fair."
  • "It was actually a fairly high volume we were spending. We were spending about 150 a month."
  • "The fee is based on the number of hours the service is running."
  • "Amazon Kinesis pricing is sometimes reasonable and sometimes could be better, depending on the planning, so it's a five out of ten for me."
  • "In general, cloud services are very convenient to use, even if we have to pay a bit more, as we know what we are paying for and can focus on other tasks."
  • "The tool's entry price is cheap. However, pricing increases with data volume."
  • "The product falls on a bit of an expensive side."
  • More Amazon Kinesis Pricing and Cost Advice →

  • "This is an open-source platform that can be used free of charge."
  • "The solution is open-source, which is free."
  • "Apache Flink is open source so we pay no licensing for the use of the software."
  • "It's an open-source solution."
  • "It's an open source."
  • More Apache Flink Pricing and Cost Advice →

    report
    Use our free recommendation engine to learn which Streaming Analytics solutions are best for your needs.
    768,578 professionals have used our research since 2012.
    Questions from the Community
    Top Answer:The solution's technical support is flawless.
    Top Answer:There are certain shortcomings in the machine learning capacity offered by the product, making it an area where improvements are required. There is a need to introduce something more into the machine… more »
    Top Answer: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… more »
    Top Answer:Flink is free, it's open source. Flink is open source.
    Top Answer:Apache Flink should improve its data capability and data migration.
    Ranking
    2nd
    out of 38 in Streaming Analytics
    Views
    12,728
    Comparisons
    9,386
    Reviews
    8
    Average Words per Review
    562
    Rating
    7.9
    5th
    out of 38 in Streaming Analytics
    Views
    10,777
    Comparisons
    7,316
    Reviews
    7
    Average Words per Review
    423
    Rating
    7.7
    Comparisons
    Also Known As
    Amazon AWS Kinesis, AWS Kinesis, Kinesis
    Flink
    Learn More
    Overview

    Amazon Kinesis makes it easy to collect, process, and analyze real-time, streaming data so you can get timely insights and react quickly to new information. Amazon Kinesis offers key capabilities to cost-effectively process streaming data at any scale, along with the flexibility to choose the tools that best suit the requirements of your application. With Amazon Kinesis, you can ingest real-time data such as video, audio, application logs, website clickstreams, and IoT telemetry data for machine learning, analytics, and other applications. Amazon Kinesis enables you to process and analyze data as it arrives and respond instantly instead of having to wait until all your data is collected before the processing can begin.

    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 iterative algorithms on large datasets in parallel. It was developed specifically for large to extremely large data sets that require complex iterative algorithms.

    Flink is a fast and reliable framework developed in Java, Scala, and Python. It runs on the cluster that consists of data nodes and managers. It has a rich set of features that can be used out of the box in order to build sophisticated applications.

    Flink has a robust API and is ready to be used with Hadoop, Cassandra, Hive, Impala, Kafka, MySQL/MariaDB, Neo4j, as well as any other NoSQL database.

    Apache Flink Features

    • Distributed execution of streaming programs on clusters of computers
    • Support for multiple data sources and sinks: this includes Hadoop file systems, databases, and other data sources
    • Streaming SQL query engine with support for windowing functions
    • Low latency query execution in milliseconds
    • Runs in a distributed fashion: it can be deployed on multiple machines or nodes to increase performance and reliability of data processing pipelines.
    • Powerful API that supports both batch and streaming applications
    • Runs on clusters of commodity hardware with minimal configuration
    • Can be integrated with other technologies, such as Apache Spark for complex data mining

    Apache Flink Benefits

    • Ease of use: Flink has an intuitive API and provides high-level abstractions for handling data streams. Even beginners in the field can work with the platform with ease.
    • Fault tolerance: Flink can automatically detect and recover from failures in the system.
    • Scalability: Flink scales to thousands of nodes. It can run on clusters of any size and the user does not have to worry about managing the cluster.

    Reviews from Real Users

    Apache Flink stands out among its competitors for a number of reasons. Two major ones are its low latency and its user-friendly interface. PeerSpot users take note of the advantages of these features in their reviews:

    The head of data and analytics at a computer software company notes, “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.”

    Ertugrul A., manager at a computer software company, writes, “It's usable and affordable. It is user-friendly and the reporting is good.

    Sample Customers
    Zillow, Netflix, Sonos
    LogRhythm, Inc., Inter-American Development Bank, Scientific Technologies Corporation, LotLinx, Inc., Benevity, Inc.
    Top Industries
    REVIEWERS
    Computer Software Company29%
    Media Company29%
    Transportation Company14%
    Non Tech Company14%
    VISITORS READING REVIEWS
    Computer Software Company17%
    Financial Services Firm17%
    Manufacturing Company8%
    Comms Service Provider5%
    VISITORS READING REVIEWS
    Financial Services Firm21%
    Computer Software Company16%
    Retailer6%
    Manufacturing Company5%
    Company Size
    REVIEWERS
    Small Business36%
    Midsize Enterprise36%
    Large Enterprise27%
    VISITORS READING REVIEWS
    Small Business21%
    Midsize Enterprise12%
    Large Enterprise67%
    REVIEWERS
    Small Business19%
    Midsize Enterprise25%
    Large Enterprise56%
    VISITORS READING REVIEWS
    Small Business18%
    Midsize Enterprise11%
    Large Enterprise71%
    Buyer's Guide
    Amazon Kinesis vs. Apache Flink
    March 2024
    Find out what your peers are saying about Amazon Kinesis vs. Apache Flink and other solutions. Updated: March 2024.
    768,578 professionals have used our research since 2012.

    Amazon Kinesis is ranked 2nd in Streaming Analytics with 21 reviews while Apache Flink is ranked 5th in Streaming Analytics with 15 reviews. Amazon Kinesis is rated 8.0, while Apache Flink is rated 7.6. The top reviewer of Amazon Kinesis writes "Used for media streaming and live-streaming data". On the other hand, the top reviewer of Apache Flink writes "A great solution with an intricate system and allows for batch data processing". Amazon Kinesis is most compared with Azure Stream Analytics, Amazon MSK, Confluent, Google Cloud Dataflow and Apache Spark Streaming, whereas Apache Flink is most compared with Spring Cloud Data Flow, Databricks, Azure Stream Analytics, Apache Pulsar and Google Cloud Dataflow. See our Amazon Kinesis vs. Apache Flink report.

    See our list of best Streaming Analytics vendors.

    We monitor all Streaming Analytics reviews to prevent fraudulent reviews and keep review quality high. We do not post reviews by company employees or direct competitors. We validate each review for authenticity via cross-reference with LinkedIn, and personal follow-up with the reviewer when necessary.