Amazon API Gateway vs. Oracle Data Integrator (ODI)

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Amazon API Gateway
Score 8.5 out of 10
N/A
AWS offers the Amazon API Gateway supports the creation and publication of an API for web applications, as well as its monitoring and maintenance. The Amazon API Gateway is able to support thousands of API calls concurrently and provides traffic management, as well as monitoring and access control.
$0.90
Per Million
Oracle Data Integrator (ODI)
Score 6.9 out of 10
N/A
Oracle Data Integrator is an ELT data integrator designed with interoperability other Oracle programs. The program focuses on a high-performance capacity to support Big Data use within Oracle.N/A
Pricing
Amazon API GatewayOracle Data Integrator (ODI)
Editions & Modules
Past 300 Million
$0.90
Per Million
First 300 Million
$1.00
Per Million
No answers on this topic
Offerings
Pricing Offerings
Amazon API GatewayOracle Data Integrator (ODI)
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
Amazon API GatewayOracle Data Integrator (ODI)
Features
Amazon API GatewayOracle Data Integrator (ODI)
API Management
Comparison of API Management features of Product A and Product B
Amazon API Gateway
9.1
14 Ratings
8% above category average
Oracle Data Integrator (ODI)
-
Ratings
API access control9.013 Ratings00 Ratings
Rate limits and usage policies10.013 Ratings00 Ratings
API usage data8.013 Ratings00 Ratings
API user onboarding8.013 Ratings00 Ratings
API versioning9.013 Ratings00 Ratings
Usage billing and payments10.012 Ratings00 Ratings
API monitoring and logging10.014 Ratings00 Ratings
Data Source Connection
Comparison of Data Source Connection features of Product A and Product B
Amazon API Gateway
-
Ratings
Oracle Data Integrator (ODI)
8.0
12 Ratings
3% below category average
Connect to traditional data sources00 Ratings8.012 Ratings
Connecto to Big Data and NoSQL00 Ratings8.010 Ratings
Data Transformations
Comparison of Data Transformations features of Product A and Product B
Amazon API Gateway
-
Ratings
Oracle Data Integrator (ODI)
8.0
12 Ratings
1% below category average
Simple transformations00 Ratings8.012 Ratings
Complex transformations00 Ratings8.012 Ratings
Data Modeling
Comparison of Data Modeling features of Product A and Product B
Amazon API Gateway
-
Ratings
Oracle Data Integrator (ODI)
7.4
12 Ratings
6% below category average
Data model creation00 Ratings8.011 Ratings
Metadata management00 Ratings8.011 Ratings
Business rules and workflow00 Ratings7.012 Ratings
Collaboration00 Ratings7.011 Ratings
Testing and debugging00 Ratings7.012 Ratings
Data Governance
Comparison of Data Governance features of Product A and Product B
Amazon API Gateway
-
Ratings
Oracle Data Integrator (ODI)
7.0
10 Ratings
13% below category average
Integration with data quality tools00 Ratings7.010 Ratings
Integration with MDM tools00 Ratings7.08 Ratings
Best Alternatives
Amazon API GatewayOracle Data Integrator (ODI)
Small Businesses
NGINX
NGINX
Score 9.7 out of 10
Skyvia
Skyvia
Score 10.0 out of 10
Medium-sized Companies
NGINX
NGINX
Score 9.7 out of 10
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.0 out of 10
Enterprises
NGINX
NGINX
Score 9.7 out of 10
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.0 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Amazon API GatewayOracle Data Integrator (ODI)
Likelihood to Recommend
8.0
(14 ratings)
8.0
(29 ratings)
Likelihood to Renew
-
(0 ratings)
10.0
(4 ratings)
Usability
9.0
(1 ratings)
-
(0 ratings)
Support Rating
10.0
(1 ratings)
-
(0 ratings)
Implementation Rating
-
(0 ratings)
7.0
(1 ratings)
User Testimonials
Amazon API GatewayOracle Data Integrator (ODI)
Likelihood to Recommend
Amazon AWS
Experienced a lack of available programming languages while working on a minor project. I had to halt the project and wait for it to be added later. It took ages and had a hit on our productivity. It has a centralized management system which helps and an easy interface which helps to manage multiple tasks in case of large-scale operations and projects.
Read full review
Oracle
Oracle Data Integrator is well suited in all the situations where you need to integrate data from and to different systems/technologies/environments or to schedule some tasks. I've used it on Oracle Database (Data Warehouses or Data Marts), with great loading and transforming performances to accomplish any kind of relational task. This is true for all Oracle applications (like Hyperion Planning, Hyperion Essbase, Hyperion Financial Management, and so on). I've also used it to manage files on different operating systems, to execute procedures in various languages and to read and write data from and to non-Oracle technologies, and I can confirm that its performances have always been very good. It can become less appropriate depending on the expenses that can be afforded by the customer since its license costs are quite high.
Read full review
Pros
Amazon AWS
  • API Gateway integrates well with AWS Lambda. This allows us to build a web server in the language and framework of our choice, deploy it as a Lambda function, and expose it through API Gateway.
  • API Gateway manages API keys. Building rate limiting and request quota features are not trivial (or interesting).
  • API Gateway's pricing can be very attractive for services that are accessed infrequently.
