Informatica PowerCenter (legacy) vs. IntelliJ IDEA

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Informatica PowerCenter (legacy)
Score 9.2 out of 10
N/A
Informatica PowerCenter was data integration technology designed to form the foundation for data integration initiatives, application migration, or analytics. It is a legacy product.N/A
IntelliJ IDEA
Score 9.3 out of 10
N/A
IntelliJ IDEA is an IDE that aims to give Java and Kotlin developers everything they need out of the box, including a smart code editor, built-in developer tools, framework support, database support, web development support, and much more.
$19.90
per month
Pricing
Informatica PowerCenter (legacy)IntelliJ IDEA
Editions & Modules
No answers on this topic
For Individual Use (Monthly billing)
$19.90
per month
For Organizations (Monthly billing)
$71.90
per month
For Individual Use (Yearly billing)
$199
per year
For Organizations (Yearly billing)
$719
per year
Offerings
Pricing Offerings
Informatica PowerCenter (legacy)IntelliJ IDEA
Free Trial
NoYes
Free/Freemium Version
NoYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional DetailsAll Products Pack (For Individual Use) – $299 /1st year, $ 239 /2nd year and $ 179 /3d year onwards All Products Pack (For Organizations) – $979 / year
More Pricing Information
Community Pulse
Informatica PowerCenter (legacy)IntelliJ IDEA
Features
Informatica PowerCenter (legacy)IntelliJ IDEA
Data Source Connection
Comparison of Data Source Connection features of Product A and Product B
Informatica PowerCenter (legacy)
8.5
18 Ratings
3% above category average
IntelliJ IDEA
-
Ratings
Connect to traditional data sources9.018 Ratings00 Ratings
Connecto to Big Data and NoSQL8.014 Ratings00 Ratings
Data Transformations
Comparison of Data Transformations features of Product A and Product B
Informatica PowerCenter (legacy)
7.5
18 Ratings
8% below category average
IntelliJ IDEA
-
Ratings
Simple transformations8.018 Ratings00 Ratings
Complex transformations7.018 Ratings00 Ratings
Data Modeling
Comparison of Data Modeling features of Product A and Product B
Informatica PowerCenter (legacy)
8.2
18 Ratings
4% above category average
IntelliJ IDEA
-
Ratings
Data model creation9.015 Ratings00 Ratings
Metadata management8.016 Ratings00 Ratings
Business rules and workflow9.018 Ratings00 Ratings
Collaboration6.116 Ratings00 Ratings
Testing and debugging9.017 Ratings00 Ratings
Data Governance
Comparison of Data Governance features of Product A and Product B
Informatica PowerCenter (legacy)
9.0
15 Ratings
12% above category average
IntelliJ IDEA
-
Ratings
Integration with data quality tools9.015 Ratings00 Ratings
Integration with MDM tools9.013 Ratings00 Ratings
Best Alternatives
Informatica PowerCenter (legacy)IntelliJ IDEA
Small Businesses
Skyvia
Skyvia
Score 10.0 out of 10
PyCharm
PyCharm
Score 9.2 out of 10
Medium-sized Companies
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.0 out of 10
PyCharm
PyCharm
Score 9.2 out of 10
Enterprises
IBM InfoSphere Information Server
IBM InfoSphere Information Server
Score 8.0 out of 10
PyCharm
PyCharm
Score 9.2 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Informatica PowerCenter (legacy)IntelliJ IDEA
Likelihood to Recommend
8.0
(21 ratings)
9.7
(58 ratings)
Likelihood to Renew
10.0
(4 ratings)
5.0
(1 ratings)
Usability
9.0
(3 ratings)
9.1
(8 ratings)
Performance
9.4
(2 ratings)
-
(0 ratings)
Support Rating
9.0
(2 ratings)
8.9
(15 ratings)
Implementation Rating
-
(0 ratings)
9.0
(1 ratings)
User Testimonials
Informatica PowerCenter (legacy)IntelliJ IDEA
Likelihood to Recommend
Discontinued Products
1.- Scenaries with poor sources of data is not recomended (Very bad ROI). The solution is for medium-big enterprises with a lot of sources of data and users. 2.- Bank and finance enviroment to integrate differente data form trading, Regulatory reports, decisions makers, fraud and financial crimes because in this kind of scenary the quality of data is the base of the business. 3.- Departments of development and test of applications in enterprises because you can design enviroments, out of the production systems, to development and test the new API's or updateds made.
Read full review
JetBrains
This is a superb tool if your project involves a lot of backend development, especially in Java/Spring Boot and Kotlin. The support for the front end is great as well, but some developers may prefer to use the GitHub copilot add-on. I especially love using the GitHub copilot add-on. It may be less appropriate if your project requires heavy use of HotSwaps for backend debugging, as sometimes the support for that can be limited.
Read full review
Pros
Discontinued Products
  • Informatica Powercenter is an innovative software that works with ETL-type data integration. Connectivity to almost all the database systems.
  • Great documentation and customer support.
  • It has a various solution to address data quality issues. data masking, data virtualization. It has various supporting tools or MDM, IDQ, Analyst, BigData which can be used to analyze data and correct it.
