C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
Managing MetadataIn this section, we will understand how we are managing the Metadata in the Talend studio for a data integration platform. The Metadata folder is used to store the reusable information on Files, databases, or the systems, which is needed to create our jobs in data integration Talend studio. This section includes the process of creating and managing the multiple Metadata items in the Repository panel, which can be used in all our job designing. Go to the Repository panel, and click on the Metadata, as we can see in the below image: In Metadata, we can set up the following connection in the data integration Talend Studio:
We will learn mostly used Metadata connections and schemas to give you a complete understanding of managing the Metadata in Talend studio for a data integration platform. Db ConnectionWe must be reading and writing data or both with the help of Databases. Talend studio provides a database components to do these tasks. In Talend studio's Metadata section, we can connect various types of databases like MySQL, JDBC, SAS, Oracle, SAP Hana, Hive, Teradata, Redshift, Amazon Aurora, Microsoft SQL Server, and so on. File SchemasTo read and write data into the delimited Files, we have different File schemas like File Delimited, Excel, XML, Positional, Regex, LDIF, and JSON with having different components in Repository's Metadata, which we can use while creating a Job in Talend studio.
LDAPLDAP stands for Lightweight Directory Access Protocol that is used to access and manage the directory information, and also reads and edits the directories over the IP networks. Azure StorageAzure Storage is a service, which allows us to create a disk in the Disk storage for our virtual machine. The disk can be accessed from one virtual machine only. MarketoIt is a marketing automation software based on SaaS. It is made to help the companies to automate and measure marketing engagement, tasks, and workflows. We can also connect multiple data sources in the Repository's Metadata in Talend Studio, and we can explore many characteristics of our data sources. Talend allows us to use these data sources in our jobs, by dragging an object from the Repository panel to the design workspace window. SnowflakeThe Snowflake is used to store and analyze the data with the help of cloud-based hardware and software. And it is the only data platform built for the cloud where we can store all our data. Generic schemasIf none of the specific Metadata matches our need or if we do not have any source File to take the schema form, we can create a generic schema in the Talend studio. And it is used where we do not want to limit the usage of schemas, which is related to any File type or database. Talend MDMThe Talend MDM is used to combine the real-time data, applications, and integration processes with the embedded data quality to share across on-premises, cloud, and mobile apps. Web ServiceThe data integration's Talend studio allows many components to call multiple types of web services like tWebServiceInput, tWebservice [advanced component based on tWebServiceInput], tSOAP [for SOAP Web services] and tREST [for REST Web services]. FTPFTP stands for File Transfer Protocol that is used to transfer the computer Files between the client and the server on the computer network.
Next TopicDB Connection
|