pentaho-carte provides a Pentaho Data Integration installation and starts the Pentaho Carte Server.
We create our own PDI Carte Server image because Hitachi Vantara doesn’t provide an out of the box container image.
Current supported Pentaho Version: 9.3.0.0-428
For a detailed documentation auf Pentaho Data Integration see Pentaho Community Wiki.
You can use the provided official Docker image itatm/pentaho-carte to run pentaho-carte as a standalone application.
docker run -d -p 8080:8080 --env=PENTAHO_USER=cluster --env=PENTAHO_PASSWORD=cluster --name pentaho-carte ghcr.io/it-at-m/pentaho-carte:0.0.2
Use Pentaho Carte Server's default user and password to gain control.
If you want to deploy pentaho-carte on a Kubernetes cluster, you can use the provided Helm chart.
pentaho-carte doesn't use any environment variables.
To change the Pentaho Carte Server's username and password follow these steps:
- Create a file named
kettle.pwd
which contains Pentaho Carte Server's username and password. Please consult Carte User Documentation how to configurekettle.pwd
. - Copy (see docker cp command)
kettle.pwd
to location/home/default/pentaho/data-integration/.kettle/kettle.pwd
, e.g.:
docker cp kettle.pwd pentaho-carte:/home/default/pentaho/data-integration/.kettle/kettle.pwd
- Restart pentaho-carte
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please open an issue with the tag "enhancement", fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Open an issue with the tag "enhancement"
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
We use itm-java-codeformat, so please make sure to apply the correct code format for your contributions.
Distributed under the MIT License. See LICENSE file for more information.
it@M - opensource@muenchen.de