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 ...
随机推荐
- MSSQL - SQL Server2008附加数据库失败 错误号:5120
附加数据库时,显示错误,错误信息为 一种解决方法为,设置mdf文件所在文件夹的权限(有些资料说只设置mdf文件的权限就好,但我试了不管用),在文件夹上右击——属性——安全,如图所示: 选择组或用户名中 ...
- 14.8.3 Identifying the File Format in Use 确认使用的文件格式;
14.8.3 Identifying the File Format in Use 确认使用的文件格式: 如果 你启用一个不同的文件格式使用 innodb_file_format configurat ...
- hdu1695(莫比乌斯)或欧拉函数+容斥
题意:求1-b和1-d之内各选一个数组成数对.问最大公约数为k的数对有多少个,数对是有序的.(b,d,k<=100000) 解法1: 这个能够简化成1-b/k 和1-d/k 的互质有序数对的个数 ...
- 一种H.264高清视频的无参考视频质量评价算法(基于QP和跳过宏块数)
本文记录一种无参考视频质量评价算法.这是我们自己实验室前两年一个师姐做的,算法还是比较准确的,在此记录一下. 注意本算法前提是高清视频.而且是H.264编码方式. 该方法主要使用两个码流里面的参数进行 ...
- Android RingtoneManager铃声管理
本篇介绍一下跳转到系统铃声选择界面,android中的铃声通过RingtoneManager管理,RingtoneManager管理来电铃声(TYPE_RINGTONE).提示音(TYPE_NOTIF ...
- 辛星与您解读PHP页面跳转的几种实现方式
因为页面跳转的使用是很频繁的,因此这里给出几种方式,事实上我想我并没有归纳全,毕竟函数那么多,要一下想起来还是特别麻烦的,于是,想到哪里就记到哪里把,等着以后再整理汇总. 第一种方式就是使用heade ...
- Swift - 判断设备类型开发兼容的iOS应用(iPad使用分隔视图控制器)
1,分割视图控制器(UISplitViewController) 在iPhone应用中,使用导航控制器由上一层界面进入下一层界面. 但iPad屏幕较大,通常使用SplitViewController来 ...
- 《c陷阱与缺陷》笔记--移位运算
#include <stdio.h> int main(void){ int a = 2; a >> 32; a >> -1; a << 32; a & ...
- 汇编与高级语言(插图结合Delphi代码,来自linzhengqun)
汇编与高级语言 1. 汇编基础知识 1.1. 寄存器 寄存器 用途 EAX,EBX,EDX,ECX 通用寄存器,由程序员自己指定用途,也有一些不成文的用法: EAX:常用于运算. ...
- java学习笔记-Thread
java定义了创建线程的两种方法 1.实现Runnable接口 2.扩展Thread类本身 1.实现Runnable接口: 可以依托任何Runnable接口的对象来创建线程.但是为了实现Runnabl ...