Javascript Archives ~ fitzmoskal https://fitzmoskal.me/category/technologies/working-knowledge/javascript-technologies/ You are _here_ Thu, 29 Feb 2024 16:48:44 +0000 en-GB hourly 1 https://wordpress.org/?v=6.9.4 https://fitzmoskal.me/wp-content/uploads/2024/02/cropped-result_880649-32x32.jpeg Javascript Archives ~ fitzmoskal https://fitzmoskal.me/category/technologies/working-knowledge/javascript-technologies/ 32 32 11678478 Disco Enhancements https://fitzmoskal.me/disco-enhancements/ Mon, 19 Feb 2024 23:13:02 +0000 https://fitzmoskal.me/?p=1238 This is another project created for Traversys which aimed to make use of BMC Discovery easier by making useful changes

The post Disco Enhancements appeared first on fitzmoskal.

]]>
This is another project created for Traversys which aimed to make use of BMC Discovery easier by making useful changes to the Discovery UI via a browser extension for Chrome and Firefox.

This is no longer in active development due to moving away from working with Discovery.

https://github.com/traversys/DiscoEnhancements

The post Disco Enhancements appeared first on fitzmoskal.

]]>
1238
Spooning with Pentaho Data Integrator https://fitzmoskal.me/spooning-with-pentaho-data-integrator/ Fri, 14 Mar 2014 12:47:26 +0000 http://wafitz.net/?p=861 Pentaho Data Integrator is a neat open source, cross-platform tool for making light work of ETL. I have it set up

The post Spooning with Pentaho Data Integrator appeared first on fitzmoskal.

]]>
Pentaho Data Integrator is a neat open source, cross-platform tool for making light work of ETL. I have it set up on my Ubuntu laptop and can run it directly from the command line, or as part of a chron job.

However I found a couple of annoyances when running it from CLI, one was in having to keep a terminal window open, the other was having to run it from it’s install directory – particularly when it comes to relative path names for kettle jobs.

So I created an alias that runs PDI in an interactive shell allowing you to run it from one a word command, and it occurred to me that this might be useful to share. Here you go:

alias spoon='sh -c '\''cd /opt/pentaho/data-integration; ./spoon.sh&'\'''

 

The post Spooning with Pentaho Data Integrator appeared first on fitzmoskal.

]]>
861