Talend Data Preparation Free Desktop
This repository contains the source files for Talend Data Preparation Free Desktop.
These files must be used together with the common code contained in daikon and data quality.
Overview
Folders description | Download | Documentation | Support | Contributing | License
1. Folders description
Project | Description |
---|---|
dataprep-api | rest service on top of transformation, preparation & dataset, used by webapp |
dataprep-backend-common | set of common objects shared by multiple services |
dataprep-backend | parent project for all backend projects |
dataprep-backend-service | Common Spring related classes (shared configuration...) |
dataprep-backend-service-parent | A parent module for all back end services to ease dependency and plugin management |
dataprep-dataset | rest service to manage datasets (import, export, sample, stats) |
dataprep-preparation | rest service to manage preparations (create, list steps, get data) |
dataprep-transformation | rest service to apply transformations (actions are here) |
dataprep-upgrade-common | Support code for executing upgrades (when starting a newer version on top of a previous version. |
dataprep-upgrade | Upgrade tasks when startting a newer version on top of a previous version |
dataprep-webapp | web app (React & AngularJS) |
tooling | IDE specific config files + some other stuff |
UI
The following project provides UI for Data Prep.
Project | Description |
---|---|
dataprep-webapp | Builds all the React and AngularJS UI of Data Prep |
Back-end
Services
The following projects provide back-end services exposed as REST API.
Project | Description |
---|---|
dataprep-api | Back-end API service for Data Preparation Web UI. |
dataprep-transformation | Back-end service for dataset transformation. |
dataprep-dataset | Back-end service for dataset operations (create, update, content index, get dataset metadata...) |
dataprep-preparation | Back-end service for preparation operations (create, update, get content, add or edit steps in preparations...) |
Common and module management
The following projects don't build any back-end artifacts but provide build utilities.
Project | Description |
---|---|
dataprep-backend | Common POM for all back-end modules (defines all libraries & versions, as well as common build behaviors) |
dataprep-backend-common | Common resources and classes for back-end modules (no dependency on Spring) |
dataprep-backend-service | Common Spring related classes (shared configuration...) |
dataprep-backend-service-parent | A parent module for all back end services to ease dependency and plugin management |
dataprep-upgrade-common | Support code for executing upgrades (when starting a newer version on top of a previous version. |
dataprep-upgrade | Upgrade tasks when startting a newer version on top of a previous version |
2. Download
You can download this product from the Talend website.
3. Usage and Documentation
Documentation is available on Talend Help Center.
4. Support
You can ask for help on our Forum.
5. Contributing
We welcome contributions of all kinds from anyone.
Using the bug tracker Talend bugtracker is the best channel for bug reports, feature requests and submitting pull requests.
Build
- All project are maven based.
- A parent pom builds the web-app and its dependencies.
- See each module (e.g. dataprep-dataset) for specific build instructions.
IDE setup
Java Formatting
See formatting instructions in tools
Copyright
Enable the Copyright plugin, extract the IDEs/intellij/copyright.tar.gz, import it through the Preferences panel Editor > Copyright > Copyright Profiles
and define it as Default project copyright
6. License
Copyright (c) 2006-2016 Talend
Licensed under the Apache Licence v2