Thanks to visit codestin.com
Credit goes to github.com

Skip to content

scottdef/mmetl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.6%
  • Makefile 2.4%