Alternatives to Apache NiFi logo

Alternatives to Apache NiFi

Kafka, Apache Storm, Logstash, Apache Camel, and Apache Spark are the most popular alternatives and competitors to Apache NiFi.
338
681
+ 1
65

What is Apache NiFi and what are its top alternatives?

Apache NiFi is an open-source data integration tool that provides an intuitive user interface for designing and managing data flows. Key features include data ingestion from various sources, data transformation, routing, and monitoring capabilities. However, some limitations of Apache NiFi include a steep learning curve for beginners and the need for a centralized server for deployment.

  1. Apache Kafka: Apache Kafka is a distributed streaming platform that is often used for building real-time data pipelines and streaming applications. Key features include high throughput, fault-tolerance, and scalability. Pros include high performance and fault-tolerance, while cons compared to Apache NiFi include a steeper learning curve and less user-friendly interface.
  2. StreamSets: StreamSets is an open-source data operations platform that allows users to build, execute, and monitor data pipelines. Key features include visual pipeline design, support for various data sources and destinations, and data drift handling. Pros include ease of use and a wide range of connectors, while cons compared to Apache NiFi include fewer customizable processors.
  3. Talend Data Integration: Talend Data Integration is a comprehensive data integration platform that offers features such as data integration, data quality, and master data management. Key features include a rich set of connectors, data profiling, and transformation capabilities. Pros include a user-friendly interface and comprehensive feature set, while cons compared to Apache NiFi include a higher cost for the enterprise edition.
  4. Informatica PowerCenter: Informatica PowerCenter is an enterprise data integration platform that provides features like data integration, data quality, and data governance. Key features include metadata management, data lineage, and scalability. Pros include strong data governance capabilities and comprehensive integration features, while cons compared to Apache NiFi include a higher cost and complexity.
  5. Pentaho Data Integration: Pentaho Data Integration is an open-source data integration tool that allows users to visually design data pipelines. Key features include ETL capabilities, support for big data technologies, and a user-friendly interface. Pros include an active community and strong ETL functionality, while cons compared to Apache NiFi include limited scalability and customization options.
  6. Fivetran: Fivetran is a cloud-based data integration platform that specializes in automated data pipelines. Key features include pre-built connectors to popular data sources, automated schema migrations, and incremental data updates. Pros include ease of setup and maintenance, while cons compared to Apache NiFi include less flexibility in data transformation.
  7. Matillion: Matillion is a cloud-native ETL platform that is designed for cloud data warehouses. Key features include a drag-and-drop interface, support for various cloud data sources, and scalability. Pros include native integration with cloud environments and pre-built connectors, while cons compared to Apache NiFi include a focus on cloud data warehouses.
  8. Alooma: Alooma is a real-time data pipeline platform that simplifies data integration for analytics and machine learning. Key features include real-time data processing, change data capture, and data transformation capabilities. Pros include real-time processing capabilities and ease of use, while cons compared to Apache NiFi include limited customization options.
  9. MuleSoft Anypoint Platform: MuleSoft Anypoint Platform is an integration platform that provides API-led connectivity for building application networks. Key features include API management, data transformation, and integration with various systems. Pros include strong API management capabilities and enterprise-grade security, while cons compared to Apache NiFi include a steeper learning curve for beginners.
  10. Zapier: Zapier is a workflow automation platform that allows users to connect and automate tasks between various web applications. Key features include a wide range of integrations, custom workflows, and automation without coding. Pros include easy setup and automation capabilities, while cons compared to Apache NiFi include a focus on web application integrations only.

Top Alternatives to Apache NiFi

  • Kafka
    Kafka

    Kafka is a distributed, partitioned, replicated commit log service. It provides the functionality of a messaging system, but with a unique design. ...

  • Apache Storm
    Apache Storm

    Apache Storm is a free and open source distributed realtime computation system. Storm makes it easy to reliably process unbounded streams of data, doing for realtime processing what Hadoop did for batch processing. Storm has many use cases: realtime analytics, online machine learning, continuous computation, distributed RPC, ETL, and more. Storm is fast: a benchmark clocked it at over a million tuples processed per second per node. It is scalable, fault-tolerant, guarantees your data will be processed, and is easy to set up and operate. ...

  • Logstash
    Logstash

    Logstash is a tool for managing events and logs. You can use it to collect logs, parse them, and store them for later use (like, for searching). If you store them in Elasticsearch, you can view and analyze them with Kibana. ...

  • Apache Camel
    Apache Camel

    An open source Java framework that focuses on making integration easier and more accessible to developers. ...

  • Apache Spark
    Apache Spark

    Spark is a fast and general processing engine compatible with Hadoop data. It can run in Hadoop clusters through YARN or Spark's standalone mode, and it can process data in HDFS, HBase, Cassandra, Hive, and any Hadoop InputFormat. It is designed to perform both batch processing (similar to MapReduce) and new workloads like streaming, interactive queries, and machine learning. ...

  • Airflow
    Airflow

    Use Airflow to author workflows as directed acyclic graphs (DAGs) of tasks. The Airflow scheduler executes your tasks on an array of workers while following the specified dependencies. Rich command lines utilities makes performing complex surgeries on DAGs a snap. The rich user interface makes it easy to visualize pipelines running in production, monitor progress and troubleshoot issues when needed. ...

  • Apache Beam
    Apache Beam

    It implements batch and streaming data processing jobs that run on any execution engine. It executes pipelines on multiple execution environments. ...

  • StreamSets
    StreamSets

    An end-to-end data integration platform to build, run, monitor and manage smart data pipelines that deliver continuous data for DataOps. ...

Apache NiFi alternatives & related posts

Kafka logo

Kafka

23K
21.6K
607
Distributed, fault tolerant, high throughput pub-sub messaging system
23K
21.6K
+ 1
607
PROS OF KAFKA
  • 126
    High-throughput
  • 119
    Distributed
  • 92
    Scalable
  • 86
    High-Performance
  • 66
    Durable
  • 38
    Publish-Subscribe
  • 19
    Simple-to-use
  • 18
    Open source
  • 12
    Written in Scala and java. Runs on JVM
  • 9
    Message broker + Streaming system
  • 4
    KSQL
  • 4
    Avro schema integration
  • 4
    Robust
  • 3
    Suport Multiple clients
  • 2
    Extremely good parallelism constructs
  • 2
    Partioned, replayable log
  • 1
    Simple publisher / multi-subscriber model
  • 1
    Fun
  • 1
    Flexible
CONS OF KAFKA
  • 32
    Non-Java clients are second-class citizens
  • 29
    Needs Zookeeper
  • 9
    Operational difficulties
  • 5
    Terrible Packaging

related Kafka posts

Eric Colson
Chief Algorithms Officer at Stitch Fix · | 21 upvotes · 6.1M views

The algorithms and data infrastructure at Stitch Fix is housed in #AWS. Data acquisition is split between events flowing through Kafka, and periodic snapshots of PostgreSQL DBs. We store data in an Amazon S3 based data warehouse. Apache Spark on Yarn is our tool of choice for data movement and #ETL. Because our storage layer (s3) is decoupled from our processing layer, we are able to scale our compute environment very elastically. We have several semi-permanent, autoscaling Yarn clusters running to serve our data processing needs. While the bulk of our compute infrastructure is dedicated to algorithmic processing, we also implemented Presto for adhoc queries and dashboards.

Beyond data movement and ETL, most #ML centric jobs (e.g. model training and execution) run in a similarly elastic environment as containers running Python and R code on Amazon EC2 Container Service clusters. The execution of batch jobs on top of ECS is managed by Flotilla, a service we built in house and open sourced (see https://github.com/stitchfix/flotilla-os).

