Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
With Talend command line, we can compile jobs and routes and deploy on nexus, and execute jobs on server.
Now I want to deploy services from Nexus to Karaf. How can I do that ?
- is Karaf'gogo a good start ?
- is there JMX or REST API to do that ?
- should I look in TAC ? in Karaf ? in Bonita ?
Any help is welcome
You can call the Talend Runtime with the bin/client (ssh) and run a script which exectures commands (e.g. features:add-url; feature: install commands) the command to run scripts is named 'source' in Karaf and you find also example scripts (for a different purpose ) in the /scripts folder of the container.
By this you can do a script based installation also.
Dietmar