You are not logged in.

Dear visitor, welcome to Palo Community Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

  • "Marco Groeneveld" started this thread

Posts: 138

Date of registration: Oct 27th 2005

  • Send private message

1

Wednesday, November 8th 2006, 4:25am

Talend ETL for Eclipse / PALO 1.5 ?

Hi,

Any experience with www.talend.com ETL tool for Eclipse ?

Maybe a nice tool to have any data transfered to PALO 1.5 format ?

Regards, Marco

www.gmsbv.nl

bmm

Master

Posts: 42

Date of registration: Feb 16th 2006

Location: Denmark

  • Send private message

2

Wednesday, November 8th 2006, 11:17am

I have tried Talend Open Studio but prefer Kettle and there is already someone working on a Palo plugin for Kettle.

  • "Marco Groeneveld" started this thread

Posts: 138

Date of registration: Oct 27th 2005

  • Send private message

3

Thursday, November 9th 2006, 10:02am

Is there already any news regarding the plugin ?

Marco

bmm

Master

Posts: 42

Date of registration: Feb 16th 2006

Location: Denmark

  • Send private message

4

Thursday, November 9th 2006, 2:25pm

I haven't asked since the initial thread and I figured that the release of Palo 1.5 might have some influence on the plugin.

Hugo

Master

Posts: 60

Date of registration: Oct 26th 2005

  • Send private message

5

Thursday, November 9th 2006, 5:58pm

Talend is a very nice ETL tool... It generates perl code, which is:
1) Easy to Use
2) Fast - It runs very quickly sometime quicker than C
3) Has great builtin functions including hashes (associative arrays) and regular expressions.

One of the great advantages of Talend over Kettle is it's so easy to extend and create a script task IIRC you can use javascript in Kettle, but this doesn't give you any where near the amount of power you get with Perl.
Perl has so many libraries in CPAN, for example it's very easy to connect to MQ get messages of updates from a database and push those through to your application etc...

I think over all Talend offers greater flexibility, I imagine it would quite difficult to get information using web services and SOAP using KETTLE but this would be just a few lines of code in Talend.

I tried creating a perl extension for Palo using XS at the weekend but had a few problems due to the multiple include header files. I think a talend component would be great but must focus my attentions on OpenOffice first.

  • "Marco Groeneveld" started this thread

Posts: 138

Date of registration: Oct 27th 2005

  • Send private message

6

Thursday, November 9th 2006, 9:34pm

Great to hear the news.

I asked the Talend people for support of PALO but it was not so easy to find on the palo website. I asked the JPALO people while they are experienced with Eclipse and maybe Talend + JPALO people can cooperate and make an extesion for Talend to load data from SQL databases direct in the PALO 1.5 XML or is it now CSV fileformat.

Any input is welcome.

By the way let me know when you have an OpenOffice Addin for PALO available.

Regards, Marco

  • "MattCasters" is male

Posts: 5

Date of registration: Nov 27th 2006

Location: Brussels

Occupation: Chief Data Integration at Pentaho

Hobbies: Shogi

  • Send private message

7

Monday, November 27th 2006, 11:26am

Talend/Perl

Quoted

One of the great advantages of Talend over Kettle is it's so easy to extend and create a script task IIRC you can use javascript in Kettle, but this doesn't give you any where near the amount of power you get with Perl.


Hugo, if anyone would have cared, I'm sure someone would have posted a feature request for Perl scripting support on the Kettle website.

Talend and Kettle are fundamentally different in design. For example, Talend is using code generation while Kettle is not. As such I suspect that it caters to a different target audience. I suspect that that audience is a bit more developer/perl Oriented.

It's also interesting to note that in the latest development version of Kettle we allow the output of a Kettle transformation to be sent to any 3rd party program, including Perl. Perhaps this offers a bridge between Kettle & Talend.

You see, open source software is about cooparation, not about spreading FUD.

Matt
Matt Casters, Chief Data Integration
Pentaho, Open Source Business Intelligence
http://www.pentaho.org -- mcasters at pentaho dot org

Hugo

Master

Posts: 60

Date of registration: Oct 26th 2005

  • Send private message

8

Monday, November 27th 2006, 11:11pm

Matt

I certainly didn't intend to spread FUD, I like Kettle and think you have done a great job. At the time I wrote this I wasn't thinking fully since I fogot that it was possible to use any of the java libraries from the java script task.
I guess my post seemed a little negative toward kettle, which I didn't intend indeed I have been a fan of kettle since November 2005 when I first came accross it.
I appreciate the difference between Talend and Kettle, and can see the usefulness for both... Actually I use metadata driven ETL tools regularly at work (Informatica) but I also find it useful to hand craft code. I guess after dealing with the constraints impossed by informatica I sometimes welcome something different, and having the ability to script offers a lot of possibilities / flexibility.

Hugo

  • "MattCasters" is male

Posts: 5

Date of registration: Nov 27th 2006

Location: Brussels

Occupation: Chief Data Integration at Pentaho

Hobbies: Shogi

  • Send private message

9

Monday, November 27th 2006, 11:26pm

Quoted

Actually I use metadata driven ETL tools regularly at work (Informatica) but I also find it useful to hand craft code. I guess after dealing with the constraints impossed by informatica I sometimes welcome something different, and having the ability to script offers a lot of possibilities / flexibility.


Thanks for the reply Hugo. I think that if we keep our eye on the ball and focus on the strengths of the various tools, rather than the weaknesses, we can make a difference in open source software.

