# mattermost-dbt **Repository Path**: mirrors_mattermost/mattermost-dbt ## Basic Information - **Project Name**: mattermost-dbt - **Description**: Tooling for reviewing Mattermost databases - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-08 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mattermost Database Tooling This repository contains tooling for reviewing Mattermost databases with complex configurations. ### Building Before building the `mmdbt` CLI, ensure that you have Go installed and are using a version that is at least as new as the one [referenced here](https://github.com/mattermost/mattermost-dbt/blob/main/go.mod#L3). To build and install `mmdbt` locally: ```bash make install ``` To build `mmdbt` for Linux/AMD64: ```bash make build ``` The `mmdbt` CLI binary will be placed in the root of the `mattermost-dbt` directory. You can export env var `ARCH` to `arm64` or `arm` to build for arm architectures.