Airbyte is an open-source data integration platform that syncs data from applications, APIs & databases to data warehouses, lakes and other destinations, from the company of the same name in San Francisco. Pricing of the commercial version is based solely on compute time.
$2.50
per credit
SSIS
Score 8.0 out of 10
N/A
Microsoft's SQL Server Integration Services (SSIS) is a data integration solution.
N/A
Pricing
Airbyte
SQL Server Integration Services
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Airbyte
SSIS
Free Trial
Yes
No
Free/Freemium Version
Yes
No
Premium Consulting/Integration Services
No
No
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
—
—
More Pricing Information
Community Pulse
Airbyte
SQL Server Integration Services
Features
Airbyte
SQL Server Integration Services
Data Source Connection
Comparison of Data Source Connection features of Product A and Product B
Airbyte
10.0
1 Ratings
20% above category average
SQL Server Integration Services
6.0
54 Ratings
31% below category average
Connect to traditional data sources
10.01 Ratings
8.054 Ratings
Connecto to Big Data and NoSQL
10.01 Ratings
4.041 Ratings
Data Modeling
Comparison of Data Modeling features of Product A and Product B
Airbyte
7.0
1 Ratings
11% below category average
SQL Server Integration Services
7.0
52 Ratings
11% below category average
Metadata management
7.01 Ratings
7.133 Ratings
Collaboration
7.01 Ratings
8.039 Ratings
Testing and debugging
7.01 Ratings
6.049 Ratings
Data model creation
00 Ratings
8.627 Ratings
Business rules and workflow
00 Ratings
5.043 Ratings
Data Transformations
Comparison of Data Transformations features of Product A and Product B
Airbyte
-
Ratings
SQL Server Integration Services
7.0
54 Ratings
14% below category average
Simple transformations
00 Ratings
10.054 Ratings
Complex transformations
00 Ratings
4.053 Ratings
Data Governance
Comparison of Data Governance features of Product A and Product B
I think Airbyte is well suited for any company that needs one tool that can move data from one or many sources into a consolidated warehousing solution. Even if it's just one source to target connection, Airbyte simplifies the ability to perform extract and load actions without having to get knee deep in python scripting.
Ideal if the company is already a Microsoft shop, so chances are that it is free with SQL Server. Also, good for moving data between on premise systems. Not ideal for moving data to the cloud. No functionality out of the box to work with REST APIs. Stable product but definitely not the future
Connection managers for online data sources can be tricky to configure.
Performance tuning is an art form and trialing different data flow task options can be cumbersome. SSIS can do a better job of providing performance data including historical for monitoring.
Mapping destination using OLE DB command is difficult as destination columns are unnamed.
Excel or flat file connections are limited by version and type.
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
SSIS is a great tool for most ETL needs. It has the 90% (or more) use cases covered and even in many of the use cases where it is not ideal SSIS can be extended via a .NET language to do the job well in a supportable way for almost any performance workload.
SQL Server Integration Services performance is dependent directly upon the resources provided to the system. In our environment, we allocated 6 nodes of 4 CPUs, 64GB each, running in parallel. Unfortunately, we had to ramp-up to such a robust environment to get the performance to where we needed it. Most of the reports are completed in a reasonable timeframe. However, in the case of slow running reports, it is often difficult if not impossible to cancel the report without killing the report instance or stopping the service.
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.
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
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.