> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tape.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

Each guide below connects one tool to Tapedrive, from configuration to a first check that it worked.

| Tool                                                     | Use it for                                                                                                          |
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| [Git](/tools/git)                                        | Clone and push repositories with ordinary Git commands and `tape://` addresses.                                     |
| [AWS CLI and boto3](/tools/quickstarts/aws-cli)          | Copy, list and presign objects from a shell or a Python script.                                                     |
| [Rclone](/tools/quickstarts/rclone)                      | Sync a folder to a bucket and check it.                                                                             |
| [MinIO Client](/tools/quickstarts/mc)                    | Mirror a directory to a bucket with `mc`.                                                                           |
| [DuckDB](/tools/quickstarts/duckdb)                      | Query Parquet and CSV objects in place and write results back.                                                      |
| [Litestream](/tools/quickstarts/litestream)              | Replicate a SQLite database to a bucket and restore it.                                                             |
| [MLflow](/tools/quickstarts/mlflow)                      | Store run artifacts in a bucket.                                                                                    |
| [ClickHouse](/tools/quickstarts/clickhouse)              | Query objects with the s3 table function, or keep a table on an S3 disk.                                            |
| [Hosting a Static Site](/tools/hosting)                  | Upload a built website with the CLI and serve it at your own domain. Covers Astro, single-page apps and Cloudflare. |
| [Write from a Solana Program](/tools/quickstarts/solana) | Store data from your own program. Two complete examples with full code.                                             |

A bucket is a tape that has delegated writes to the gateway. Refer to it by its lowercase label, which `tape create` and `tape info` print. The S3 pages share one set of placeholders: `https://s3.example.com` for the endpoint, `TAPE4Q7ZK2M9XH3PD8AW` and its secret for the credential, `my-bucket` for the bucket, `solana` for the region. The gateway ignores the region, so any label works.