Read full review
JetBrains
  • Unit testing: Fully integrated into IntelliJ IDEA. Your unit tests will run smoothly and efficiently, with excellent debugging tools for when things get tricky.
  • Spring integration: Our Spring project using Maven works flawlessly in IntelliJ IDEA. I know firsthand that Apache is also easily and readily supported too. The integration is seamless and very easy to set up using IntelliJ IDEA's set up wizard when importing new projects.
  • Customization: IntelliJ IDEA comes out of the box with a bunch of handy shortcuts, as well as text prediction, syntax error detection, and other tools to help keep your code clean. But even better is that it allows for total customization of shortcuts you can easily create to suit your needs.
Read full review
Cons
Discontinued Products
  • There are too many ways to perform the same or similar functions which in turn makes it challenging to trace what a workflow is doing and at which point (ex. sessions can be designed as static or re-usable and the override can occur at the session or workflow, or both which can be counter productive and confusing when troubleshooting).
  • The power in structured design is a double edged sword. Simple tasks for a POC can become cumbersome. Ex. if you want to move some data to test a process, you first have to create your sources by importing them which means an ODBC connection or similar will need to be configured, you in turn have to develop your targets and all of the essential building blocks before being able to begin actual development. While I am on sources and targets, I think of a table definition as just that and find it counter intuitive to have to design a table as both a source and target and manage them as different objects. It would be more intuitive to have a table definition and its source/target properties defined by where you drag and drop it in the mapping.
  • There are no checkpoints or data viewer type functions without designing an entire mapping and workflow. If you would like to simply run a job up to a point and check the throughput, an entire mapping needs to be completed and you would workaround this by creating a flat file target.
Read full review
JetBrains
  • Finding if a feature exists or not in IntelliJ IDEA can be challenging.
  • For example, if we know how to format a particular file, the command is Ctrl+Alt+Shift+L, but if we don't, then finding it is difficult.
  • Setting up a project interpreter and directory structure might not be intuitive at first.
  • Git integration can be improved. For example, it isn't easy to rebase using UI in IntelliJ IDEA.
