The Building Blocks-Enterprise Applications Part 2- Information Management and Business Analytics
1. Business Analytic Applications
Data Analytics
Also referred to as 'Business Analytics' or 'Business Intelligence'
Although basic reporting capabilities have been built into ERP systems since their inception, there is increasing interest in making better use of existing data captured through ES
In addition, social media has provided a new rich source of data that organisations are hoping to tap into. This data is typically unstructured, textual (e.g. conversations on Twitter and Facebook, customer service logs in CRM
systems,etc.) and requires new analysis approaches.
More recently, there has been a surge in emerging firms and technologies in the 'big data' space
Data Warehouse
A data warehouse is a database of corporate data (structured information) used for reporting, data analysis and management decision making.
- A central repository of data created by integrating data from various enterprise systems.
- Store current and historical data
- Used for creating management reports for senior management reporting such as annual and quarterly comparisons and for day to day monitoring of business performance.
2. Business Intelligence
Scope and Objectives
Scope
The scope of BI is to provide universal access to authentic, accurate and timely management information to assist decision making. It therefore impacts on all stakeholders, functions and systems.
Objective
The BI objective is to deliver capability to manage multifaced operations through:
-Informed decision making
-Operational visibility
-Management and Monitoring of KPI's
The BI strategy therefore identifies the governance, functional requirements, activities, and resources required to achieve these objectives in a specified time-frame.
The BI Dashboard (multidimensional views)
A BI Dashboard or OLAP dashboard is a visual display with two or more reports and/or graphs on a single computer screen. BI Dashboards are used by all levels of management to get an overall picture of various aspects of the business
in a single concise format. The data that is visualized in the dashboard may or may not come from the same data source.
BI Business Architecture
The development and delivery of BI capability is defined in the business architecture and flows from strategy.
Strategic Priorities (measured by) KPI's (supported by) Information Architecture (supporting) Process (held in) Applications
Types of Reporting
To meet the needs of stakeholders all types of reporting and analysis are required from description reports for running the business to predictive reports for load planning.
Data Domains and Data Quality
Master Data: Needs to be synchronized
Reference Data: Must handle change over time
Analytic Data: Must make reporting easier
Event Data: Must be validated and audited
Single Platform Dependency
The Data Warehouse is the integration hub for all synchronization and Data Quality reference and baseline work.
Dashboard Development Approach
Methodology for Dashboard development projects.
Analyze-Design-Configure-Deploy-Operate
3. Enterprise Content Management
Observations
-Emerging discipline of ECM
-Current Vendor offerings based on legacy capability
-Convergence in Infancy
-Watch this space
-Business has commenced the adoption process
Corporate Portal
Portals
-Single entry point applications that integrate access to information and applications to enhance decision support and productivity.
-Navigation services site where people find information, launch applications, interact with corporate data & net sourced content and identify collaborators.
-Functionality varies from access to unstructured data to supporting collaborative processes.
Current state
Many companies have adopted the 'Thousand Flowers approach'.
From multiple data sources to an integrated portal solution.
Content Management
What is it?
The management of the life cycle of documents:
Create;
Store;
Access
Whilst they have value to the business.
Destroy at end of useful life
Publishing of Organisational content
Intranet/ Extranet
Requires Governance Process
-Create
-Review
-Quality Assurance (reliable)
-disposal and Archive
Requires effort to maintain
Document Management
Document are recorded communication with recognizable structure, on any medium, intelligible without any further processing except for on the screen or on the printed page.
Document Management Lifecycle
Whatever the model used, documents must be correctly administered throughout their lifecycles.
Creation-Distribution-Retention-Destruction
Document&Records Management
Concerned with managing the life cycle of documents through
-Creation
-Classification
Authoring Document
Records
-Storage
-Access Create
Active Inactive
-Transfer
-Disposal
Records Management
Business Compliance Capability
Records Management is concerned with managing both electronic and paper documents providing evidence of agency or individual functions, activities or transactions
To be evidence a record must have content, context and structure, and be a part of a record keeping system
The RM lifecycle
-accession
-retention & disposal schedules
-privacy
-accessibility
-future-safe format of storage
The Building Blocks-Enterprise Applications Part 2- Information Management and Business Analytics的更多相关文章
- Intel® Threading Building Blocks (Intel® TBB) Developer Guide 中文 Parallelizing Data Flow and Dependence Graphs并行化data flow和依赖图
https://www.threadingbuildingblocks.org/docs/help/index.htm Parallelizing Data Flow and Dependency G ...
- DTD - XML Building Blocks
The main building blocks of both XML and HTML documents are elements. The Building Blocks of XML Doc ...
- bc.34.B.Building Blocks(贪心)
Building Blocks Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) ...
- 企业架构研究总结(35)——TOGAF架构内容框架之构建块(Building Blocks)
之前忙于搬家移居,无暇顾及博客,今天终于得闲继续我的“政治课”了,希望之后至少能够补完TOGAF方面的内容.从前面文章可以看出,笔者并无太多能力和机会对TOGAF进行理论和实际的联系,仅可对标准的文本 ...
- TOGAF架构内容框架之构建块(Building Blocks)
TOGAF架构内容框架之构建块(Building Blocks) 之前忙于搬家移居,无暇顾及博客,今天终于得闲继续我的“政治课”了,希望之后至少能够补完TOGAF方面的内容.从前面文章可以看出,笔者并 ...
- Building Tablet PC Applications ROB JARRETT
Building Tablet PC Applications ROB JARRETT Tablet PC 开发,有需要PDF的留下邮箱 目录This text was added by using ...
- HDU—— 5159 Building Blocks
Problem Description After enjoying the movie,LeLe went home alone. LeLe decided to build blocks. LeL ...
- [翻译]Review——How JavaScript works:The building blocks of Web Workers
原文地址:https://blog.sessionstack.com/how-javascript-works-the-building-blocks-of-web-workers-5-cases-w ...
- 四、Implementation: The Building Blocks 实现:构件
四.Implementation: The Building Blocks 实现:构件 This is the essential part of this guide. We will introd ...
随机推荐
- C中程序的内存分配
一.预备知识—程序的内存分配 一个由c/C++编译的程序占用的内存分为以下几个部分 1.栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等.其操作方式类似于数据结构中的栈. ...
- hdu 5183(hash)
传送门:Negative and Positive (NP) 题意:给定一个数组(a0,a1,a2,⋯an−1)和一个整数K, 请来判断一下是否存在二元组(i,j)(0≤i≤j<n)使得 NP− ...
- Hibernate(五)——经典解析一对一关联映射
前面两篇介绍了多对一.一对多的映射.今天分享下一对一的关联映射关系.有两种策略可以实现一对一的关联映射:主键关联.唯一外键关联. 主键关联——两个表有完全相同的主键值,来表示它们的一对一的关系.数据库 ...
- STM8S 串口应用 UART2 STM8S105
//少说话.多做事,下面是我验证过没有问题的串口发送接受数据 //使用MCU stm8s105c6 UART2 //初始化时调用: GPIO_DeInit(GPIOD); /* Configure P ...
- 单例模式(Singleton)Holder
public class Singleton { /** * 类级的内部类,也就是静态的成员式内部类,该内部类的实例与外部类的实例 * 没有绑定关系,而且只有被调用到才会装载,从而实现了延迟加载 */ ...
- hdu2647解题报告
题意:有个工厂的老板给工人发奖金,每人基础都是888,工人们有自己的想法,如:a 工人想要比 b 工人的奖金高,老板想要使花的钱最少 那么就可以 给b 888,给a 889 ,但是如果在此基础上,b也 ...
- operator= 复制操作符的意外
首先,看以下的代码的输出时什么: 上述代码做了最理所当然的事.就是将Derived的两个对象进行了交换.可是通过指针进行的赋值输出却不是预期的: 居然调用的是Base的operator=,也就意味着我 ...
- Centos 7 学习之静态IP设置
原文链接:http://blog.csdn.net/johnnycode/article/details/40624403 本学习主要针对 Centos 7.0.1406 版本进行学习整理! 如果你使 ...
- thinkPHP四种URL访问方式(二)
原文:thinkPHP四种URL访问方式(二) 四.url的4种访问方式 1.PATHINFO 模式 -- (重点) http://域名/项目名/入口文件/模块名/方法名/键1/值1/键2/ ...
- 推荐一个IT人必备的东西【用过的都懂,让我们的环境越来越好吧】
有个东西叫IT人手册,不知道各位有用过吗?不过很可惜以前那个关掉了,那个网站说出了我们IT人太多的新声以及一些黑心公司,不过被迫压力下关闭了 我不是托,我只是分享 我觉得这种东西应该存在下去~!!!至 ...