Skip to content

Schema file for ClickHouse not available #125

Description

@mpfuster

On page https://github.com/ClickHouse/pg_stat_ch/blob/main/docs/guides/clickhouse.md we provide a schema to apply to ClickHouse to use the pg_stat_ch extension:

For production, apply the schema directly to your ClickHouse instance:

clickhouse-client < docker/init/00-schema.sql
The schema file (docker/init/00-schema.sql) is the single source of truth. It creates:

The pg_stat_ch database
The events_raw table with all columns
Four materialized views for common analytics

However the schema file cannot be found, it returns 404.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions