Skip to content

pyfet/DatawareHouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OLAP

Description

OLAP is a category of software that allows users to analyze information from multiple database systems at the same time. It is a technology that enables analysts to extract and view business data from different points of view. OLAP stands for Online Analytical Processing.

Basic analytical operations of OLAP

Four types of analytical operations in OLAP are:

  • Roll-up
  • Drill-down
  • Slice and dice
  • Pivot (rotate)

Setup

  $git clone https://github.com/pyfet/DatawareHouse.git
  $python -m venv venv #for Windows, fedora and arch based systems
  $source venv/bin/activate
  $pip install -r requirements.txt
  $python3 OLAP.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages