No more typing reviews! Try our Samantha, our new voice AI agent.

Boomi iPaaS vs Skyvia comparison

 

Comparison Buyer's Guide

Executive Summary

Review summaries and opinions

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Categories and Ranking

Boomi iPaaS
Average Rating
8.0
Reviews Sentiment
6.5
Number of Reviews
31
Ranking in other categories
Integration Platform as a Service (iPaaS) (3rd), Business Orchestration and Automation Technologies (16th), AI Observability (17th)
Skyvia
Average Rating
9.0
Reviews Sentiment
7.8
Number of Reviews
1
Ranking in other categories
Data Integration (57th), Cloud Data Integration (26th)
 

Mindshare comparison

Boomi iPaaS and Skyvia aren’t in the same category and serve different purposes. Boomi iPaaS is designed for Integration Platform as a Service (iPaaS) and holds a mindshare of 6.9%, down 10.7% compared to last year.
Skyvia, on the other hand, focuses on Cloud Data Integration, holds 1.5% mindshare, up 0.2% since last year.
Integration Platform as a Service (iPaaS) Mindshare Distribution
ProductMindshare (%)
Boomi iPaaS6.9%
MuleSoft Anypoint Platform6.7%
Informatica Intelligent Data Management Cloud (IDMC)5.2%
Other81.2%
Integration Platform as a Service (iPaaS)
Cloud Data Integration Mindshare Distribution
ProductMindshare (%)
Skyvia1.5%
AWS Glue7.6%
Informatica Intelligent Data Management Cloud (IDMC)6.7%
Other84.2%
Cloud Data Integration
 

Featured Reviews

SG
Associate at Ltim
Cloud integration has transformed projects and delivers faster, more secure business workflows
In my opinion, the best feature Boomi iPaaS offers is its user interface, which is easy to maintain, has a low cost, and offers low licensing costs, making it very easy to develop any integration. Regarding features, Boomi iPaaS performs best and is more stable. It also has easy support, allowing me to contact the Boomi support vendor team for assistance with atoms, molecules, runtimes, and clusters. Security-wise, it is also more secure, enabling the use of internal OAuth 2.0 tokens and basic authentication for high-level authentication, and I can integrate with third-party services to obtain authentication, with some banking projects in Boomi iPaaS using PayU, Razorpay, and various payment platform authentications. The positive impact of Boomi iPaaS on my organization has been significant, as after adopting it, I received many projects with the help of the Boomi vendor who brought me opportunities for Boomi iPaaS usage. Previously, I used TIBCO, MFT, and WebMethods, which were all very old systems. Boomi iPaaS is cloud-based and continues to update constantly, which has been very useful and led to more business. I can definitely say I see specific positive outcomes after moving to Boomi iPaaS, noting improvements in efficiency, cost savings, and faster project delivery. The connector-based licensing cost is very low compared to other integration tools, and for security purposes, it is helpful. I have observed significant good performance transitioning from old legacy systems to Boomi iPaaS.
RH
CTO & Developer at a consultancy with self employed
The product works, is simple to use, and is reliable.
Error handling. This has caused me many problems in the past. When an error occurs, the event on the connection that is called does not seem to behave as documented. If I attempt a retry or opt not to display an error dialog, it does it anyway. In all fairness, I have never reported this. I think it is more important that a unique error code is passed to the error event that identifies a uniform type of error that occurred, such as ecDisconnect, eoInvalidField. It is very hard to find what any of the error codes currently passed actually mean. A list would be great for each database engine. Trying to catch an exception without displaying the UniDAC error message is impossible, no matter how you modify the parameters in the OnError of the TUniConnection object. I have already implemented the following things myself. They are suggestions rather than specific requests. Copy Datasets: This contains an abundance of redundant options. I think that a facility to copy one dataset to another in a single call would be handy. Redundancy: I am currently working on this. I have extended the TUniConnection to have an additional property called FallbackConnection. If the TUniConnection goes offline, the connection attempts to connect the FallbackConnection. If successful, it then sets the Connection properties of all live UniDatasets in the app to the FallbackConnection and re-opens them if necessary. The extended TUniConnection holds a list of datasets that were created. Each dataset is responsible for registering itself with the connection. This is a highly specific feature. It supports an offline mode that is found in mission critical/point of sale solutions. I have never seen it implement before in any DACs, but I think it is a really unique feature with a big impact. Dataset to JSON/XML: A ToSql function on a dataset that creates a full SQL Text statement with all parameters converted to text (excluding blobs) and included in the returned string. Extended TUniScript:- TMyUniScript allows me to add lines of text to a script using the normal dataset functions, Script.Append, Script.FieldByName(‘xxx’).AsString := ‘yyy’, Script.AddToScript and finally Script.Post, then Script.Commit. The AddToScript builds the SQL text statement and appends it to the script using #e above. Record Size Calculation. It would be great if UniDac could estimate the size of a particular record from a query or table. This could be used to automatically set the packet fetch/request count based on the size of the Ethernet packets on the local area network. This I believe would increase performance and reduce network traffic for returning larger datasets. I am aware that this would also be a unique feature to UniDac but would gain a massive performance enhancement. I would suggest setting the packet size on the TUniConnection which would effect all linked datasets.