I hope with your experience with Informatica that you appreciate the fact that we went with a standards based language such as JavaScript. Creating your own language might solve a few problems but it will also create a few new ;-)

Please feel free to post bug reports and/or feature request if you think certain features are lacking in Kettle. We have already implemented many great new ideas from experienced BI folks such as yourself.

All the best,

Matt
Matt Casters, Chief Data Integration
Pentaho, Open Source Business Intelligence
http://www.pentaho.org -- mcasters at pentaho dot org

gleesoto

Master

  • "gleesoto" is male

Posts: 68

Date of registration: Nov 12th 2005

Location: Ireland

Occupation: datasmith

  • Send private message

10

Saturday, January 6th 2007, 2:25am

Palo kettle

Matt the driving force behind Kettle has just informed me that SQLite is now supported by the next release of Kettle, add support for Palo as a plugin and I'd be a happy man.

Tom

This post has been edited 2 times, last edit by "gleesoto" (Jan 6th 2007, 2:27am)


bart

Trainee

Posts: 3

Date of registration: Jan 15th 2007

  • Send private message

11

Monday, January 15th 2007, 8:12pm

RE: Palo kettle

Quoted

Originally posted by gleesoto
Matt the driving force behind Kettle has just informed me that SQLite is now supported by the next release of Kettle, add support for Palo as a plugin and I'd be a happy man.

Tom


Hi, could you, please update us on the availability status of this Kettle plugin? Is it available for download/testing? Any dates to look forward to?

R.

  • "MattCasters" is male

Posts: 5

Date of registration: Nov 27th 2006

Location: Brussels

Occupation: Chief Data Integration at Pentaho

Hobbies: Shogi

  • Send private message

12

Sunday, February 25th 2007, 7:57pm

Kettle/PALO

Bart,

The folks from Tripple-A-Strategies have created a modified version of the Kettle codebase with the PALO functionality in it, rather than a plugin, but we are working with them to resolve this issue and help them achieve compliance with the LGPL license...

So there is something you can use to access PALO, but I would recommend against using it. They are a major version and hundreds of bug fixes behind on the latest development in Pentaho Data Integration a.k.a. Kettle.

All the best,

Matt
Matt Casters, Chief Data Integration
Pentaho, Open Source Business Intelligence
http://www.pentaho.org -- mcasters at pentaho dot org

  • "Marco Groeneveld" started this thread

Posts: 138

Date of registration: Oct 27th 2005

  • Send private message

13

Sunday, February 25th 2007, 8:26pm

imppalo

Hi,

Anyone using PALO should watch the website:

http://www.imppalo.com/

Regards, Marco

Irbis

Sage

  • "Irbis" is male

Posts: 109

Date of registration: Jul 12th 2006

Location: Magdeburg

  • Send private message

14

Monday, February 26th 2007, 9:21am

RE: imppalo

Then why not advertising when the product is ready?

Marketing always is very close to making people angry and an announcement could also have been done like "if you are struggling with the basic mechanisms offered by the palo plugin I'd like to inform you that we are developing a solution which ...
This new tool is scheduled to be released on DDMMYY. Anybody who wants to know if this new option suites his/her special needs in advance is free to regularily check on the website dedicated to this tool: www.imppalo.com"

Am I asking too much? And I'm not even in marketing at all!

Cheers,
Mario

Posts: 540

Date of registration: Oct 23rd 2006

Location: Freiburg

  • Send private message

15

Tuesday, February 27th 2007, 9:12am

RE: imppalo

Hello Irbis,

The IMP : Palo is not available yet for downloading, that's probably why it
has not been advertised? There's no date available yet, but an option to
receive an email.

Everybody has talents ;-)

Regards,
Stephanie

Posts: 4

Date of registration: May 7th 2009

  • Send private message

16

Monday, May 11th 2009, 2:16pm

Interaction b/w Talend and Palo

Hi,

If you are interested in this topic and want to learn more on the interactions between talend and Palo solutions, attend one of the following webinars!

Open Source Data Analysis with Talend and Palo

This one-hour FREE Webinar run by Jedox and Talend will present:
- How to extract your heterogeneous data with Talend and prepare it for reporting and multidimensional analysis
- How to centralize and manage high-performance Excel-based reporting and analysis with Palo
- How to get quick results and optimize your return on investment
- Why open source is the right solution for data analysis

in English : https://www2.gotomeeting.com/register/374537444 (19th of May 2009)
in French : https://www2.gotomeeting.com/register/624420639 (19th of May 2009)
in German : https://www2.gotomeeting.com/register/666108473 (13th of May 2009)

Tgroul

Intermediate

Posts: 10

Date of registration: Jun 18th 2009

  • Send private message

17

Thursday, June 18th 2009, 12:00pm

Hello to all,

Just to make it clear, there are components available between Talend and Palo. You can find available components on the Talend website: http://www.talendforge.org/components/index.php.

---
About Talend Open Studio, it is an open source ETL tool for data integration experts with a user-friendly GUI, easy to learn for a non-technical user. What distinguishes Talend, when it comes to business users, is the tMap component which allows the user to get a graphical and functional view of integration processes. For more information: http://www.talend.com/

robertom

Intermediate

Posts: 7

Date of registration: Jun 26th 2011

  • Send private message

18

Sunday, June 26th 2011, 2:41pm

A comparison talend vs kettle:
http://www.robertomarchetto.com/www/tale…_pdi_comparison

Talend provides some usefull components specific to Palo management:
http://www.robertomarchetto.com/www/tale…lti_tPaloOutput
Business intelligence consultant
http://www.robertomarchetto.com

Rate this thread