Read full review
Likelihood to Renew
Discontinued Products
Our team enjoys using Informatica and feels that it is one of the best ETL tools on the market.
Read full review
JetBrains
VS Code is maturing and has a Scala plugin now. The overall experience with VS Code - for web development at least - is very snappy/fast. IntelliJ feels a bit sluggish in comparison. If that Scala plugin for VS Code is deemed mature enough - we may not bother renewing and resort to the Community Edition if we need it.
Read full review
Usability
Discontinued Products
Positives; - Multi User Development Environment - Speed of transformation - Seamless integration between other Informatica products. Negatives; - There should be less windows to maintain developers' focus while using. You probably need 2 big monitors when you start development with Informatica Power Center. - Oracle Analytical functions should be natively used. - E-LT support as well as ETL support.
Read full review
JetBrains
There is always room for improvement, but I haven't met any IDE that I liked more so far. Even if it did not fit a use case right out of the box, there is always a way to configure how it works to do just that.
Read full review
Performance
Discontinued Products
PowerCenter is robust and fast, and it does a great job meeting all the needs, not just the most commercially vocal needs. In the hands of an expert power user, you can accomplish almost anything with your data. It is not for new users or intermittent users-- for that the Cloud version is a better fit. Be prepared for costly connectors (priced differently for each source or destination you are working with), and just be planful of your projects so you are not paying for connectors you no longer need or want
Read full review
JetBrains
No answers on this topic
Support Rating
Discontinued Products
Informatica power center is a leader of the pack of ETL tools and has some great abilities that make it stand out from other ETL tools. It has been a great partner to its clients over a long time so it's definitely dependable. With all the great things about Informatica, it has a bit of tech burden that should be addressed to make it more nimble, reduce the learning curve for new developers, provide better connectivity with visualization tools.
Read full review
JetBrains
Customer support is really good in the case of IntelliJ. If you are paying for this product then, the company makes sure that you will get all the services adequately. Regular update patches are provided to improve the IDE. An online bug report makes it easier for the developers to find the solution as fast as possible. The large online community also helps to find the various solutions to the issues.
Read full review
Implementation Rating
Discontinued Products
No answers on this topic
JetBrains
This installs just like any other application - its pretty straight forward. Perhaps licensing could be more challenging - but if you use the cloud licensing they offer its as simple as having engineers login to the application and it just works.
Read full review
Alternatives Considered
Discontinued Products
While Talend offers a much more comfortable interface to work with, Informatica's forte is performance. And on that front, Informatica Enterprise Data Integration certainly leaves Talend in the dust. For a more back-end-centric use case, Informatica is certainly the ETL tool of choice. On the other hand, if business users would be using the tool, then Talend would be the preferred tool.
Read full review
JetBrains
Eclipse is just so old, like a dinosaur, compared to IntelliJ. There are still formats that Eclipse supports better, especially old and/or propriety ones. Still, most of the modern software development needs can be done on IntelliJ, & in a much better way, some of them are not even supported on Eclipse.
Read full review
Return on Investment
Discontinued Products
  • The data pipeline automation capability of Informatica means that few resources are needed to pre-process the data that ultimately resides in a Data Warehouse. Once a workflow is implemented, manual intervention is not needed.
  • PowerCenter did require more resources and time for installation and configuration than was expected/planned for.
  • The lack of or minimal support of unstructured data means that newer sources of dynamic/changing data cannot be easily processed/transformed through PowerCenter workflows.
Read full review
JetBrains
  • Easier to find bugs and debugs, thus reducing man hours and generating immediate dollar impact.
  • Coding time is lessened, which in turn again reduces man hours and generates immediate dollar impact.
  • Refactoring code is more innovative and easy here, resulting in more maintainable code.
Read full review
ScreenShots

IntelliJ IDEA Screenshots

Screenshot of IntelliJ IDEA interface overview: the Project tool window (left) outlines the code structure and the Editor (right) is used to read, write, and explore the source code.Screenshot of IntelliJ IDEA analyzing the context. It then suggests the most applicable and relevant code.Screenshot of the Search Everywhere window, where users can search for files, actions, classes, symbols, settings, UI elements, and anything in Git, all from a single entry point.Screenshot of IntelliJ IDEA's support for frameworks with dedicated assistance for Spring and Spring Boot, Jakarta EE, JPA, Reactor, and other popular frameworks.Screenshot of the AI Assistant that provides features for software development. It can explain code, answer questions about code fragments, provide code suggestions, generate documentation, and commit messages.Screenshot of the interface to run queries, connect to databases, browse and export data, and manage schemas.