IPC and Talend at the DOSUG March Meeting

04 Mar 2009

Tonight was the Denver Open Source User's Group March meeting.

CLIP IPC Library

First up was Clark Hobbie on the CLIP IPC Library.

First, Clark addressed the question,"Why do we need an IPC library?" . He purports you need IPC "anytime you access something outside your JVM and need to share it in a controlled and coordinated manner with another client". Clark says that CLIP was created as an answer to the cryptic and verbose shared memory classes in the JDK.

A brief outline of what he covered in his slides is as follows:

  • What is useful about IPC?
  • When to use different IPC options
  • The example applications
  • The CLIP library
  • Shared Memory
  • Semaphores
  • Shared Queues
  • Resources
  • Where to get the slides
  • Other useful sites, etc.

Clark did a great job on his slides with funny anecdotes, images for analogies, and clear verbal examples of IPC types (props to World of Warcraft).

Talend ETL Tool

Second up was Tim Berglund speaking on the open source Talend Open Studio ETL (Extract Transform and Load) system. This French startup company is attempting to create a new price point for ETL tools with the now-common OSS business model, selling support and training while giving away the core product for free.

He neatly said this is a talk for non-DBAs but rather developers that need to work with databases. Tim admitted that there are a few negatives to the otherwise great Talend tool. Those are: the JAR is 70MB, the error messages have a French accent, and Mac Eclipse support is a work in progress.

The visual designer has a lot of off-the-shelf transforms. We also saw XML, Excel files, 10+ DB brands, and CSVs as just some of the data sources.

It was a fun set of slides that were in the vein of Slideology.

tmap.gif