Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yorek/ssis-dashboard
- Owner: yorek
- License: apache-2.0
- Created: 2014-08-14T13:42:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T20:56:42.000Z (over 5 years ago)
- Last Synced: 2024-12-07T05:50:27.983Z (15 days ago)
- Topics: bootstrap, dashboard, flask, integration-services, python, sql-server, ssis, ssis-dashboard
- Language: JavaScript
- Homepage: http://ssis-dashboard.azurewebsites.net/
- Size: 12.7 MB
- Stars: 257
- Watchers: 44
- Forks: 103
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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