Read from Database Sources
Database Read Components connect to relational databases and extract data for your pipelines. They support various databases and offer features like incremental loading, CDC (Change Data Capture), and flexible querying to efficiently bring data into your Data Plane.
Before you beginโ
- Ensure you have an Ascend Project and Workspace
- Set up the appropriate database Connection for your source
Database Read guidesโ
๐ฌ MySQL
Read data from MySQL databases with support for incremental loading and CDC
๐ PostgreSQL
Connect to PostgreSQL databases and extract data incrementally
๐ข Microsoft SQL Server
Read from SQL Server databases with incremental and CDC capabilities
๐ถ Oracle
Extract data from Oracle databases with incremental loading support
Next stepsโ
After setting up database reads:
- ๐ Transform your data with SQL or Python
- ๐ค Write data to destinations
- ๐งช Add data tests to validate data quality
- ๐ Set up Automations to schedule regular extractions