Advanced BIML topics Be a W.I.S.E. A.S.S. Me ! Self-employed BI consultant Author Trainer MCT

Slides:



Advertisements
Similar presentations
Maurice Hendrix, A3H AH2008, 29/07/2008 A meta level for LAG Adaptation Language.
Advertisements

DIGIDOC A web based tool to Manage Documents. System Overview DigiDoc is a web-based customizable, integrated solution for Business Process Management.
Key-word Driven Automation Framework Shiva Kumar Soumya Dalvi May 25, 2007.
DEV392: Extending SharePoint Products And Technologies Through Web Parts And ASP.NET Clint Covington, Program Manager Data And Developer Services - Office.
Business Rules Execution via Managed Stored Procedures A Data-centric Approach Steve Cavanagh, Software Architect, Ramsey County Balaji Thiagarajan, Independent.
Overcoming DITA Content Management Challenges with DITAToo By Amit Siddhartha & Alex Masycheff STC-India Chapter Annual Conference.
Creating Business Workflow Using SharePoint Designer 2007 Presented by Tarek Ghazali IT Technical Specialist Microsoft SQL Server MVP Microsoft SQL Server.
SQL Server Integration Services (SSIS) Presented by Tarek Ghazali IT Technical Specialist Microsoft SQL Server (MVP) Microsoft Certified Technology Specialist.
What’s New in SSIS with SQL 2008 Bret Stateham Training Manager Vortex Learning Solutions blogs.netconnex.com.
Created by the Community for the Community BizTalk & Build.
SEATTLE BI MEETUP BI & BIG FISH April 2 nd, 2014 Emre Motan.
OracleAS Reports Services. Problem Statement To simplify the process of managing, creating and execution of Oracle Reports.
Project Coordinators: Eduardo Santana de Almeida Silvio Romero de Lemos Meira Federal University of Pernambuco Informatics Center Recife Center for Advanced.
Custom Reporting in Blackboard Learn. What happens between clicking run and getting the report? Connect to a data source Where is the information?
DTS Conversion to SSIS Conversion Best Practices Mike Davis
Presented by : Sébastien Lauzon (Finance Canada).
ADAPTING YOUR ETL SOLUTION TO USE SSIS 2012 Presentation by Devin Knight
Advanced Tips And Tricks For Power Query
Sofia Event Center May 2014 Branimir Giurov C# MVP Solution Architect BulPros Consulting Continuous Integration of Sharepoint 2013 Solutions with.
BI Practice March-2006 COGNOS 8BI TOOLS COGNOS 8 Framework Manager TATA CONSULTANCY SERVICES SEEPZ, Mumbai.
The business logic engine for Microsoft IIS Speaker T.M. Arnett.
Learningcomputer.com SQL Server 2008 – Management Studio.
Metadata-driven Automatic Package Creation with Notes from the field.
Easy ETL with Thank you to our AWESOME sponsors!
Easy ETL with Andrzej Kukuła – Marcin Szeliga –
Copyright 2015 Varigence, Inc. Unit and Integration Testing in SSIS A New Approach Scott @varigence.
Building a meta-driven near real- time ETL solution with BIML and SSIS Rasmus Reinholdt.
Reports ForNAV NAVUG, May 9-10, 2016 Stuttgart, Germany.
Building Your ETL Framework with Biml Meagan Longoria March 19, 2016.
Moderator Don Pearson Chief Strategy Officer Inductive Automation.
An Introduction to the magical world of BIML!
Analysis Services in times of Continuous Integration
WPC057 - Introduzione a PowerApps e Microsoft Flow
BIML: Step by Step Julie Smith.
Presented By: Jessica M. Moss
Microsoft’s shiny dashboard-tool
Getting Started with Biml
Automate Custom Solutions Deployment on Office 365 and Azure
How to move a ton of data from the mainframe to the cloud with BIML
Solving the Hard Problems
Efficiently Searching Schema in SQL Server
Andrzej Kukuła Easy ETL with and SSIS.
Using Biml to Automate the Generation of SSIS Packages
Introduction to BIML & Bimlscript
Python Classes in Pune |
Populating a Data Warehouse
Populating a Data Warehouse
Populating a Data Warehouse
Simon Kingaby #SimonKingaby
Automating SSIS Design Patterns with Biml
Populating a Data Warehouse
Populating a Data Warehouse
Orchestration and data movement with Azure Data Factory v2
Populating a Data Warehouse
Data Model.
Serpil TOK, Zeki BAYRAM. Eastern MediterraneanUniversity Famagusta
ETL Automation using Biml
Start testing your SSIS packages with ssisUnit
A meta level for LAG Adaptation Language re-use in education
Introduction to VSTS Database Professional
Data Warehousing Concepts
Using Biml to Automate the Generation of SSIS Packages
Martin MSBuild Martin
Use Cases Simple Machine Translation (using Rainbow)
SSIS Data Integration Data Warehouse Acceleration
SSIS Data Integration Data Warehouse Acceleration
Extended Events: Successful troubleshooting recipes
SSIS Data Integration Data Warehouse Acceleration
Optimizing the ETL Development process using BIML
Integrated Statistical Production System WITH GSBPM
Presentation transcript:

Advanced BIML topics Be a W.I.S.E. A.S.S

Me ! Self-employed BI consultant Author Trainer MCT

You… Know basic Biml and Biml Script Have created a ETL environments with Biml Basic knowledge of C# …?

Be a W.I.S.E A.S.S Write once Integrated, Standardized Efficient, Automated and Simple Solutions

Agenda Why BIML ? The Tools Demos Unit test & Integration test Adding custom logic Adding custom code the safe way Data profiling ! Continuous integration Biml Online…

Today’s ETL Too many cooks Too expensive Too time consuming Too less reuse Too few patterns and frameworks Lacks automatization of tests Use BIML Central project No repetitive work Implements patterns Easy to manage changes Better output quality Reverse engineer existing solutions*

Business Intelligence Markup Language Simple XML Format that Describes BI Solutions No Layout No Formatting Only Business Logic

How it Works

Latest child – BimlExpress

Second child – Biml online

Simple Demos

Metadata and other (scary) topics

CallBimlScript SQL: Like using a Stored procedure Programming: Like using a method or a function Expression control block is parsed as a string and replaced.

Testing Unit Test RowCount Keys Integration Test Stubbed

Adding custom code Compiling to Mist project Protecting your IP Running the newest version - always

Continuous Integration TFS MSBuild and Mist Pitfalls Demos…

Thank