Palo Forum
Register Calendar Members List Team Members Search Frequently Asked Questions Go to the Main Page

Palo Forum » Palo for Excel » Data Import » Talend ETL for Eclipse / PALO 1.5 ? » Hello Guest [Login|Register]
Last Post | First Unread Post Print Page | Recommend to a Friend | Add Thread to Favorites
Post New Thread Post Reply
Go to the bottom of this page Talend ETL for Eclipse / PALO 1.5 ?
Author
Post « Previous Thread | Next Thread »
Marco Groeneveld
Double Ace


Registration Date: 10-27-2005
Posts: 137

Talend ETL for Eclipse / PALO 1.5 ? Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

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
11-08-2006 04:25 Marco Groeneveld is offline Send an Email to Marco Groeneveld Homepage of Marco Groeneveld Search for Posts by Marco Groeneveld Add Marco Groeneveld to your Buddy List
bmm
Member


Registration Date: 02-16-2006
Posts: 43
Location: Denmark

Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

I have tried Talend Open Studio but prefer Kettle and there is already someone working on a Palo plugin for Kettle.
11-08-2006 11:17 bmm is offline Send an Email to bmm Homepage of bmm Search for Posts by bmm Add bmm to your Buddy List
Marco Groeneveld
Double Ace


Registration Date: 10-27-2005
Posts: 137

Thread Starter Thread Started by Marco Groeneveld
Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

Is there already any news regarding the plugin ?

Marco
11-09-2006 10:02 Marco Groeneveld is offline Send an Email to Marco Groeneveld Homepage of Marco Groeneveld Search for Posts by Marco Groeneveld Add Marco Groeneveld to your Buddy List
bmm
Member


Registration Date: 02-16-2006
Posts: 43
Location: Denmark

Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

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.
11-09-2006 14:25 bmm is offline Send an Email to bmm Homepage of bmm Search for Posts by bmm Add bmm to your Buddy List
Hugo
Full Member


Registration Date: 10-26-2005
Posts: 60

Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

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.
11-09-2006 17:58 Hugo is offline Send an Email to Hugo Search for Posts by Hugo Add Hugo to your Buddy List
Marco Groeneveld
Double Ace


Registration Date: 10-27-2005
Posts: 137

Thread Starter Thread Started by Marco Groeneveld
Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

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
11-09-2006 21:34 Marco Groeneveld is offline Send an Email to Marco Groeneveld Homepage of Marco Groeneveld Search for Posts by Marco Groeneveld Add Marco Groeneveld to your Buddy List
MattCasters MattCasters is a male
Newbie


Registration Date: 11-27-2006
Posts: 5
Location: Brussels

Talend/Perl Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

quote:
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
11-27-2006 11:26 MattCasters is offline Send an Email to MattCasters Homepage of MattCasters Search for Posts by MattCasters Add MattCasters to your Buddy List YIM Account Name of MattCasters: mattcasters View the MSN Profile for MattCasters
Hugo
Full Member


Registration Date: 10-26-2005
Posts: 60

Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

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
11-27-2006 23:11 Hugo is offline Send an Email to Hugo Search for Posts by Hugo Add Hugo to your Buddy List
MattCasters MattCasters is a male
Newbie


Registration Date: 11-27-2006
Posts: 5
Location: Brussels

Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

quote:
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
11-27-2006 23:26 MattCasters is offline Send an Email to MattCasters Homepage of MattCasters Search for Posts by MattCasters Add MattCasters to your Buddy List YIM Account Name of MattCasters: mattcasters View the MSN Profile for MattCasters
gleesoto gleesoto is a male
Full Member


Registration Date: 11-12-2005
Posts: 68
Location: Ireland

Palo kettle Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

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 time(s), it was last edited by gleesoto: 01-06-2007 02:27.

01-06-2007 02:25 gleesoto is offline Send an Email to gleesoto Homepage of gleesoto Search for Posts by gleesoto Add gleesoto to your Buddy List
bart
Newbie


Registration Date: 01-15-2007
Posts: 3

RE: Palo kettle Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

quote:
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.
01-15-2007 20:12 bart is offline Send an Email to bart Search for Posts by bart Add bart to your Buddy List
MattCasters MattCasters is a male
Newbie


Registration Date: 11-27-2006
Posts: 5
Location: Brussels

Lamp Kettle/PALO Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

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
02-25-2007 19:57 MattCasters is offline Send an Email to MattCasters Homepage of MattCasters Search for Posts by MattCasters Add MattCasters to your Buddy List YIM Account Name of MattCasters: mattcasters View the MSN Profile for MattCasters
Marco Groeneveld
Double Ace


Registration Date: 10-27-2005
Posts: 137

Thread Starter Thread Started by Marco Groeneveld
imppalo Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

Hi,

Anyone using PALO should watch the website:

http://www.imppalo.com/

Regards, Marco
02-25-2007 20:26 Marco Groeneveld is offline Send an Email to Marco Groeneveld Homepage of Marco Groeneveld Search for Posts by Marco Groeneveld Add Marco Groeneveld to your Buddy List
Irbis Irbis is a male
Double Ace


Registration Date: 07-12-2006
Posts: 109
Location: Magdeburg

RE: imppalo Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

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
02-26-2007 09:21 Irbis is offline Send an Email to Irbis Search for Posts by Irbis Add Irbis to your Buddy List
Stephanie
Viking


Registration Date: 10-23-2006
Posts: 540
Location: Freiburg

RE: imppalo Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

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
02-27-2007 09:12 Stephanie is offline Send an Email to Stephanie Homepage of Stephanie Search for Posts by Stephanie Add Stephanie to your Buddy List
Cecile_Talend
Newbie


Registration Date: 05-07-2009
Posts: 4

Interaction b/w Talend and Palo Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

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)
05-11-2009 14:16 Cecile_Talend is offline Send an Email to Cecile_Talend Search for Posts by Cecile_Talend Add Cecile_Talend to your Buddy List
Tgroul
Junior Member


Registration Date: 06-18-2009
Posts: 10

Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

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/
06-18-2009 12:00 Tgroul is offline Send an Email to Tgroul Search for Posts by Tgroul Add Tgroul to your Buddy List
Tree Structure | Board Structure
Jump to:
Post New Thread Post Reply
Palo Forum » Palo for Excel » Data Import » Talend ETL for Eclipse / PALO 1.5 ?

Forum Software: Burning Board 2.3.6, Developed by WoltLab GmbH