Integration & APIs
Overview
Overview of Datazone Integration and API capabilities
Integration & APIs Overview
Datazone provides multiple ways to integrate with your existing data infrastructure and applications. This section covers the various integration methods and APIs available to interact with Datazone.
Available Integration Methods
1. REST API
The Datazone REST API provides programmatic access to all platform functionality, allowing you to:
- Manage data sources and extracts
- Control pipeline executions
- Access metadata and lineage information
- Retrieve data from datasets
- Manage users and permissions
2. ODBC/JDBC Connections
Direct database-style connections to Datazone enable:
- Query data using standard SQL
- Integration with BI tools
- Real-time data access
3. Authentication
Secure access to Datazone APIs through:
- API key authentication
- Token-based authentication
- Role-based access control
Getting Started
- Review the authentication documentation to set up secure access
- Choose the appropriate integration method for your use case
- Follow the specific guides for your chosen integration method
- Test your integration using the provided examples
Integration Use Cases
Data Analysis Tools
- Connect Tableau, Power BI, or other BI tools
- Use ODBC/JDBC for direct SQL access
- Leverage REST API for custom analytics applications
Automation
- Schedule data extractions via API
- Automate pipeline operations
- Integrate with workflow tools
Custom Applications
- Build custom data applications
- Embed Datazone functionality
- Create specialized data interfaces
Next Steps
- Review the authentication documentation to get started
- Explore the REST API reference
- Set up your first ODBC/JDBC connection