Skip to main content

Business Intelligence (BI) #2

Sudah lama saya tidak belajar BI, posting pertama yang dulu pernah saya tulis Business Intelligence (BI) #1: (Data Warehouse). Entah kenapa setelah membaca ada sebuah BI yang open source dan free "Pentaho" membuat hati saya bergejolak untuk belajar kembali. Untuk di Indonesia, kita dapat belajar Online dari sumber pentaho.phi-integration.com. Saya lampirkan mengenai definisi BI yang mungkin lebih jelas. Akhirnya tulisan ini sebagai awal untuk memulai kembali menuju implementasi Pentaho.


Sumber: Forum BI

~ What is Business Intelligence ? ~ 

Business Intelligence (BI) is a business management term, which refers to applications and technologies that are used to gather, provide access to, and analyze data and information about company operations. Business intelligence systems can help companies have a more comprehensive knowledge of the factors affecting their business, such as metrics on sales, production, internal operations, and they can help companies to make better business decisions. 

Business Intelligence (BI) is the delivery of accurate, useful information to the appropriate decision makers within the necessary time frame to support effective decision making. 



~ Why you should build Business Intelligence Solutions ~ 

1. To identify state of organizational achievement.
BI allows organizations to achieve their strategic vision by aligning the organization at all levels to focus on activities that contribute to the strategic vision. 

2. To monitor organization performance and identify organization problems. 
BI provides insight into the performance of the organization at all levels. BI allows organizations to easily view the performance problems of non-performing assets. 

3. To dig more deeply within Existing Resources. 
Most organizations fail to use their existing data resources fully. By implementing BI, organizations can use all of their operational data to provide the required strategic information and performance metrics to improve decision making and overall organizational performance. 


~ Business Intelligence Solutions use OLTP and OLAP System ~ 

On Line Transaction Processing (OLTP) is a system that record business interactions as they happen. They support the day-to-day operation of an organization. 

On Line Analytical Processing (OLAP) is a systems which retrieve and analyze data to reveal business trends and statistics not directly visible in the data directly retrieved from a data mart or a data warehouse to support effective decision making. Also known as multidimensional analysis. 


~ Business Intelligence consumes Data Mart / Data Warehouse ~ 

What is Data Mart ? 
A Data Mart is a body of historical data in an electronic repository that does not participate in the daily operations of the organization. Instead, this data is used to create business intelligence. The data in the data mart usually applies to a specific area of the organization. 

What is Data Warehouse ? 
Data warehouses tend to be large, one-stop-shopping repositories where all the historical data for the organization would be stored (Integrated Data Marts). 


~ What is Multidimensional Database in OLAP System ?  ~ 

A Multidimensional Database is structured around measures, dimensions, hierarchies, and cubes rather than tables, rows, columns, and relations. Also known as Cube. 


What is Measure ? 
        A Measure is a numeric quantity expressing some aspect of the organization's performance. The information represented by this quantity is used to support or evaluate the decision making and performance of the organization. A measure can also be called a fact. 


What is a Dimension ? 
        A Dimension is a categorization used to spread out an aggregate measure to reveal its constituent parts. 


What is an Attribute ? 
        An Attribute is an additional piece of information pertaining to a dimension member that is not the unique identifier or the description of the member. 

What is a Hierarchy ? 
        A Hierarchy is a structure mode up of two or more levels of related dimensions. A dimension at an upper level of the hierarchy completely contains one or more dimensions from the next lower level of the hierarchy. 


What is Fact Table ? 

Fact Table is the core table of a Business Intelligence, it store all measures and all dimensions primary keys. Potentially, one row will be in the fact table for every unique combination of dimension members. The word "potentially" is used here because there may be some combination of dimension members that do not have a value. In some cases, a particular combination of dimension members may not even make sense. 


~ Data Warehouse Database Schema ~ 

The Star Schema 
        A Star Schema is a relational database schema used to hold measures and dimensions in a data mart. The measures are stored in a fact table and dimensions are stored in dimension tables. 

The Snowflake Schema 
        The snowflake schema represents hierarchies in a manner that is more familiar to those of us who have been working with relational databases. In a snowflake schema, each level of a hierarchy is stored in a separate dimension table. 


~ OLAP Architecture 

* Relational OLAP (ROLAP) 
* Multidimensional OLAP (MOLAP) 
* Hybrid OLAP (HOLAP) 


~ What is ETL ? ~ 

The Extract, Transform, and Load (ETL) is a process that extracts data to copy from one or more OLTP systems, performs any required data cleansing to transform the data to a consistent format, and loads the cleansed data by inserting it into the data mart.

Comments

Popular posts from this blog

karimun ganti alternator 70A

Tanggal 26 november 2011 kemarin terjadi sesuatu hal yang menguras kantong ajaib alias "dompet". gimana tidak, selama perjalanan ke mangga dua, AC mati. setelah benerin AC, malah Aki keok, untung ada bengkel. setelah ganti aki baru, indikator aki masih nyala di kabin driver. karena istri gak mau service atau beli alternator 2nd. akhirnya tanggal 4 desember 2011 kemarin kepasang deh alternator 70 A merk BOSCH pada acara Gathering Karimun Kaskus ke-3. Berikut komentar salah satu member Karimun Kaskus, Om HT (yang masang alternator di karimun saya) : Halah sampe saya juga lupa lapor mengenai alternator , syukur deh saya bisa bantu temen2 lagi dengan tersedianya alternator optional 70 amp, dengan harga bersahabat dalam keadaan baru gress yang plek dengan karimun, seharga 800.000 saja tanpa pasang dan belom berikut ongkir, Ritual pemasangan : Pulley alternator beda dengan mm, tapi disiasati dengan menukar

Format Date SQL Server

Sebenarnya artikel kali ini hanyalah catatan saya menggunakan format date di SQL Server. Saya sering kali lupa harus menggunakan fungsi yang mana untuk melakukan format pada sebuah tanggal. Kejadiannya, saya memerlukan hanya untuk mengambil tanggalnya saja dari penulisan tanggal yang lengkap (tanggal, bulan, tahun). Berbekal dari 2 rujukan: https://stackoverflow.com/questions/28842873/convert-sql-server-date-to-mm-yyyy https://docs.microsoft.com/en-us/sql/t-sql/functions/datepart-transact-sql?view=sql-server-2017 Akhirnya saya menemukan apa yang saya butuhkan. select getdate() >> 2019-01-22 11:14:32.630 select format(getdate(), 'dd') >> 22  select datepart(day,getdate()) >> 22

Hitung Jumlah Kolom di Tabel (SQL)

Hitung Jumlah Kolom di Tabel / Count the number of columns in Table (SQL). Biasanya kita malas hitung nih jumlah kolom yang ada pada suatu tabel, saking banyaknya value yang mau di capture. permasalahannya, gimana caranya ya ??? ya dengan hitung manual, yang pasti lebih ngreget waktu hitungnya kalo fieldnya lebih dr 50 kolom. ya pake query aja, kan lebih simple dan gak usah pake' kelupaan. SELECT COUNT(*) FROM INFORMATION_SCHEMA.[COLUMNS] WHERE TABLE_NAME in (' [nama_tabel]')  Database yang digunakan SQL Server.

Bagaimana mengetahui siapa yang menambahkan akun ke dalam Active Directory

Kita mengetahui bahwa Active Directory  merupakan salah satu sistem yang penting di sebuah Perusahaan, karena menyimpan data akun dan informasi detailnya. Jika sebuah perusahaan tidak memiliki seorang staff yang memiliki tugas khusus dalam pengelolaan sistem ini, maka kita harus mengetahui siapa saja yang sudah menambahkan akun ke dalam sistem tersebut. Kita membutuhkan informasi log perubahan data, untuk mencegah adanya kebocoran informasi / security breach . Setelah melalui browsing di internet, akhirnya menemukan caranya dari website Netwrix dan Social Technet on Microsoft . Jalankan Configure Audit Policy Settings dengan perintah GPMC.msc → Edit “Default Domain Policy” → Computer Configuration → Policies → Windows Settings → Security Settings → Local Policies → Audit Policy → Audit account management → Define → Success. lakukan konfigurasi object-level Active Directory auditing settings dengan membuka ADSI Edit → Connect to “Default naming context”→ Klik “OK” → klik kanan Domai