Setting up a new data governance program means bringing deep change to the operating culture of an organization. As a result, getting traction for an enterprise scale effort may not always be the pragmatic route. Sometimes its better to be small and excellent here and let the enterprise adopt governance organically. Limited Data Governance The […]
Posts Tagged ‘BI’
IBM Cognos TM1 Applications- Care and Feeding
Every system that was ever implemented requires routine chores to be regularly performed to “keep it current and healthy” or to “deal with anticipated events” -and TM1 models are no different. Some of these chores might include: The loading of updated data pools from source systems; updating system security; closing an accounting period; updating conversion […]
Iterative BI + Gradle Tips and Tricks: Building a Custom Plugin
To build a custom plugin in groovy, do this. I know this seems redundant, but it wasn’t as clear as it should have been. 1. Create a project directory. Just a plain ol’ directory. Wherever you like. 2. Add the source file subdirectories: src\main\groovy\… (with the package path you’d like to use. We have src\main\groovy\com\perficient\gradle) […]
From Little Data to BIG Data – One Step at a Time
The Journey of a thousand miles towards an ACO begins with one step. Healthcare organizations are coming to realize that the programs stimulated by the ARRA – HITECH Act, Meaningful Use (MU) and Accountable Care Organizations (ACO), require something that they don’t have in sufficient quantities, the desired type or in the right format: “Data”. […]
IBM Cognos Business Intelligence 10.1 Dashboarding
Living on the east coast while working on the west coast presents the problem of what do to on the bi-weekly 6 hour plane rides. Fortunately, I was offered the opportunity to be a technical reviewer of Ankit Garg’s IBM Cognos Business Intelligence 10.1 Dashboarding Cookbook (PACKT Publishing, 2012, July). Garg […]
Iterative BI + Gradle Tips and Tricks – Plugins
Quick tip of the day: Use Gradle plugins to package up functionality for easy reuse. For example, we developed a simple “database” plugin to handle the common tasks associated with building and upgrading a database. Things like: build – create a new database from scratch. Runs the CREATE DATABASE and sqlcmd’s the full DDL upgrade […]
SQL Server 2012 Provides New BI Capabilities
Microsoft SQL Server 2012 (Code Name Denali) was just released. It has a new Business Intelligence (BI) edition, a new licensing model, and some new BI features that business users as well as developers should find interesting. Users will be happy to find that Microsoft has moved a step closer to true self service BI […]
Iterative BI + Gradle Tips and Tricks: A Primer on Gradle Objects
While the Gradle manual is extensive, since we’re not building an executable or the like from source code, many of the concepts are a little opaque. Here’s a quick primer on Gradle for BI: Gradle is “project” based, with each project containing a set of inter-dependent tasks which in turn contain actions: The whole thing […]
Iterative BI – Building with Gradle
We’ve chosen Gradle as our build system for our iterative BI environment. It’s a powerful tool, but there’s a bunch of awesomeness in there. Gradle uses Groovy as its scripting language. Groovy is just plain great. You get the power of the Java platform in a scripting language and can do things like this: def […]
Minneapolis Event: Building Social Intelligence
Is your organization facing an overwhelming quantity of data? Are you interested in learning more about harnessing Big Data in Healthcare? Join us for the event, “Building Social Intelligence: How to Leverage Big Data and Social Analytics to Drive Business Insight” on July 31st. Denise Hatzidakis, CTO of Premier Healthcare Alliance, will discuss turning an […]
A Case for a Center of Excellence
Center of Excellence (CoE) A Forrester survey (“The EA View: BPM Has Become Mainstream”, Forrester Research, Inc.) indicated: “Of companies experiencing clear measurable improvement in FPM, 49% have a CoE in place” With that in mind, I attended a presentation by Sandy Kemsley, (an accomplished FPM Analyst and Consultant) entitled, “Maximizing FPM […]
My BI Dream Team
I often am asked by clients to evaluate the configuration of a BI delivery team and point out any changes that seem prudent. Usually this is pretty straightforward, but over the years there’s some not-so-obvious roles I’ve come across that would make the cut on my dream team. So, without duplicating the many, many “roles […]