vote up 6 vote down star
4

I've been trying to make a decision as to which package to implement. I've looked at Pentaho, Talend, SSIS, Informatica, etc... What do you use?

flag

36% accept rate
ETL??? Elaborate? – DevelopingChris Sep 9 '08 at 4:07
1  
ChanChan, ETL means Extract Transform Load, which pertains to certain technologies that do a variety of tasks that retrieves data from one source, converts/casts/otherwise transforms it into data usable and storable in your system, and puts it there. Typical requirement for data mining apps. – Jon Limjap Sep 9 '08 at 4:15

18 Answers

vote up 0 vote down

I used Talend Studio recently and am quite impressed by its capabilites. Talend is a code generator and has GUI for all the routine tasks. I am in a e-discovery shop and deal with large load files (flat files, csv etc) manipulation.

link|flag
vote up 0 vote down

Check out CloverETL (www.cloveretl.com) - it is engine based (as are Informatica, AbInitio, DataStage) with performance matching Informatica for 1/10th of the price. The runtime is even open source, the GUI costs few hundred $. It is very scalable - from single cpu desktop capable of processing hundreds of MB to big SMP iron where TB is no volume. It also runs on cluster with MPP style of processing data.

link|flag
vote up 0 vote down

We use Informatica, though I personally do not and have no opinion of it. I look at ETL tools with a suspicious eye but I don't doubt that they have their place.

The main point I didn't see made ye t that you might want to consider: I believe Informatica is the markey leader in ETL tools.

link|flag
vote up 0 vote down

I realize this is old thread but we have been testing a lot of these products including Pervasive and, for Oracle, nothing beats Talnd 3.1 (beta). Because of the fact they are a code generation tool you have complete control over every aspect of the tranformation. While we have unique data tranfer requirements, at this point, pervasive is close, but lacks the true control that Open Studio (or for 6500 Talend Intregration Suite) provides. It is by far the most flexible tool. Basically if you have unique requirements, but still want a visual start to your tranformations, you will not be disappointed with Talend. If you work in an industry with a standard you may have more options.

One side note is that we are a .Net house. So you may have issues retraining your team, but the benefits far outway the costs.

link|flag
vote up 0 vote down

We use Talend Open Studio. It's buggy but very powerful. It's GUI based no, or very little programming needed. Most of jobs can be done w/o understanding Perl or Java (We are using the Perl version). Whatever flows your boat. I think in a year or so it will be huge.

link|flag
vote up 0 vote down

I have to agree with David, I am currently using talend for a proof of concept and am finding it does have legs.

While it is fairly new software on the OSS ETL landscape and does have its bugs they are developing into a very viable option. They seem to be chipping away at requested features/showstopping bugs as quickly as the community can bring them up. Definitely worth a look if your shop isn't willing to drop big bucks for a traditional "enterprise" solution.

link|flag
vote up 0 vote down

We're using Informatica, it's very convenient and helpful in passing a project to other people. I've heard Oracle Warehouse Builder is very good. We also used SSIS for a project, but decided not to go to it yet. You'll be able to scale to multiple server with Informatica's Grid option, but Informatica is expensive.

For Data Warehousing, I think Wherescape RED is a nice product, a cheaper Kalido.

link|flag
Re: RED / Kalido, among other things, Kalido includes a visual business modeling component, a master data management tool, and shares metadata with third-party BI tools like SAP Business Objects, IBM Cognos, Microsoft Analysis Services, QlikView, and Excel (among other features). So your comparison isn't like for like and perhaps explains why Kalido has a larger following among multinational corporations. Regarding this thread, though, the use of Kalido tends to eliminate large portions of typical ETL processing (for example, maintaining slowly changing dimensions, etc.). – Stephen Pace Jun 11 at 18:07
vote up 4 vote down

There's a fantastic Ruby ETL tool, ActiveWarehouse ETL that is part of an open source Ruby based data warehousing package.

It hasn't been updated in a while but it is in widespread use on a daily basis by many.

It has a very intuitive DSL to interact with it.

link|flag
I just looked at it and it looks interesting, but I am really missing an example of the tool in action, I think that would help me a lot. DO you know of any resource in that respect? – Frank Feb 10 at 21:44
1  
I've tried a bunch of these open source ETL tools and they are all drowning in their own needless complexity. ActiveWarehouse ETL gets it right--I was up and running in a very short time and I didn't even know Ruby. Very simple and fast compared to some of the garbage out there. – Mitch Haile Apr 4 at 16:34
vote up 1 vote down

