Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 728 Bytes

File metadata and controls

19 lines (12 loc) · 728 Bytes

Destinations

A source is a system that you want to load data from and synchronize it into another system. A source can be a 3rd party API, SaaS, database, data warehouse, or a data lake.

Singer spec

Mage uses the data engineering community standard for data integrations called the Singer spec.

In addition, Mage further standardizes the spec and provides common classes and methods to make implementing them easier and faster.

Folder structure

Destinations are defined in the mage_integrations/destinations/ directory.

All destinations should be a subclass of the Destination class defined in mage_integrations/destinations/base.py.