At Stitch Fix, algorithmic integrations are pervasive across the business. We have dozens of data products actively integrated systems. That requires serving layer that is robust, agile, flexible, and allows for self-service. Models produced on Flotilla are packaged for deployment in production using Khan, another framework we've developed internally. Khan provides our data scientists the ability to quickly productionize those models they've developed with open source frameworks in Python 3 (e.g. PyTorch, sklearn), by automatically packaging them as Docker containers and deploying to Amazon ECS. This provides our data scientist a one-click method of getting from their algorithms to production. We then integrate those deployments into a service mesh, which allows us to A/B test various implementations in our product.

For more info:

#DataScience #DataStack #Data

See more
John Kodumal

As we've evolved or added additional infrastructure to our stack, we've biased towards managed services. Most new backing stores are Amazon RDS instances now. We do use self-managed PostgreSQL with TimescaleDB for time-series data—this is made HA with the use of Patroni and Consul.

We also use managed Amazon ElastiCache instances instead of spinning up Amazon EC2 instances to run Redis workloads, as well as shifting to Amazon Kinesis instead of Kafka.

See more
Apache Storm logo

Apache Storm

201
281
25
Distributed and fault-tolerant realtime computation
201
281
+ 1
25
PROS OF APACHE STORM
  • 10
    Flexible
  • 6
    Easy setup
  • 4
    Event Processing
  • 3
    Clojure
  • 2
    Real Time
