Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can anyone give an overview or crisp explanation about the role of Talend Runtime and Talend JobServer in the Talend Data Integration space?
I downloaded the windows version of the Talend open studio for data integration and I don't use where it is been used or plays a role. I would really appreciate if you can let me the purpose of those.
Thanks
Here is some documentation on how to install and configure the JobServer (https://help.talend.com/reader/tgGnkYgYT9OoWK8hOs0TeA/iKauOM8gJSfWATq_Kn_Rag). All of our documentation is in the same place, so you can search for information within this area if there is anything else you wish to know
Talend Open Studio is a standalone Studio environment of Talend. You can only build jobs, compile them and run them in the Studio or as executables on the command line using this tool. The subscription version of Talend comes with several other components. The Job Server is used to run your jobs using the Talend Administration Center (TAC) to schedule them. You can have multiple Job Servers in many different locations, connected to a single TAC. The TAC controls when the jobs are run and they are run inside the Job Servers. The Talend Runtime is where you would run Talend Routes and Services. These are realtime applications, rather than batch applications (Jobs). The Talend Runtime is based upon Apache Karaf. If you download Talend Open Studio for ESB, you will get a Runtime supplied with that.
Here is some documentation on how to install and configure the JobServer (https://help.talend.com/reader/tgGnkYgYT9OoWK8hOs0TeA/iKauOM8gJSfWATq_Kn_Rag). All of our documentation is in the same place, so you can search for information within this area if there is anything else you wish to know