Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yorek/ssis-dashboard

HTML5 SQL Server Integration Services Dashboard
https://github.com/yorek/ssis-dashboard

bootstrap dashboard flask integration-services python sql-server ssis ssis-dashboard

Last synced: 4 days ago
JSON representation

HTML5 SQL Server Integration Services Dashboard

Awesome Lists containing this project

README

        

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/mkleehammer/pyodbc
* SB Admin 2 Template: http://startbootstrap.com/template-overviews/sb-admin-2/

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