mbarre / schemacrawler-csv-plugin

Schemacrawler plugin that exports lint reports as csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Dependency Status

schemacrawler-plugin-dashboard

Schemacrawler additional command (ie. plugin) that exports lint reports as a set of precompiled and aggregated csv, then provides a ready to use Html dashboard compiled from a R, thanks to a flexdashbaord.

Just run the dashboard command, provide an output directory and take a look the newly created index.html.

Prerequisites

Proprer schemacrawler install R runtime installed the schemacrawler-plugin-dashboard jar in schemacrawler lib dir.

Install

Drop the jar in $SCHEMACRAWLER_HOME/lib and you're done.

Usage

Assuming you have a properly setup schemacrawler environment within schemacrawler.config.properties

schemacrawler -c=dashboard

or

schemacrawler -c=dashboard -outputdir=my_output_dir

Output samples

About

Schemacrawler plugin that exports lint reports as csv


Languages

Language:Java 99.6%Language:R 0.4%