> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-postgresql-tls-support.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Page listing various useful ClickHouse tools and utilities.

# List of tools and utilities

<CardGroup cols={2}>
  <Card title="clickhouse_backupview" href="/concepts/features/tools-and-utilities/backupview">
    A python module to analyze ClickHouse backups.
  </Card>

  <Card title="clickhouse-benchmark" href="/concepts/features/tools-and-utilities/clickhouse-benchmark">
    Loads server with the custom queries and settings.
  </Card>

  <Card title="clickhouse-compressor" href="/concepts/features/tools-and-utilities/clickhouse-compressor">
    Compresses and decompresses data.
  </Card>

  <Card title="clickhouse-disks" href="/concepts/features/tools-and-utilities/clickhouse-disks">
    Provides filesystem-like operations on files among different ClickHouse disks.
  </Card>

  <Card title="clickhouse-format" href="/concepts/features/tools-and-utilities/clickhouse-format">
    Enables formatting input queries.
  </Card>

  <Card title="clickhouse-keeper-client" href="/concepts/features/tools-and-utilities/clickhouse-keeper-client">
    A client application to interact with ClickHouse Keeper.
  </Card>

  <Card title="Keeper HTTP API" href="/concepts/features/tools-and-utilities/clickhouse-keeper-http-api">
    HTTP API and embedded dashboard for ClickHouse Keeper.
  </Card>

  <Card title="clickhouse-local" href="/concepts/features/tools-and-utilities/clickhouse-local">
    Allows running SQL queries on data without starting the ClickHouse server, similar to how `awk` does this.
  </Card>

  <Card title="clickhouse-obfuscator" href="/concepts/features/tools-and-utilities/clickhouse-obfuscator">
    Obfuscates data.
  </Card>

  <Card title="clickhouse-odbc-bridge" href="/concepts/features/tools-and-utilities/odbc-bridge">
    A proxy server for ODBC driver.
  </Card>

  <Card title="clickhouse-static-files-disk-uploader" href="/concepts/features/tools-and-utilities/static-files-disk-uploader">
    Prepares a data directory for a table backed by the `web` disk.
  </Card>
</CardGroup>