We are building a BI platform from the ground up using Pentaho. Pentaho Data Integration 3 (AKA Kettle) provides a nice cross-platform GUI for creating, executing, and monitoring ETL jobs. It has a good number of built-in transformations/actions and has a (moderately) documented plugin API (in Java). It is definitely one of the more mature applications in the Pentaho BI Suite (for better or worse). Oh. And it's free.

Personally, I'm not huge on Java. So I'm looking into Ruby integration (via JRuby) — which appears very feasible, but isn't happening out-of-the-box.

link|flag
vote up 1 vote down

I've used the Cognos Data Manager ETL tool and it's pretty nice.

link|flag
vote up 0 vote down

I've tryed Talend and i have to admit that this OpenSource solution got potential.

In the next years, it will be a company to watch

link|flag
vote up 0 vote down

It all depends on your budget, IT environment, and skills pool. MS SSIS is great and we're currently implementing it. However, as this is a distributed data environment, some data will be first extracted, transformed, and then exported using Pentaho because over there, they have less budget.

In short, my recommendations: - large DB in a MS environment: SSSIS (DB is MS SQL) - large db in open-source environment: Pentaho (DB is MySQL)

I also used in a past project a Progress ETL bundled in a QAD BI package to attack directly a Progress DB and load data into another Progress DB. Again, the choice was driven by the environment and the budget.

/Vey

link|flag
vote up 2 vote down

I have used perl + the native bulk load mechanism of the database with great success.

/Allan

link|flag
vote up 11 vote down

We use Informatica. But you didn't ask our opinion of what we use :-)

My own opinion is that some well written perl (or whatever your favorite so-called "scripting" language is) can beat a shiny GUI anyday.

And I'm not alone in my opinion (from this thread).

And my favorite definition of ETL:

ETL is that which you develop custom systems by hand to..

  • backup the truck and copy legacy systems data ( 20 different systems )
  • marry the data together from different legacy systems ( compute farm )
  • Compress the data by summarizing
  • Do some transformations
  • Load into Oracle using sql*loader Direct path you may get 1/4 billion rows loaded per hour
  • transform the data some more using pl/sql and perl or java
  • compress the data again
  • roll fact tables up by dropping columns
  • complete star schema
  • optimize your partitioned world and make fast

Be told by snobby and stupid large companies you cannot work in their ETL department because you lack direct experience with...

Ab Initio Informatica etc.

GUIs that attempt to automate what you can do manually and probably do better.

from BJE_DBA

Update: and I (++) Allan elsewhere in this thread.

link|flag
vote up 1 vote down

We use SSIS or Cognos Data Manager, depending on requirements. Data Manager is very nice in handling Dimensions, Hierarchies and Star Schemas as first class concepts, but can be a little limited in its database specific functionality (though it is getting better). It's the perfect tool for Ralph Kimball acolytes, but that's a religious war I refuse to enter.

Of course, Cognos has now been bought by IBM, who appear to be happy to keep developing Data Manager separate to their own Data Stage, as they excel in different areas, but who can say what the future holds. I have no experience with Data Stage.

SSIS is a bit more difficult to use creatively, though is probably more versatile after a learning curve, and has less Star Schema specific organisation, but is cheaper (if you already own a SQL license) and has more SQL Server specific functionality.

Pentaho was OK when I used it (2 years ago, when it was a seperate application in the suite 'KETL'), and it does give you the Open Source warm and fuzzies, but was a little buggy and less sophisticated. I do still have a soft spot for it though.

From what I have seen, Informatica is very powerful, versatile, but also very expensive.

Avoid Computer Associates Advantage Data Transformer. It was good in its day, but like most things CA, completely ignored from a development point of view the second it was acquired by them. It looks and feels late 1990s.

From what I know, all the above tools store their metadata in a non proprietary formats, XML for Data Manager and CA-ADT, XML for the rest (KETL I can't remember off the top of my head, but I think it might be DB)

link|flag
vote up 1 vote down

I've been fairly successful with SQL Server Integration Services 2005 (SSIS), and the only real pain-point was deployment and configuration. Spent a lot of time battling configuration files, getting the packages to pick up configuration values during installation etc. I don't know (but do hope) if it's improved in SQL 2008.

link|flag
vote up 2 vote down

I use SSIS because of its integration with SSAS. Most of my experience is with 2005 which is a bit clunky in places. 2008 looks more polished. I'd recommend it if some of the out-of-the-box components fit with what you plan to use it for or if the ability to link against .NET dll libraries is useful.

link|flag
vote up 1 vote down

I have some limited experience with SSIS on SQL Server 2005.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.