Read full review
Oracle
  • Oracle Data Integrator nearly addresses every data issue that one can expect. Oracle Data Integrator is tightly integrated to the Oracle Suite of products. This is one of the major strengths of Oracle Data Integrator. Oracle Data Integrator is part of the Oracle Business Intelligence Applications Suite - which is highly used by various industries. This tool replaced Informatica ETL in Oracle Business Intelligence Applications Suite.
  • Oracle Data Integrator comes with many pre-written data packages. If one has to load data from Excel to Oracle Database, there is a package that is ready available for them - cutting down lot of effort on writing the code. Similarly, there are packages for Oracle to SQL, SQL to Oracle and all other possible combinations. Developers love this feature.
  • Oracle Data Integrator relies highly on the database for processing. This is actually an ELT tool rather than an ETL tool. It first loads all the data into target instance and then transforms it at the expense of database resources. This light footprint makes this tool very special.
  • The other major advantage of Oracle Data Integrator, like any other Oracle products, is a readily available developer pool. As all Oracle products are free to download for demo environments, many organizations prefer to play around with a product before purchasing it. Also, Oracle support and community is a big advantage compared to other vendors.
Read full review
Cons
Amazon AWS
  • Client certificates are troublesome when trying to attach them to API GW stages.
  • Debugging across several services can be difficult when API GW is integrated with Route 53 and another service like Lambda or EC2/ELB.
  • Creating internal/private APIs, particularly with custom domains, can be unintuitive.
Read full review
Oracle
  • ODI does not have an intuitive user interface. It is powerful, but difficult to figure out at first. There is a significant learning curve between usability, proficiency, and mastery of the tool.
  • ODI contains some frustrating bugs. It is Java based and has some caching issues, often requiring you to restart the program before you see your code changes stick.
  • ODI does not have a strong versioning process. It is not intuitive to keep an up to date repository of versioned code packages. This can create versioning issues between environments if you do not have a strong external code versioning process.
Read full review
Likelihood to Renew
Amazon AWS
No answers on this topic
Oracle
It is maturing and over time will have a good pool of resources. Each new version has addressed the issues of the previous ones. Its getting better and bigger.
Read full review
Usability
Amazon AWS
It is a great product very reliable and stable for connecting various aws services like we connected with lambda function and it is working very well, never faced any issue after the setup. It also saves out lots of money as well as time after we implemented the automatic ec2 server recovery system
Read full review
Oracle
Oracle Data Integrator (ODI) is a reliable ELT tool, supporting data loads from various heterogenous sources. It is effective both for structured as well as non structured data. Its works well for creating translations and transformation and also aids in the data quality checks when combined with an MDM solution. Troubleshooting issues can be of a challenge if it is not configured properly.
Read full review
Support Rating
Amazon AWS
We always had a great experience with the AWS support team. They were always on time and very dependable. It was a good partnership while we worked to resolve our issues.
Read full review
Oracle
No answers on this topic
Alternatives Considered
Amazon AWS
When we tested Azure API Management at the time, it had serious connectivity issues, it was very unstable, and it needed to do a lot using the command line. Comparing with the AWS solution, which was more mature, and the fact that we have services in use on AWS, we ended up choosing to continue using AWS products. This so as not to run the risk of increasing latency in accesses, and of some functionality not working, due to being developed yet.
Read full review
Oracle
I have used Trifacta Google Data Prep quite a bit. We use Google Cloud Platform across our organization. The tools are very comparable in what they offer. I would say Data Prep has a slight edge in usability and a cleaner UI, but both of the tools have comparable toolsets.
Read full review
Return on Investment
Amazon AWS
  • ROI is negative, you need either to hire them to work with you or spend days/weeks to figure out issues.
  • For some of the projects in the end it is not worth it, it is just a "buzz" to use serverless but not practical.
  • Service is easy to set up authorization and it is easy to manage.
Read full review
Oracle
  • From a business intelligence perspective, it allows us to provide users with the necessary data and information to make informed decisions.
  • Compared with other Oracle products and licensing, I do not think the pricing was unreasonable.
  • It is part of a larger install, so for ease of use, we purchased it with other Oracle products.
Read full review
ScreenShots