In a recent blog post, I mentioned the three critical themes for success in the digital age, as identified by McKinsey & Company through interviews with 20 pharma executives:
Posts Tagged ‘Data’
2 Takeaways from #HIMSS16 Exhibit Day 2
We have wrapped up day 2 at HIMSS. A day full of connecting with others in the healthcare industry and diving into conversations about the challenges and trends in healthcare. As a patient, I always enjoy the conversations about connected health and learning how organizations are putting the patient and their journey at the center. […]
5 Ways Sitecore Experience Platform Can Improve a Patient Journey
How healthcare can use the leading customer experience platform to deliver the ideal patient experience. If you are in the healthcare business – data, and how it is utilized, is likely something you face weekly. For that matter, you may have even read some of our own Healthcare Industry Trends. Healthcare is rich with patient data, […]
Cancer “Moonshot” Focuses on Technology and Data
It is no surprise that the roadmap for Vice President Biden’s Cancer “Moonshot” revolves around technology and data sharing. As part of his cancer “moonnshot”, Vice President Joe Biden pledged to work to increase cancer research resources and improve coordination across the research community. In a recent post on Medium , Biden said breaking down […]
Biden Aims To Use “Data And Technology” To Help Eliminate Cancer
Last week, I wrote that Vice President Joe Biden was going to meet with cancer researchers to talk about regulatory questions revolving around precision medicine. Today, we know much more about the cancer “moonshot” President Obama charged Biden with in this week’s State of the Union address. In a post on the publishing platform […]
What Enterprise Information Management Means to Me
As Gartner Research pointed out, by 2020, IT will generate $225 Billion in revenue for Social, Mobile, Analytics, and Cloud (SMAC) market. The foundation of the success behind these areas are information management and delivery. What is Enterprise Information Management (EIM)? EIM is the art, science, and management of building actionable intelligence with available data. […]
How to Load Data to Hbase – doBulkLoad
We can use TableMapReduceUtil.initTableReducerJob and put the method in Hbase API, but we can also use doBulkLoad to load data to Hbase. In a previous post, I introduced using importtsv and completebulkload hbase shell command to load data to Hbase. In this post, I will introduce how to implement it by JAVA language. Advantage: Put method in […]
Leverage data to improve compliance like the SEC and FINRA
The SEC’s Office of Compliance Inspections and Examinations (OCIE) is responsible for protecting retail investors and assessing market-wide risks, but now is shifting its attention also toward figuring out how to leverage data analytics to identify potential for illegal trading activities, conflicts of interest or other misconduct, according to a recent article by ThinkAdvisor, Compliance Data Analytics: Do […]
BIG Data and APIs
It is no secret that Big Data is involved daily with social engagement, advertising, mobile applications, and business intelligence in today’s enterprise. As much data that an enterprise would like to receive from customers, even more data needs to be ingested from the cloud, commerce sites, transactions, social feeds, geo-locations and on. In between the […]
Exchange Data between TM1 Instances by TM1RunTI
Here is an example to transfer data between TM1 Instances byTM1RunTI configuration file and some tips for trouble shooting. TM1RunTI is a command line interface tool that can initiate a TM1 TurboIntegrator (TI) process from within any application capable of issuing operating system commands. That means it can be called cross TM1 Instance, especially when […]
How to install Tabular Mode Service in SSAS 2012
Introduction SSAS 2012 provides three different approaches for creating a business intelligence semantic model: tabular, multidimensional, and PowerPivot. Tabular solutions use relational modeling constructs such as tables and relationships for modeling data, and the xVelocity in-memory analytics engine for storing and calculating data. Multidimensional and data mining solutions use OLAP modeling constructs (cubes and dimensions) […]
Handle Slowly Changing Dimensions with Pentaho Kettle – Part2
We examine SCD Type I and Type II here. Overview of Kettle transformation Here is overview of transformation. It will be loaded from excel source file and loaded into database.