
Several links to learn more about Spatial Data Integrator
Enjoy Spatial Data Integrator release!
Cedric
I’m pleased to announce the release of Spatial Data Integrator powered by Talend.
This version contains all the features of Talend Open Studio 2.2.1 and specific geospatial components.
Please download Spatial Data Integrator 2.2.1, test it, read the documentation, go through the wiki. You can also post on our forum, suggest new features, log bugs or features requests on our Bugtracker, read technical documentations on our Wiki… join the Spatial Data Integrator open source community.
Several links to learn more about Spatial Data Integrator Enjoy Spatial Data Integrator release! Cedric In this post, we will discover Slowly Changing Dimension in Talend Open Studio. First, What is SCD?
Now, an example For this example, we use a simple table client.
The SCD table client_scd we use to track modifications of clients over time is:
Note that columns start_date and end_date are not needed if SCD type 2 is not used. The Use case We insert two records in client table, with a mispelling in Robert’s name.
Now, we update client_scd table (let’s say we are July 1st). Since field id of each record in client table has no matching id (source key) in client_scd table, each record of client table is inserted in client_scd. start_date receive current date (ie when the records were inserted in SCD table).
Let’s imagine Robert moves to LA. The updated client table would look like this:
When SCD table is updated (we are July 5th), there is already an existing source key in client_scd matching id of each record in client table. Bill has not been modified, so his record is not updated in SCD table. Robert has moved to LA, and city column is managed with SCD Type 2, so a new record will be inserted in SCD table. start_date of the new record will receive current date, so will end_date.
Now, let’s imagine the mispelling on Robert’s name is corrected. The client table looks like:
When SCD table is updated (July 10th), Robert’s record has changed. Because name is managed as SCD Type 1, all records matching source key of Robert will be updated, without tracking modifications.
Talend SCD components Now, let’s see how SCD rules are implemented in tOracleSCD / tMysqlSCD / tDB2SCD / tIngresSCD / tMSSQLSCD / tSybaseSCD components. SCD Component - General settings Standard database connection parameters
![]() Figure 1: ToracleSCD properties, part 1
SCD Component - SCD Type 1
Figure 2: ToracleSCD properties, part 2 If you want to use SCD type 1, check the box, and add input fields which should be managed with SCD type 1. SCD Component - SCD Type 2 ![]() Figure 3: ToracleSCD properties, part 3
If you want to use SCD type 2, check the box, and add input fields which should be managed with SCD type 2. You must set start and end dates fields (used when new records are inserted in SCD table). Additionnaly, SCD component provides two options for SCD type 2 rules.
scd_client table of our last example would look like:
scd_client table of our last example would look like:
Job example Here is a job example (use case we have seen before) : we read records from a source table, and update a SCD table with these records. ![]() Others features
Talend SCD component provides others interesting features like SurogateKey generation (thanks a talendRoutine, a sequence, an autocrement field, an input field or a table Max +1) and SCD type 3 fields (save the old value on a specific field).
Enjoy SCD component! Dear Talend user, 3 weeks after the General Availability of Talend Open Studio 2.2.0, a new release called TOS 2.2.1 is available at http://www.talend.com/download.php. - 0002337: [metadata wizards] LDAP Wizard password are mandatory (mhirt) Dear Talend Community Member, We are proud to inform you that Talend Open Studio 2.2.0 Release Candidate is now available. This version contains all the features of Talend Open Studio 2.2.0 and we need you to track all problems that might exist in your Open Source data integration tool, before its release. What’s new in this version? The numerous new features of Talend Open Studio 2.2.0 include:
Talend Open Studio is now based on the latest Eclipse version (3.3), you can benefit from all the improvements of this new framework (including support for Windows Vista). We have also integrated new components: Java :
Perl :
Performance of complex jobs have been significantly improved with the passing of data structures as references. Check out this scenario to feel the performance enhancement: http://www.talendforge.org/wiki/doku.php?id=performances:scenario_3. Please download and test this Release Candidate, read the documentation, go through the tutorials, chat with us on the Forum, suggest new features and report bugs on our Bugtracker, check out our technical documentations on the Wiki… Joining the Talend community is the best way to influence the progress of your preferred data integration solution! The download is available at www.talend.com/download.php (http://www.talend.com/download.php). Thanks again for your support and your involvement! The Talend Team Accompanied by the OSEO anvar and the Regional Council of “Pays de la Loire”, BlueXML installs a technical platform to develop software bricks leading to the constitution of a CRM & open ERP source full Web, Openbluelab. This Open source project provides lots of functional modules : Intranet/Extranet, CRM, Pay management, Portal, … Technically they use Cocoon for Xml application server, and UML editors plugins from Eclipse community. Openbluelab gives to users possibility to develop in a UML view his ERP model. The user creates his own Use case diagram, he can modify Classes diagram. This product is an accelerator of performances : Industrialize the data-processing developments since the phase of design until the phase of deployment.The profit in times of development can go up to 70%. Talend Open Studio would make it possible to migrate the data of the old ERP towards the new ones. Regards. Christophe ANTOINE |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Latest Comments
plegall, Javier Ortiz