Documentation Index
Fetch the complete documentation index at: https://docs.blockdb.io/llms.txt
Use this file to discover all available pages before exploring further.
Delivery Matrix
| Channel | Description | Status | Notes |
|---|---|---|---|
| API | REST access per dataset ID (/api-reference) | ✅ Supported | Ideal for filtered pulls and low-latency queries. See API intro. |
| SFTP | Managed SFTP drops with nightly dataset snapshots | 🟡 Beta | Includes archived data and schema manifests. See SFTP quickstart. |
| WSS | Real-time event stream (<150 ms latency) | 🟡 Beta | Provides live updates for subscribers. See WSS reference. |
| MCP | Machine-to-Machine protocol for AI Agents | 🔵 In Development | Enables autonomous agent data retrieval and reasoning. |
| Amazon Redshift | Data sharing via Redshift Serverless | ✅ On Request | See Redshift Share. |
| Azure Blob Storage | ADLS Gen2 integration via service principal | ✅ On Request | See Azure Blob. |
| Snowflake Share | Secure Data Share to your Snowflake account | ✅ On Request | See Snowflake Share. |
| Google BigQuery | Authorized view or transfer service | ✅ On Request | See BigQuery. |
| Amazon S3 | Cross-region replication into customer-owned buckets | ✅ On Request | See S3. |
| Databricks Delta Share | Native Delta Sharing tables | ✅ On Request | See Delta Share. |
Most customers combine the API (for ad-hoc lookups) with one or more bulk delivery channels for analytics and archival needs.
Use the
Use the
_tracing_id column to reconcile records consistently across delivery channels.Choosing a channel
- Real-time pipelines → API / WSS
- Historical backfills → SFTP / S3 / Azure Blob
- Analytics at scale → Snowflake / Redshift / BigQuery / Delta Share