Apache Kafka vs. SQL Server Integration Services

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Apache Kafka
Score 8.4 out of 10
N/A
Apache Kafka is an open-source stream processing platform developed by the Apache Software Foundation written in Scala and Java. The Kafka event streaming platform is used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.N/A
SSIS
Score 8.4 out of 10
N/A
Microsoft's SQL Server Integration Services (SSIS) is a data integration solution.N/A
Pricing
Apache KafkaSQL Server Integration Services
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Apache KafkaSSIS
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Apache KafkaSQL Server Integration Services
Top Pros
Top Cons
Features
Apache KafkaSQL Server Integration Services
Data Source Connection
Comparison of Data Source Connection features of Product A and Product B
Apache Kafka
-
Ratings
SQL Server Integration Services
7.5
53 Ratings
9% below category average
Connect to traditional data sources00 Ratings8.853 Ratings
Connecto to Big Data and NoSQL00 Ratings6.240 Ratings
Data Transformations
Comparison of Data Transformations features of Product A and Product B
Apache Kafka
-
Ratings
SQL Server Integration Services
8.1
53 Ratings
3% below category average
Simple transformations00 Ratings8.553 Ratings
Complex transformations00 Ratings7.752 Ratings
Data Modeling
Comparison of Data Modeling features of Product A and Product B
Apache Kafka
-
Ratings
SQL Server Integration Services
7.4
51 Ratings
9% below category average
Data model creation00 Ratings8.627 Ratings
Metadata management00 Ratings7.133 Ratings
Business rules and workflow00 Ratings8.142 Ratings
Collaboration00 Ratings7.338 Ratings
Testing and debugging00 Ratings6.148 Ratings
Data Governance
Comparison of Data Governance features of Product A and Product B
Apache Kafka
-
Ratings
SQL Server Integration Services
6.9
41 Ratings
17% below category average
Integration with data quality tools00 Ratings7.436 Ratings
Integration with MDM tools00 Ratings6.536 Ratings
Best Alternatives
Apache KafkaSQL Server Integration Services
Small Businesses

No answers on this topic

