1 / 60

An Agile Approach to Building & Managing Data Warehouses A Briefing by WhereScape

An Agile Approach to Building & Managing Data Warehouses A Briefing by WhereScape. Mary Edie Meredith , Sr. Technical Analyst - maryedie@wherescape.com. Why do Data Warehouse Projects struggle ?. Inaccurate business requirements - #1 problem IDC Poor development productivity

afia
Download Presentation

An Agile Approach to Building & Managing Data Warehouses A Briefing by WhereScape

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. An Agile Approach to Building & Managing Data Warehouses A Briefing by WhereScape Mary Edie Meredith, Sr. Technical Analyst - maryedie@wherescape.com

  2. Why do Data Warehouse Projects struggle ? • Inaccurate business requirements - #1 problem IDC • Poor development productivity • Slow development cycles • High cost of resources • High TCO • Poor documentation – usually the last thing that is considered & never up to date. • Poor data quality • HIGH RISK Gartner notes that over 50% of data warehouse projects fail or go wildly over budget

  3. Where did they go wrong? – one real problem is the “Big Bang” project approach “Incremental Data Warehouse Development – The Only Way to Fly” Bill Inmon, Jan 8, 2009, (BeyeNetwork) • “There are many reasons the ‘Big Bang’ approach doesn’t work … “but at the heart is inability of the development analyst to gather requirements in the manner prescribed by the SDLC” • “End users of analytical systems need to know what the possibilities are before they can articulate the requirements.” The goal is NOT to build a Data Warehouse, but rather… • Deliver real value • Create a solution that is adaptable because responding quickly to change brings competitive advantage • Create a process to develop and maintain the solution that is trustworthy and sustainable

  4. How would agile proponents approach the problem? From the agile manifesto: //agile • Early, frequent, and continuous test and delivery of valuableworking software (every 2 wks-2mos). • Welcome changing requirements, even late in development. • Business people, developers work together daily throughout the project. • Build projects around motivated individuals. Give them the environment and support they need, and trust them to get the job done. • The most efficient, effective method of conveying information to and within a development team is face-to-face conversation. • Continuous attention to technical excellence and good design enhances agility. • Simplicity--the art of maximizing the amount of work not done--is essential. • At regular intervals, the team reflects on how to become more effective, then tunes and adjusts its behavior accordingly.

  5. What is uncomfortable about this approach? • The further out in time, the less a project team can say about what will be accomplished. • An agile approach can break the rules. • Agile implementers sometimes wrongly assume you can break ANY rule. • Shortcuts do not equal Quality Pragmatism • Classic trade-offs for project managers - Schedule/ Scope/ Resources/ Quality – agile leaves little wiggle room. • Does not lend itself to outsourcing, distributed teams. • Having a close working relationship with business users does not solve the difficulty determining requirements. And ….

  6. If I could deliver something meaningful in weeks DON’T YOU THINK I WOULD HAVE, ALREADY.

  7. Agile Approach Versus Traditional Approach Docs?

  8. What really works using agile “The WhereScape Way” • A Governance structure • Strategy, Architecture, Roadmap, Standards • Goals, sponsors, infrastructure, data governance …. • New Development Paradigm for delivering data - RED • ETL tools are great for moving data, but RED can do DW part better. • Integrated Development using one metadata driven tool. • Do the data delivery in the database. • Incorporate Business Rules into data delivery process • Iterative workshops with business users • Use REAL DATA for flushing out requirements (RED enables this) • Track all issues discovered, especially data quality

  9. Agile in Operation Business User Sessions Live Data Workshop • Integrate analysis, design, creation, data delivery, deployment, iteration • Useful even if you just need to provide the presentation layer • Feedback from business users on live data part of the development process

  10. Speeding up the development by leveraging metadata, embedding best practice methods dim_customer_key dss_update_time

  11. Data Warehouse Scenario – Build a Sales Fact

  12. Star schema creation scenario – start with load table Source Warehouse R R R R Native RDBMS, ODBC accessible, Files Oracle, SQL/Server, Teradata, DB2

  13. RED Browser Mode Actions Drag and Drop Target Area Choose connection and filtering Metadata Browsing Connections Results

  14. For the Teradata shop -

  15. Star schema creation scenario – start with load table Source Warehouse R R R R Native RDBMS, ODBC accessible, Files Oracle, SQL/Server, Teradata, DB2

  16. Drag and Drop Example: load source data

  17. Drag and Drop Example: load table properties

  18. Drag and Drop Example: load table storage mapping

  19. Drag and Drop Example: load table “create and load” metadata

  20. Drag and Drop Example: load table results create generated load script execution

  21. Drag and Drop Example: load table results Display Data create generated load script execution

  22. Stage table creation scenario – the stage table Source Warehouse Foreign dimension Keys, lookups R R R Source table join R

  23. Stage table: start with load_order_header (Drag and Drop)

  24. Add columns from load_order_line (Drag and Drop) Load_order_header Column metadata

  25. Add columns from load_order_line (Drag and Drop) prevents duplicate column names Load_order_header Column metadata

  26. Add FK cols to Stage Table – Drag and Drop dim_* Drag and drop Dimension table keys

  27. Column Metadata easily altered

  28. Column Transformations – Business Rules, Computed Fields, String Manipulation, Type Conversion, Null handling,…

  29. Create the Stage Table (right click object)

  30. Create the update procedure (object Properties)

  31. …then select Procedure Type

  32. … then specify the Join statement Numerous joins supported add appropriate clauses

  33. …indicate the business key to identify SK in DimensionPrompts if column names match

  34. …indicate the join column if names are different

  35. Procedure is created, compiled. Execute Procedure.

  36. Display Data

  37. Fact table creation scenario – Sales Fact table Source Warehouse R R R R

  38. Create the Fact Table from the Stage table

  39. Metadata leveraged to create the code Dimension tables are created with “zero” row for unknowns Transformation for quantity column Join metadata

  40. Auto generated stored procedure code … • Keeps all the data movement in the database • Provides consistent variable naming, coding best practices • Utilizes custom parameters you can embed in metadata • Includes error checking and rollbacks • Preserves the metadata for easy modification • Can augment with custom procedures • Includes features best practices for various object types • Can handle slowly changing dimensions (all three types) • Procedure provided to populate and update time dimension • Handles code for surrogate keys, update and life-span dates • Creates Unknown Row for each dimension table • Accounts for missing dimension key matches in source data Let’s advance developers can skip the mundane Allows less experienced developers to be productive

  41. Generated Procedures with version compares

  42. Next Step – Business User review • Easy vehicles to show this to Business users: • Output table data to Excel • Stress test with SSAS cube

  43. Create a SSAS Cube for Business User Eval Drag and Drop Fact to OLAP Cube target Creates OLAP dimensions Creates OLAP measure group

  44. Create a SSAS Cube for Business User Eval Slice and Dice in Analysis Services

  45. Capturing Metadata - Lineage information

  46. Leveraging Metadata: Reports

  47. Ready to Deploy

  48. Scheduler to manage objects and data flow Run in parallel

  49. Scheduler to manage objects and data flow Run in parallel

  50. Diagrammatical View Example: Update Job

More Related