Getting Started
A step-by-step guide for IT admins, analysts, and non-technical users.
1. Get API Client ID and Secret
Steps:
2. Install DAP CLI on Your Computer
For Mac:
xcode-select --installpython3 --versionpip3 --versionpip3 install "instructure-dap-client[postgresql]"
For Windows:
3. Store Client Credentials in Environment Variables
MacOS/Linux:
Windows:
4. Work with Databases
Connection String Format:
Example for PostgreSQL:
Store Connection String in Environment Variables
MacOS/Linux:
Windows:
Obtain a Full Snapshot of a Table
Command:
Synchronize Data with a Table
Command:
Changing the Temporary Storage Location
5. Export Data
Snapshot Export
Command:
Incremental Export
Command:
Related Resources
Last updated