Skip to content

Zoho CRM ETL

This ETL process extracts data from the Zoho CRM api and sends it to the warehouse (redshift).

Architecture

  • Prepare

    The ETL request export data on batch jobs through the zoho API. It saves the job id on redshift for future retrieval. Job is triggered by an schedule; local execution can be done with:

    Terminal window
    m . /observes/etl/zoho-crm/fluid
  • Core

    This is the core ETL process which downloads the results of the previously requested data.

    Terminal window
    m . /observes/etl/zoho-crm/fluid/prepare