# Delta Sharing ## Docs - [Read Change Data Feed](https://mintlify.wiki/delta-io/delta-sharing/api/change-data-feed.md): Query row-level changes between table versions - [Generate Temporary Table Credential](https://mintlify.wiki/delta-io/delta-sharing/api/generate-credentials.md): Generate temporary cloud credentials for directory-based table access - [Get Share](https://mintlify.wiki/delta-io/delta-sharing/api/get-share.md): Retrieve metadata for a specific share - [List All Tables](https://mintlify.wiki/delta-io/delta-sharing/api/list-all-tables.md): List all tables across all schemas in a share - [List Schemas](https://mintlify.wiki/delta-io/delta-sharing/api/list-schemas.md): List all schemas within a share - [List Shares](https://mintlify.wiki/delta-io/delta-sharing/api/list-shares.md): Retrieve all shares accessible to a recipient - [List Tables](https://mintlify.wiki/delta-io/delta-sharing/api/list-tables.md): List all tables within a schema - [Query Table Data](https://mintlify.wiki/delta-io/delta-sharing/api/query-table.md): Read data from a shared Delta table - [Query Table Metadata](https://mintlify.wiki/delta-io/delta-sharing/api/table-metadata.md): Retrieve table schema and metadata information - [Community Connectors](https://mintlify.wiki/delta-io/delta-sharing/community/connectors.md): Comprehensive list of community-built Delta Sharing connectors across programming languages and platforms - [Community Ecosystem](https://mintlify.wiki/delta-io/delta-sharing/community/overview.md): Learn about the Delta Sharing community ecosystem and how to build your own connector - [Access Modes](https://mintlify.wiki/delta-io/delta-sharing/concepts/access-modes.md): Understanding URL-based and directory-based access patterns in Delta Sharing - [Profile Files](https://mintlify.wiki/delta-io/delta-sharing/concepts/profile-files.md): Configure recipient access to Delta Sharing servers using profile files - [Protocol Overview](https://mintlify.wiki/delta-io/delta-sharing/concepts/protocol-overview.md): Understanding the Delta Sharing REST protocol, authentication, and data flow - [Shares, Schemas, and Tables](https://mintlify.wiki/delta-io/delta-sharing/concepts/shares-schemas-tables.md): Understanding the hierarchical data model in Delta Sharing - [Building from Source](https://mintlify.wiki/delta-io/delta-sharing/guides/building.md): Learn how to build Delta Sharing components from source including the Python connector, Spark connector, and reference server - [Contributing](https://mintlify.wiki/delta-io/delta-sharing/guides/contributing.md): Learn how to contribute to Delta Sharing - from reporting issues to submitting pull requests - [Performance Optimization](https://mintlify.wiki/delta-io/delta-sharing/guides/performance.md): Optimize Delta Sharing performance with best practices for large datasets, batch processing, and query efficiency - [Security Best Practices](https://mintlify.wiki/delta-io/delta-sharing/guides/security.md): Secure your Delta Sharing implementation with authentication, encryption, and access controls - [Testing](https://mintlify.wiki/delta-io/delta-sharing/guides/testing.md): Run comprehensive tests for Delta Sharing Python connector, Spark connector, and server components - [Troubleshooting Guide](https://mintlify.wiki/delta-io/delta-sharing/guides/troubleshooting.md): Common issues and solutions for Delta Sharing installations and operations - [Introduction to Delta Sharing](https://mintlify.wiki/delta-io/delta-sharing/introduction.md): Learn about Delta Sharing, an open protocol for secure real-time exchange of large datasets - [Data Filtering](https://mintlify.wiki/delta-io/delta-sharing/protocol/filtering.md): Learn how to filter shared data using SQL expressions and JSON predicates - [Protocol Overview](https://mintlify.wiki/delta-io/delta-sharing/protocol/overview.md): Learn about Delta Sharing protocol concepts, core entities, and authentication - [Response Format](https://mintlify.wiki/delta-io/delta-sharing/protocol/response-format.md): Detailed specification of Delta Sharing API response formats - [REST APIs](https://mintlify.wiki/delta-io/delta-sharing/protocol/rest-apis.md): Complete reference for Delta Sharing REST API endpoints - [Advanced Usage](https://mintlify.wiki/delta-io/delta-sharing/python/advanced-usage.md): Advanced features and optimization techniques for the Python Connector - [API Reference](https://mintlify.wiki/delta-io/delta-sharing/python/api-reference.md): Complete Python API reference for Delta Sharing - [Installation](https://mintlify.wiki/delta-io/delta-sharing/python/installation.md): Install the Delta Sharing Python Connector - [Quick Start](https://mintlify.wiki/delta-io/delta-sharing/python/quickstart.md): Get started with the Delta Sharing Python Connector - [Quickstart](https://mintlify.wiki/delta-io/delta-sharing/quickstart.md): Get started with Delta Sharing in minutes - install, connect, and query shared data - [Authorization & Security](https://mintlify.wiki/delta-io/delta-sharing/server/authorization.md): Secure your Delta Sharing server with bearer tokens and JWT authentication - [Cloud Storage Authentication](https://mintlify.wiki/delta-io/delta-sharing/server/cloud-storage.md): Configure authentication for S3, Azure, GCS, and Cloudflare R2 - [Server Configuration](https://mintlify.wiki/delta-io/delta-sharing/server/configuration.md): Configure shares, schemas, tables, and server settings - [Docker Deployment](https://mintlify.wiki/delta-io/delta-sharing/server/docker.md): Run the Delta Sharing Reference Server using Docker - [Installing the Reference Server](https://mintlify.wiki/delta-io/delta-sharing/server/installation.md): Download and install the Delta Sharing Reference Server - [Delta Sharing Reference Server](https://mintlify.wiki/delta-io/delta-sharing/server/overview.md): A reference implementation server for the Delta Sharing Protocol - [Change Data Feed](https://mintlify.wiki/delta-io/delta-sharing/spark/change-data-feed.md): Query table changes over time using Change Data Feed (CDF) in Delta Sharing - [Installation](https://mintlify.wiki/delta-io/delta-sharing/spark/installation.md): Set up the Apache Spark Connector for Delta Sharing - [Quick Start](https://mintlify.wiki/delta-io/delta-sharing/spark/quickstart.md): Get started with the Apache Spark Connector in minutes - [SQL Usage](https://mintlify.wiki/delta-io/delta-sharing/spark/sql-usage.md): Query Delta Sharing tables using SQL syntax in Apache Spark - [Streaming](https://mintlify.wiki/delta-io/delta-sharing/spark/streaming.md): Use Delta Sharing tables as streaming sources in Spark Structured Streaming