From ab0a8e47fdc17465e995fd0c334e7f7b2f89af1e Mon Sep 17 00:00:00 2001 From: Michael DeBonis Date: Mon, 26 Jun 2017 21:11:47 -0500 Subject: [PATCH] Updating readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6b35c2..036d59f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Mattermost ETL [![CircleCI](https://circleci.com/gh/Brightscout/mattermost-etl.svg?style=shield&circle-token=3e834193f471812ea72217332aa0f5ff36825afe)](https://circleci.com/gh/Brightscout/mattermost-etl) [![Code Climate](https://codeclimate.com/github/Brightscout/mattermost-etl/badges/gpa.svg)](https://codeclimate.com/github/Brightscout/mattermost-etl) [![Test Coverage](https://codeclimate.com/github/Brightscout/mattermost-etl/badges/coverage.svg)](https://codeclimate.com/github/Brightscout/mattermost-etl/coverage) -An ETL framework to migrate data from Jabber to Mattermost. Eventually, we'll enhance this project to support migration from other messaging sources. +An ETL framework to migrate data from Jabber to Mattermost. This utility exports data from an source Jabber database and generates a [Mattermost Bulk Loading](https://docs.mattermost.com/deployment/bulk-loading.html) import file. Eventually, we'll enhance this project to support migration from other messaging sources. + -This node project exports data from an existing Jabber database and generates a [Mattermost Bulk Loading](https://docs.mattermost.com/deployment/bulk-loading.html) import file. ## Install