Skyvia
Skyvia
Score 9.6 out of 10
Medium-sized Companies
IBM MQ
IBM MQ
Score 9.0 out of 10
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.1 out of 10
Enterprises
IBM MQ
IBM MQ
Score 9.0 out of 10
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.1 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Apache KafkaSQL Server Integration Services
Likelihood to Recommend
8.3
(18 ratings)
8.0
(53 ratings)
Likelihood to Renew
9.0
(2 ratings)
10.0
(3 ratings)
Usability
10.0
(1 ratings)
9.3
(8 ratings)
Performance
-
(0 ratings)
8.8
(6 ratings)
Support Rating
8.4
(4 ratings)
8.2
(7 ratings)
Implementation Rating
-
(0 ratings)
10.0
(1 ratings)
User Testimonials
Apache KafkaSQL Server Integration Services
Likelihood to Recommend
Apache
Apache Kafka is well-suited for most data-streaming use cases. Amazon Kinesis and Azure EventHubs, unless you have a specific use case where using those cloud PaAS for your data lakes, once set up well, Apache Kafka will take care of everything else in the background. Azure EventHubs, is good for cross-cloud use cases, and Amazon Kinesis - I have no real-world experience. But I believe it is the same.
Read full review
Microsoft
Ideal for daily standard ETL use cases whether the data is sourced from / transferred to the native connectors (like SQL Server) or FTP. Best if the company uses MS suite of tools. There are better options in the market for chaining tasks where you want a custom flow of executions depending on the outcome of each process or if you want advanced functionality like API connections, etc.
Read full review
Pros
Apache
  • Really easy to configure. I've used other message brokers such as RabbitMQ and compared to them, Kafka's configurations are very easy to understand and tweak.
  • Very scalable: easily configured to run on multiple nodes allowing for ease of parallelism (assuming your queues/topics don't have to be consumed in the exact same order the messages were delivered)
  • Not exactly a feature, but I trust Kafka will be around for at least another decade because active development has continued to be strong and there's a lot of financial backing from Confluent and LinkedIn, and probably many other companies who are using it (which, anecdotally, is many).
Read full review
Microsoft
  • Ease of use - can be used with no prior experience in a relatively short amount of time.
  • Flexibility - provides multiple means of accomplishing tasks to be able to support virtually any scenario.
  • Performance - performs well with default configurations but allows the user to choose a multitude of options that can enhance performance.
  • Resilient - supports the configuration of error handling to prevent and identify breakages.
  • Complete suite of configurable tools.
Read full review
Cons
Apache
  • Sometimes it becomes difficult to monitor our Kafka deployments. We've been able to overcome it largely using AWS MSK, a managed service for Apache Kafka, but a separate monitoring dashboard would have been great.
  • Simplify the process for local deployment of Kafka and provide a user interface to get visibility into the different topics and the messages being processed.
  • Learning curve around creation of broker and topics could be simplified
Read full review
Microsoft
  • SSIS has been a bit neglected by Microsoft and new features are slow in coming.
  • When importing data from flat files and Excel workbooks, changes in the data structure will cause the extracts to fail. Workarounds do exist but are not easily implemented. If your source data structure does not change or rarely changes, this negative is relatively insignificant.
  • While add-on third-party SSIS tools exist, there are only a small number of vendors actively supporting SSIS and license fees for production server use can be significant especially in highly-scaled environments.
Read full review
Likelihood to Renew
Apache
Kafka is quickly becoming core product of the organization, indeed it is replacing older messaging systems. No better alternatives found yet
Read full review
Microsoft
Some features should be revised or improved, some tools (using it with Visual Studio) of the toolbox should be less schematic and somewhat more flexible. Using for example, the CSV data import is still very old-fashioned and if the data format changes it requires a bit of manual labor to accept the new data structure
Read full review
Usability
Apache
Apache Kafka is highly recommended to develop loosely coupled, real-time processing applications. Also, Apache Kafka provides property based configuration. Producer, Consumer and broker contain their own separate property file
Read full review
Microsoft
SQL Server Integration Services is a relatively nice tool but is simply not the ETL for a global, large-scale organization. With developing requirements such as NoSQL data, cloud-based tools, and extraordinarily large databases, SSIS is no longer our tool of choice.
Read full review
Performance
Apache
No answers on this topic
Microsoft
Raw performance is great. At times, depending on the machine you are using for development, the IDE can have issues. Deploying projects is very easy and the tool set they give you to monitor jobs out of the box is decent. If you do very much with it you will have to write into your projects performance tracking though.
Read full review
Support Rating
Apache
Support for Apache Kafka (if willing to pay) is available from Confluent that includes the same time that created Kafka at Linkedin so they know this software in and out. Moreover, Apache Kafka is well known and best practices documents and deployment scenarios are easily available for download. For example, from eBay, Linkedin, Uber, and NYTimes.
Read full review
Microsoft
The support, when necessary, is excellent. But beyond that, it is very rarely necessary because the user community is so large, vibrant and knowledgable, a simple Google query or forum question can answer almost everything you want to know. You can also get prewritten script tasks with a variety of functionality that saves a lot of time.
Read full review
Implementation Rating
Apache
No answers on this topic
Microsoft
The implementation may be different in each case, it is important to properly analyze all the existing infrastructure to understand the kind of work needed, the type of software used and the compatibility between these, the features that you want to exploit, to understand what is possible and which ones require integration with third-party tools
Read full review
Alternatives Considered
Apache
I used other messaging/queue solutions that are a lot more basic than Confluent Kafka, as well as another solution that is no longer in the market called Xively, which was bought and "buried" by Google. In comparison, these solutions offer way fewer functionalities and respond to other needs.
Read full review
Microsoft
I had nothing to do with the choice or install. I assume it was made because it's easy to integrate with our SQL Server environment and free. I'm not sure of any other enterprise level solution that would solve this problem, but I would likely have approached it with traditional scripting. Comparably free, but my own familiarity with trad scripts would be my final deciding factor. Perhaps with some further training on SSIS I would have a different answer.
Read full review
Return on Investment
Apache
  • Positive: Get a quick and reliable pub/sub model implemented - data across components flows easily.
  • Positive: it's scalable so we can develop small and scale for real-world scenarios
  • Negative: it's easy to get into a confusing situation if you are not experienced yet or something strange has happened (rare, but it does). Troubleshooting such situations can take time and effort.
Read full review
Microsoft
  • Data integrity across various products allows unify certain processes inside the organization and save funds by reducing human labour factor.
  • Automated data unification allows us plan our inputs better and reduce over-warehousing by overbuying
  • The employee number, responsible for data management was reduced from 4 to 1 person
Read full review
ScreenShots