This project aims to test if connector-se contains all needs to develop a new custom component as an end user. follow this document: https://talend.github.io/component-runtime/main/1.1.15/getting-started.html
We can add TCK Plugin by following "settings → plugins", search the "Talend component kit".
JSON data source → Open weathermap : https://openweathermap.org/history
We have a tool image remote-engine-customizer, and we can run docker container with
docker run tacokit/remote-engine-customizer:${version} helpafter having run this tool, we can build connector image including this custom component
docker run \
-v ${remote_engine_folder}:/remoteEngines/pipeline-remote-engine/ \
-v ${car_file_folder}:/exchange/ \
-v /var/run/docker.sock:/var/run/docker.sock \
tacokit/remote-engine-customizer:1.1.16_20191119111726 \
register-component-archive \
--remote-engine-dir=/remoteEngines/pipeline-remote-engine/ \
--component-archive=/exchange/test-components-0.0.1-SNAPSHOT.car