Components of ODI Project
An ODI Project is created and managed using the Projects Accordion in the Designer Navigator.
A Project is a collection of the following ODI objects:
An unlimited number of Projects can be created in a Work Repository .
Folders
An ODI Project is created and managed using the Projects Accordion in the Designer Navigator.
A Project is a collection of the following ODI objects:
- Folders
- Packages
- Mappings and Reusable Mappings
- Procedures
- Variables
- Sequences
- User functions
- Knowledge Modules
- Markers.
An unlimited number of Projects can be created in a Work Repository .
Folders
- Packages, Mappings and Procedures can only be created under a folder
- By default, when you create a Project, a folder named “First Folder” is automatically created., you can renamed or delete it.
- Folders can also contain other Folders (Sub-folders).
- Package: a workflow, a sequence of steps organized into an execution diagram
- Mapping: a reusable dataflow. A set of declarative rules that allows the loading of target datastores with data transformed from source datastores.
- Procedure: a reusable component that groups a sequence of operations that can not be done using a mapping.
- Variable: an object that stores a single value. Can be updated at run-time.
- Sequence: a variable automatically incremented when is used.
- User functions: customized functions to be used in mappings and procedures.
- Knowledge Modules: a code template for a given technology that provides a specific task (loading data, reverse-engineering, journalizing).
- A Knowledge Module (KM) is a code template for a specific integration task against a specific technology and implements "how" the integration processes take place