Skip to content

xtao-talend/test-se-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Component Family

Background

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

TCK Plugin in intellij

We can add TCK Plugin by following "settings → plugins", search the "Talend component kit".

Data source

JSON data source → Open weathermap : https://openweathermap.org/history

Package

Build project and to .car

mvn clean install
mvn talend-component:car

Build a docker image

We have a tool image remote-engine-customizer, and we can run docker container with

docker run tacokit/remote-engine-customizer:${version} help

after 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages