Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mage.ai/llms.txt

Use this file to discover all available pages before exploring further.

This doc talks about how to add a new source or destination to the streaming pipeline.

Prerequisites

Follow this doc to set up the development environment for Mage.

Add a new source

Example PR for adding a source: https://github.com/mage-ai/mage-ai/pull/1953

Add a new destination (sink)

Example PR for adding a sink: https://github.com/mage-ai/mage-ai/pull/2121