#
Unify Data
Logo
Create your first Data Pipeline
Logo
Set up the Source & Destination

Set up the Source & Destination

Logo

5 mins READ

Overview

To create a data pipeline, you need to set up the source and destination of your data pipeline.

Setting up the source involves configuring secure connections, providing necessary authentication details, and ensuring access to the relevant data. 

Image
Image

Similarly, setting up the destination requires configuring the connection and ensuring that the data can be accurately transferred and stored in the desired format.

Proper configuration and testing of these connections are important to maintain data integrity and accuracy throughout the entire pipeline.

Set up the Source

This is where your data originates. It could be a database, cloud service, API, or even flat files.

To create a source connection, follow these steps -  

  1. Navigate to the "Source & Destination" tab in the UnifyData interface.

  2. Click on "Add Source".

    Image
    Image

  3. Choose one of two options:

    • Select from existing connections

    • Add a new source

      Image
      Image
  4. If adding a new source, select a connection type from the list of supported databases or services.

  5. Click "Next" to proceed to the Authentication form.

    Image
    Image
  6. For example, for MSSQL, fill in the required details in the Authentication form. This typically includes:

    • Server address or endpoint URL

    • Port number

    • Username

    • Password

    • Database name (if applicable)

      Image
      Image
  7. Click the "Create" button to validate the connection.

  8. If the validation fails, review the error message, make necessary corrections, and click "Create" again.

Set up the Destination

This is where your data will end up after being processed. It could be another database, a data warehouse, or a business intelligence tool.

After setting up your source, follow these steps to set up your destination:

  1. In the same "Source & Destination" tab, click on "Add Destination".

  2. Choose to either select from existing connections or add a new destination.

  3. If adding a new destination, select from the list of supported connection types.

  4. Click "Next" to proceed to the Authentication form.

    Image
    Image

  5. Fill in the required details in the Authentication form.

  6. Click the "Create" button to validate the connection.

  7. If validation fails, review the error message, make necessary corrections, and retry.

Thumbnail

Tip

Do add an appropriate name for your source and destination connection since you can use the same connections in multiple data pipelines.

FAQs

What types of data sources can I connect to in UnifyData?

You can connect to different types of data sources:

  • Databases (e.g., Oracle, MySQL, SQL Server)

  • Cloud storage services (e.g., Amazon S3, Google Cloud Storage)

  • APIs

  • Other data repositories

How do I ensure the security of my data connections?

To ensure the security of your data connections,

  • UnifyData uses encryption protocols for data in transit and at rest

  • Provide authentication credentials (API keys, usernames, passwords, etc.)

  • Regularly update credentials

  • Use strong authentication methods

What should I do if my data connection fails?

If your data connection fails, 

  1. First verify that the connection details (such as server address, port, authentication credentials) are correct and up-to-date. 

  2. Ensure that network settings and firewall rules allow communication between UnifyData and the data source.

  3.  If the issue persists, check for any error messages or logs provided by UnifyData for further insights and consult the platform's support documentation or contact technical support for assistance.