CONS OF APACHE STORM
    Be the first to leave a con

    related Apache Storm posts

    Marc Bollinger
    Infra & Data Eng Manager at Thumbtack · | 5 upvotes · 1.8M views

    Lumosity is home to the world's largest cognitive training database, a responsibility we take seriously. For most of the company's history, our analysis of user behavior and training data has been powered by an event stream--first a simple Node.js pub/sub app, then a heavyweight Ruby app with stronger durability. Both supported decent throughput and latency, but they lacked some major features supported by existing open-source alternatives: replaying existing messages (also lacking in most message queue-based solutions), scaling out many different readers for the same stream, the ability to leverage existing solutions for reading and writing, and possibly most importantly: the ability to hire someone externally who already had expertise.

    We ultimately migrated to Kafka in early- to mid-2016, citing both industry trends in companies we'd talked to with similar durability and throughput needs, the extremely strong documentation and community. We pored over Kyle Kingsbury's Jepsen post (https://aphyr.com/posts/293-jepsen-Kafka), as well as Jay Kreps' follow-up (http://blog.empathybox.com/post/62279088548/a-few-notes-on-kafka-and-jepsen), talked at length with Confluent folks and community members, and still wound up running parallel systems for quite a long time, but ultimately, we've been very, very happy. Understanding the internals and proper levers takes some commitment, but it's taken very little maintenance once configured. Since then, the Confluent Platform community has grown and grown; we've gone from doing most development using custom Scala consumers and producers to being 60/40 Kafka Streams/Connects.

    We originally looked into Storm / Heron , and we'd moved on from Redis pub/sub. Heron looks great, but we already had a programming model across services that was more akin to consuming a message consumers than required a topology of bolts, etc. Heron also had just come out while we were starting to migrate things, and the community momentum and direction of Kafka felt more substantial than the older Storm. If we were to start the process over again today, we might check out Pulsar , although the ecosystem is much younger.

    To find out more, read our 2017 engineering blog post about the migration!

    See more
    Logstash logo

    Logstash

    11.2K
    8.6K
    103
    Collect, Parse, & Enrich Data
    11.2K
    8.6K
    + 1
    103
    PROS OF LOGSTASH
    • 69
      Free
    • 18
      Easy but powerful filtering
    • 12
      Scalable
    • 2
      Kibana provides machine learning based analytics to log
    • 1
      Great to meet GDPR goals
    • 1
      Well Documented
    CONS OF LOGSTASH
    • 4
      Memory-intensive
    • 1
      Documentation difficult to use

    related Logstash posts

    Tymoteusz Paul
    Devops guy at X20X Development LTD · | 23 upvotes · 8M views

    Often enough I have to explain my way of going about setting up a CI/CD pipeline with multiple deployment platforms. Since I am a bit tired of yapping the same every single time, I've decided to write it up and share with the world this way, and send people to read it instead ;). I will explain it on "live-example" of how the Rome got built, basing that current methodology exists only of readme.md and wishes of good luck (as it usually is ;)).

    It always starts with an app, whatever it may be and reading the readmes available while Vagrant and VirtualBox is installing and updating. Following that is the first hurdle to go over - convert all the instruction/scripts into Ansible playbook(s), and only stopping when doing a clear vagrant up or vagrant reload we will have a fully working environment. As our Vagrant environment is now functional, it's time to break it! This is the moment to look for how things can be done better (too rigid/too lose versioning? Sloppy environment setup?) and replace them with the right way to do stuff, one that won't bite us in the backside. This is the point, and the best opportunity, to upcycle the existing way of doing dev environment to produce a proper, production-grade product.

    I should probably digress here for a moment and explain why. I firmly believe that the way you deploy production is the same way you should deploy develop, shy of few debugging-friendly setting. This way you avoid the discrepancy between how production work vs how development works, which almost always causes major pains in the back of the neck, and with use of proper tools should mean no more work for the developers. That's why we start with Vagrant as developer boxes should be as easy as vagrant up, but the meat of our product lies in Ansible which will do meat of the work and can be applied to almost anything: AWS, bare metal, docker, LXC, in open net, behind vpn - you name it.

    We must also give proper consideration to monitoring and logging hoovering at this point. My generic answer here is to grab Elasticsearch, Kibana, and Logstash. While for different use cases there may be better solutions, this one is well battle-tested, performs reasonably and is very easy to scale both vertically (within some limits) and horizontally. Logstash rules are easy to write and are well supported in maintenance through Ansible, which as I've mentioned earlier, are at the very core of things, and creating triggers/reports and alerts based on Elastic and Kibana is generally a breeze, including some quite complex aggregations.

    If we are happy with the state of the Ansible it's time to move on and put all those roles and playbooks to work. Namely, we need something to manage our CI/CD pipelines. For me, the choice is obvious: TeamCity. It's modern, robust and unlike most of the light-weight alternatives, it's transparent. What I mean by that is that it doesn't tell you how to do things, doesn't limit your ways to deploy, or test, or package for that matter. Instead, it provides a developer-friendly and rich playground for your pipelines. You can do most the same with Jenkins, but it has a quite dated look and feel to it, while also missing some key functionality that must be brought in via plugins (like quality REST API which comes built-in with TeamCity). It also comes with all the common-handy plugins like Slack or Apache Maven integration.

    The exact flow between CI and CD varies too greatly from one application to another to describe, so I will outline a few rules that guide me in it: 1. Make build steps as small as possible. This way when something breaks, we know exactly where, without needing to dig and root around. 2. All security credentials besides development environment must be sources from individual Vault instances. Keys to those containers should exist only on the CI/CD box and accessible by a few people (the less the better). This is pretty self-explanatory, as anything besides dev may contain sensitive data and, at times, be public-facing. Because of that appropriate security must be present. TeamCity shines in this department with excellent secrets-management. 3. Every part of the build chain shall consume and produce artifacts. If it creates nothing, it likely shouldn't be its own build. This way if any issue shows up with any environment or version, all developer has to do it is grab appropriate artifacts to reproduce the issue locally. 4. Deployment builds should be directly tied to specific Git branches/tags. This enables much easier tracking of what caused an issue, including automated identifying and tagging the author (nothing like automated regression testing!).

    Speaking of deployments, I generally try to keep it simple but also with a close eye on the wallet. Because of that, I am more than happy with AWS or another cloud provider, but also constantly peeking at the loads and do we get the value of what we are paying for. Often enough the pattern of use is not constantly erratic, but rather has a firm baseline which could be migrated away from the cloud and into bare metal boxes. That is another part where this approach strongly triumphs over the common Docker and CircleCI setup, where you are very much tied in to use cloud providers and getting out is expensive. Here to embrace bare-metal hosting all you need is a help of some container-based self-hosting software, my personal preference is with Proxmox and LXC. Following that all you must write are ansible scripts to manage hardware of Proxmox, similar way as you do for Amazon EC2 (ansible supports both greatly) and you are good to go. One does not exclude another, quite the opposite, as they can live in great synergy and cut your costs dramatically (the heavier your base load, the bigger the savings) while providing production-grade resiliency.

    See more

    Hi everyone. I'm trying to create my personal syslog monitoring.

    1. To get the logs, I have uncertainty to choose the way: 1.1 Use Logstash like a TCP server. 1.2 Implement a Go TCP server.

    2. To store and plot data. 2.1 Use Elasticsearch tools. 2.2 Use InfluxDB and Grafana.

    I would like to know... Which is a cheaper and scalable solution?

    Or even if there is a better way to do it.

    See more
    Apache Camel logo

    Apache Camel

    1.5K
    316
    22
    A versatile open source integration framework
    1.5K
    316
    + 1
    22
    PROS OF APACHE CAMEL
    • 5
      Based on Enterprise Integration Patterns
    • 4
      Has over 250 components
    • 4
      Free (open source)
    • 4
      Highly configurable
    • 3
      Open Source
    • 2
      Has great community
    CONS OF APACHE CAMEL
      Be the first to leave a con

      related Apache Camel posts

      Apache Spark logo

      Apache Spark

      2.9K
      3.5K
      140
      Fast and general engine for large-scale data processing
      2.9K
      3.5K
      + 1
      140
      PROS OF APACHE SPARK
      • 61
        Open-source
      • 48
        Fast and Flexible
      • 8
        One platform for every big data problem
      • 8
        Great for distributed SQL like applications
      • 6
        Easy to install and to use
      • 3
        Works well for most Datascience usecases
      • 2
        Interactive Query
      • 2
        Machine learning libratimery, Streaming in real
      • 2
        In memory Computation
      CONS OF APACHE SPARK
      • 4
        Speed

      related Apache Spark posts

      Eric Colson
      Chief Algorithms Officer at Stitch Fix · | 21 upvotes · 6.1M views

      The algorithms and data infrastructure at Stitch Fix is housed in #AWS. Data acquisition is split between events flowing through Kafka, and periodic snapshots of PostgreSQL DBs. We store data in an Amazon S3 based data warehouse. Apache Spark on Yarn is our tool of choice for data movement and #ETL. Because our storage layer (s3) is decoupled from our processing layer, we are able to scale our compute environment very elastically. We have several semi-permanent, autoscaling Yarn clusters running to serve our data processing needs. While the bulk of our compute infrastructure is dedicated to algorithmic processing, we also implemented Presto for adhoc queries and dashboards.

      Beyond data movement and ETL, most #ML centric jobs (e.g. model training and execution) run in a similarly elastic environment as containers running Python and R code on Amazon EC2 Container Service clusters. The execution of batch jobs on top of ECS is managed by Flotilla, a service we built in house and open sourced (see https://github.com/stitchfix/flotilla-os).

      At Stitch Fix, algorithmic integrations are pervasive across the business. We have dozens of data products actively integrated systems. That requires serving layer that is robust, agile, flexible, and allows for self-service. Models produced on Flotilla are packaged for deployment in production using Khan, another framework we've developed internally. Khan provides our data scientists the ability to quickly productionize those models they've developed with open source frameworks in Python 3 (e.g. PyTorch, sklearn), by automatically packaging them as Docker containers and deploying to Amazon ECS. This provides our data scientist a one-click method of getting from their algorithms to production. We then integrate those deployments into a service mesh, which allows us to A/B test various implementations in our product.

      For more info:

      #DataScience #DataStack #Data

      See more
      Conor Myhrvold
      Tech Brand Mgr, Office of CTO at Uber · | 7 upvotes · 2.9M views

      Why we built Marmaray, an open source generic data ingestion and dispersal framework and library for Apache Hadoop :

      Built and designed by our Hadoop Platform team, Marmaray is a plug-in-based framework built on top of the Hadoop ecosystem. Users can add support to ingest data from any source and disperse to any sink leveraging the use of Apache Spark . The name, Marmaray, comes from a tunnel in Turkey connecting Europe and Asia. Similarly, we envisioned Marmaray within Uber as a pipeline connecting data from any source to any sink depending on customer preference:

      https://eng.uber.com/marmaray-hadoop-ingestion-open-source/

      (Direct GitHub repo: https://github.com/uber/marmaray Kafka Kafka Manager )

      See more
      Airflow logo

      Airflow

      1.6K
      2.7K
      126
      A platform to programmaticaly author, schedule and monitor data pipelines, by Airbnb
      1.6K
      2.7K
      + 1
      126
      PROS OF AIRFLOW
      • 51
        Features
      • 14
        Task Dependency Management
      • 12
        Beautiful UI
      • 12
        Cluster of workers
      • 10
        Extensibility
      • 6
        Open source
      • 5
        Complex workflows
      • 5
        Python
      • 3
        Good api
      • 3
        Apache project
      • 3
        Custom operators
      • 2
        Dashboard
      CONS OF AIRFLOW
      • 2
        Observability is not great when the DAGs exceed 250
      • 2
        Running it on kubernetes cluster relatively complex
      • 2
        Open source - provides minimum or no support
      • 1
        Logical separation of DAGs is not straight forward

      related Airflow posts

      Shared insights
      on
      AWS Step FunctionsAWS Step FunctionsAirflowAirflow

      I am working on a project that grabs a set of input data from AWS S3, pre-processes and divvies it up, spins up 10K batch containers to process the divvied data in parallel on AWS Batch, post-aggregates the data, and pushes it to S3.

      I already have software patterns from other projects for Airflow + Batch but have not dealt with the scaling factors of 10k parallel tasks. Airflow is nice since I can look at which tasks failed and retry a task after debugging. But dealing with that many tasks on one Airflow EC2 instance seems like a barrier. Another option would be to have one task that kicks off the 10k containers and monitors it from there.

      I have no experience with AWS Step Functions but have heard it's AWS's Airflow. There looks to be plenty of patterns online for Step Functions + Batch. Do Step Functions seem like a good path to check out for my use case? Do you get the same insights on failing jobs / ability to retry tasks as you do with Airflow?

      See more
      Shared insights
      on
      JenkinsJenkinsAirflowAirflow

      I am looking for an open-source scheduler tool with cross-functional application dependencies. Some of the tasks I am looking to schedule are as follows:

      1. Trigger Matillion ETL loads
      2. Trigger Attunity Replication tasks that have downstream ETL loads
      3. Trigger Golden gate Replication Tasks
      4. Shell scripts, wrappers, file watchers
      5. Event-driven schedules

      I have used Airflow in the past, and I know we need to create DAGs for each pipeline. I am not familiar with Jenkins, but I know it works with configuration without much underlying code. I want to evaluate both and appreciate any advise

      See more
      Apache Beam logo

      Apache Beam

      178
      360
      14
      A unified programming model
      178
      360
      + 1
      14
      PROS OF APACHE BEAM
      • 5
        Open-source
      • 5
        Cross-platform
      • 2
        Portable
      • 2
        Unified batch and stream processing
      CONS OF APACHE BEAM
        Be the first to leave a con

        related Apache Beam posts

        I have to build a data processing application with an Apache Beam stack and Apache Flink runner on an Amazon EMR cluster. I saw some instability with the process and EMR clusters that keep going down. Here, the Apache Beam application gets inputs from Kafka and sends the accumulative data streams to another Kafka topic. Any advice on how to make the process more stable?

        See more
        StreamSets logo

        StreamSets

        50
        132
        0
        An end-to-end platform for smart data pipelines
        50
        132
        + 1
        0
        PROS OF STREAMSETS
          Be the first to leave a pro
          CONS OF STREAMSETS
          • 2
            No user community
          • 1
            Crashes

          related StreamSets posts