Giter VIP home page Giter VIP logo

talend-workspace's Introduction

talend-playground

This is my playground for learning Talend Open Studio, an open-source version of Talend's commercial software Studio.

Only public datasets are used. Code is for demonstration only.

Setup

  1. Download Talend Open Studio from here.

  2. Install Talend on your local machine.

  3. Clone this repo.

    $ git clone [email protected]:cybersamx/talend-workspace.git
  4. Once it's installed, change the Workspace to the directory where the repo is cloned.

Local Repo Setup

Talend Open Studio doesn't support git or any version control system in its UI. However we can initialize a directory such as a Talend project into a git local repo and then push the workspace (or directory) to Github or a remote git repo. Here are the steps to do that:

  1. Go to Github and create a repo call MyDemo. Copy the URL for cloning.

  2. Launch Talend Open Studio, create a new project say MyDemo or use one of their demo projects.

  3. Name the project and click Finish. This should create a directory in ${TALEND_ROOT_DIR}/workspace.

  4. Go to your shell and run the following:

    $ cd "${TALEND_ROOT_DIR}/workspace/MyDemo"
    $ git init
    $ git remote add origin <REMOTE_REPO_URL>
    
  5. Do some work and then check in code.

Further Investigation

  • Understand how and where Java code is generated.
  • This is a low-code environment. Is there a clean separation between the presentation layer and code?
  • Branch out, make changes, and create a PR. Evaluate code review and merging.
  • Probably need to update .gitignore, might have checked in superfluous code.
  • Understand deployment of the code (after we have checked in the code).
  • Do a spike on Github Actions. May be a way to automate testing?

Reference

talend-workspace's People

Contributors

cybersamx avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.