Skip to main content

Posts

Showing posts from February, 2013

Now is possible you receive push notifications from Pentaho Data Integration

As I said in my first post in my blog, there are two things I want share with you: PDI Android Push Notifications Plugin : This is a plugin that permit to you send push notifications from Pentaho Data Integration to any android application that enable GCM service. This plugin is written in Scala !!! Check out: https://github.com/latinojoel/pdi-android-pushnotifications . Note: t his plugin yet is a release candidate. PDI Manager Android App : Is a Android App that enable to you receive push notifications from PDI. About PDI Android Push Notification Plugin   Instalation You need Pentaho Data Integration install ed; Do wnload  the plugin from sourceforce , you can find in this link ; Stop your Pentaho Data Integ ration if it's running; Uncompress AndroidPushNotification file; Copy AndroidPushNotification folder to <pdi-folder-installation>/plugins/step s ;   Start your Data Integration and en j oy :-).  Configuration You need to be famili

How create zip files with Maven

In some maven projects is important generate a  compressed file, for example to send by email. So, in this post I will show you how you can generate compressed   files using Maven. In you pom.xml file you need incorporate the  maven-assembly-plugin plugin, something like that: So, as you can see, you need define a bin.xml file in src/assembly/ path, you can define the name and path that you want. Is only mandatory have a specific structure content. That you can see a example below: That example, permit create zip , tar , tar.gz , tar.bz2 . If you want put all dependencies on the compress file, you don't need define includes tag. More details about maven-assembly-plugin :  http://maven.apache.org/plugins/maven-assembly-plugin I hope that information is useful for you. Feel free to comment this post.

Coming something to Pentaho Data Integration

This is my first post in my personal blog, so you are ask why? The answer is because on last days I developed something that I think is very useful to pentaho community. In this moment I don’t want talk very must about that but I can say it’s to improve the quality work of ETL developers. Coming coming….