Home
Softono
ssis-dashboard

ssis-dashboard

Open source Apache-2.0 JavaScript
259
Stars
100
Forks
9
Issues
39
Watchers
7 years
Last Commit

About ssis-dashboard

SQL Server Integration Services Dashboard v 0.6.8 Beta ========================================= The purpose of this project is to provide a web-based, user-friendly, useful and nice looking SQL Server Integration Services Dashboard and a set of REST API to monitor execution of SQL Server Integration Services Packages. ![Sample Screenshot](https://cloud.githubusercontent.com/assets/2612362/4003128/76e6869e-2973-11e4-9629-2bf45acd1141.png) ## Supported Environments * SQL Server 2012 * SQL Server 2014 * SQL Server 2016 * SQL Server 2017 * SSIS on Azure Data Factory V2 (https://docs.microsoft.com/en-us/azure/data-factory/) ## Documentation * [Install, Configure & Run](docs/installation.md) * [Install, Configure & Run on Docker](docs/docker-support.md) * [Release Notes](docs/release-notes.md) * [Roadmap](docs/roadmap.md) ## Used Platforms & Tools SSIS Dashboard has been built using: * Python 3.6: https://www.python.org/ * Flask 0.12.2: http://flask.pocoo.org/ * PyODBC 4.0.17: https://github.com/mk ...

Platforms

Web Self-hosted

Languages

JavaScript

SQL Server Integration Services Dashboard v 0.6.8 Beta

The purpose of this project is to provide a web-based, user-friendly, useful and nice looking SQL Server Integration Services Dashboard and a set of REST API to monitor execution of SQL Server Integration Services Packages.

Sample Screenshot

Supported Environments

Documentation

Used Platforms & Tools

SSIS Dashboard has been built using:

The IDE used to build the project is Visual Studio 2017 (that's why you can see the runserver.py file), though now I'm also using Visual Studio Code