icelander / mmetl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mmetl

The Mattermost ETL is a tool to transform an export file from a given set of providers into a Mattermost compatible export file.

Installation

To install the project in your $GOPATH, just run:

go get -u github.com/mattermost/mmetl

Usage

The tool is self documented, so you can run it with with the --help flag and it will print the available subcommands and the options for the current command:

$ mmetl --help
ETL tool to transform the export files from different providers to be compatible with Mattermost.

Usage:
  mmetl [command]

Available Commands:
  check       Checks the integrity of export files.
  help        Help about any command
  transform   Transforms export files into Mattermost import files

Flags:
  -h, --help   help for mmetl

Use "mmetl [command] --help" for more information about a command.

About


Languages

Language:Go 96.5%Language:Makefile 3.5%