SSIS Dashboard v0.4
Posted
by Davide Mauri
on SQL Blog
See other posts from SQL Blog
or by Davide Mauri
Published on Tue, 19 Aug 2014 13:29:24 GMT
Indexed on
2014/08/19
16:25 UTC
Read the original article
Hit count: 386
Following the post on SSISDB script on Gist, I’ve been working on a HTML5 SSIS Dashboard, in order to have a nice looking, user friendly and, most of all, useful, SSIS Dashboard.
Since this is a “spare-time” project, I’ve decided to develop it using Python since it’s THE data language (R aside), it’s a beautiful & powerful, well established and well documented and with a rich ecosystem around.
Plus it has full support in Visual Studio, through the amazing Python Tools For Visual Studio plugin,
I decided also to use Flask, a very good micro-framework to create websites, and use the SB Admin 2.0 Bootstrap admin template, since I’m all but a Web Designer.
The result is here:
https://github.com/yorek/ssis-dashboard
and I can say I’m pretty satisfied with the work done so far (I’ve worked on it for probably less than 24 hours). Though there’s some features I’d like to add in t future (historical execution time, some charts, connection with AzureML to do prediction on expected execution times) it’s already usable. Of course I’ve tested it only on my development machine, so check twice before putting it in production but, give the fact that, virtually, there is not installation needed (you only need to install Python), and that all queries are based on standard SSISDB objects, I expect no big problems.
If you want to test, contribute and/or give feedback please fell free to do it…I would really love to see this little project become a community project!
Enjoy!
© SQL Blog or respective owner