Quotes from Members

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Pros

"Boomi AtomSphere Integration stands out and outperforms the other products in terms of licensing and scalability."
"The integration landscape has become complex, and having a data strategy with unified data models would make integration easier for any platform, including Boomi."
"Boomi is a low code or no-code integration platform, which does exactly what it says, and it is fairly easy for a semi-technical user to configure and maintain it."
"The Salesforce and NetSuite Application specific “connectors” provide a layer of abstraction on top of the SOAP-based APIs to streamline integration development."
"The tool's most valuable features I've found are related to debugging and testing. It makes it easy to track execution, documents, and process history. This functionality is particularly useful for identifying issues with data and providing insights to the business."
"It is a low-code and high-configuration platform, which is very valuable. Develop once and run anywhere is another useful feature. It also has connectors for more than 200 applications. It provides value for money. Our customers who have implemented this solution have a very high ROI."
"We work on the flow between systems and the most valuable features for that purpose are the mapping of data, interface mapping, and data integration."
"The maturity of the product is significant."
"For what it offers, I think this solution is a must for any Delphi programmer."
 

Cons

"There are more mature (dedicated) API management and master data management (MDM) solutions available in the market."
"The product's UI could be more convenient."
"Boomi AtomSphere Integration is not yet exposed to the world as a good product owing to certain shortcomings in the area of marketing where improvements are required."
"Boomi, as a solution, is quite complex for a new user."
"The deployment was simple, but the implementation is missing a lot of capabilities."
"Boomi iPaaS needs better source control. It is not as good as it could be in terms of managing versions and running what-if scenarios."
"We would like to see more involvement between Dell Boomi and the end-users to help improve the customer experience."
"I think data governance and data catalog are areas that Boomi iPaaS can focus on."
"Error handling has caused me many problems in the past; when an error occurs, the event on the connection that is called does not seem to behave as documented."
 

Pricing and Cost Advice

"The cost of the solution is in the neighborhood of $20,000 annually. There are no costs above the standard licensing fee."
"Boomi AtomSphere Integration is a relatively cheap and cost-effective product compared to other products like SAP or Oracle."
"AtomSphere Integration's pricing is competitive, and I would rate it seven out of ten."
"The pricing is not reasonable at all. It's very high."
"The pricing is a bit complex. While the entry fee may be lower than other solutions, it could be expensive depending on your usage."
"Boomi AtomSphere Integration is expensive. I rate its pricing an eight out of ten."
"There could be an easy-to-understand licensing model."
"The Platinum package is good for licensing, but I’m not sure about the cost and improvements."
Information not available
report
Use our free recommendation engine to learn which Integration Platform as a Service (iPaaS) solutions are best for your needs.
900,747 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
10%
Manufacturing Company
9%
Outsourcing Company
8%
Construction Company
8%
Performing Arts
19%
Construction Company
14%
Outsourcing Company
9%
Computer Software Company
6%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
By reviewers
Company SizeCount
Small Business10
Midsize Enterprise4
Large Enterprise16
No data available
 

Questions from the Community

What is your experience regarding pricing and costs for Boomi AtomSphere Integration?
My experience with pricing, setup cost, and licensing indicates it is a little bit high but still reasonable.
What needs improvement with Boomi AtomSphere Integration?
In terms of improvements, there is not much to enhance, but I believe a more user-friendly UI, solid Agent Garden features, and more training initiatives to promote Boomi iPaaS would be beneficial....
What is your primary use case for Boomi AtomSphere Integration?
My main use case for Boomi iPaaS is integration, as I have been integrating Boomi iPaaS with many source and destination systems such as Salesforce. I use Boomi iPaaS as an integrator, connecting w...
Ask a question
Earn 20 points
 

Also Known As

Boomi
Skyvia, Skyvia Data Integration
 

Overview

 

Sample Customers

DocuSign Inc., Innotas, Certent, Renesas Electronics America (REA), Kelly-Moore Paints, Mindjet, City of McKinney, Ritchie Bros. Auctioneers (RBA), Daylight Transport, A10 Networks
Boeing, Sony, Honda, Oracle, BMW, Samsung
Find out what your peers are saying about Salesforce, Microsoft, Boomi and others in Integration Platform as a Service (iPaaS). Updated: May 2026.
900,747 professionals have used our research since 2012.