Giter Site home page Giter Site logo

bkwart / ssis-dashboard Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yorek/ssis-dashboard

0.0 2.0 0.0 1.11 MB

HTML5 SQL Server Integration Services Dashboard

Home Page: http://ssis-dashboard.azurewebsites.net/

License: Apache License 2.0

Python 1.61% PLSQL 0.51% CSS 14.57% JavaScript 78.22% HTML 5.10%

ssis-dashboard's Introduction

SQL Server Integration Services Dashboard v 0.6.1 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.

An online working demo version is available here: http://ssis-dashboard.azurewebsites.net/

Sample Screenshot

Installation procedure is here: https://github.com/yorek/ssis-dashboard#installation-procedure

##Release Notes

###v 0.6.1 Beta

  • Updated Morris.js to v 0.5.1
  • Updated MetisMenu to v 1.1.1
  • Added information on "Child" Packages
  • Added more detail to the "Package Execution History" page. Also added an estimated end time / elapsed time for running packages, using a moving average of 7 steps.
  • Added navigation sidebar in the main page that shows available folders and projects
  • Added support for folders and project filtering
  • Changed configuration file in order to comply with Python/Flask standards
  • Cleaned Up code in order to follow Python best pratices (still a lot to do :))

###v 0.5.2 Beta

Added support for "*" wildcard in project names. Now you can filter a specific project name using an url like:

http://<yourserver>/project/MyPro*

Added initial support for Package Execution History. Just click on a package name and you'll see its latest 15 executions

###v 0.4 Beta

First public release

##Current Release

In the current release, no REST interface has been implemented yet. Priority has been put to the web interface. From the web interface the page with detailed and historical information on a single package is still missing.

##Supported Environments

  • SQL Server 2012
  • SQL Server 2014

##Roadmap

##v 1.0

  • HTML5, Bootstrap-Based, Web Interface, directly querying database
  • REST API

##v 1.1

  • Change Web Interface to use JQuery to invoke REST APIs to get data from DB.
  • Remove any direct query to the database from the website dashboard

##Platforms & Tools

SSIS Dashboard has been built using:

The IDE used is the phenomenal Visual Studio 2013 with the Python addin "Python Tools For Visual Studio"

https://pytools.codeplex.com/

##Installation Procedure

###Install Python Download Python 2.7.5 and install using default options from https://www.python.org/ website. At the end of the installation process you'll have a C:\Python27 folder

###Install PIP Download and install the pip, one of the most used Python package managers. First of all the "get-pip.py" script has to be downloaded. It can be done using PowerShell

Invoke-WebRequest -Uri https://bootstrap.pypa.io/get-pip.py -OutFile C:\Python27\get-pip.py

or curl or wget it fouy prefer (both are aliases for the above PowerShell command, if you don't really want to also install one of them) Once downloaded, just run it:

cd c:\Python27
python get-pip.py

Done. If you want more detailed installation instruction, please refer to pip's main documentation: http://pip.readthedocs.org/en/latest/installing.html#install-pip

###Install PyODBC Download PyODBC 3.0.7 (pyodbc-3.0.7.win32-py2.7.exe) from

https://code.google.com/p/pyodbc/downloads/list

and install it using the default options.

###Get SSIS Dashboard Files Get the SSIS Dashboard source files from GitHub

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

For example store them into

c:\ssis-dashboard

folder.

###Configure SSIS Dashboard All you have to do put the correct connection string in the

config.py 

file. That's it.

###Install Requirements In order for SSIS Dashboard to run, the micro-framework Flask has to be installed. It's easy as doing this

cd c:\ssis-dashboard
c:\python27\Scripts\pip.exe install -r requirements.txt

provided that you downloaded the SSIS Dashboard source files into a directory named ssis-dashboard in the C: drive

###Run SSIS Dashboard After pip has finished its work, it's time to run the web app. Again it's as easy as doing this:

cd c:\ssis-dashboard
c:\Python27\python.exe app.py

now you can open your preferred browser and point to

http://locahost:5555/

and voilà, SSIS Dashboard running for you.

If you want to be able to access the dashboard also from a different address than "localhost", you just have to set the SERVER_HOST environment variable, before running the app:

set SERVER_HOST=myserver.domain.name
cd c:\ssis-dashboard
c:\Python27\python.exe app.py

ssis-dashboard's People

Contributors

yorek avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.