Skip to content

apmuthu/phpMyOLAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

phpMyOLAP

What is phpMyOLAP?

phpMyOLAP is a web application written in PHP for data warehouse analysis in MySQL. It consists of a graphical interface for the exploration of the multidimensional model and for the formulation of OLAP queries with an Access-type Query-By-Example approach. Its use therefore does not require knowledge of languages ​​such as SQL or MDX. Moreover, having its own OLAP Engine, does not require the presence of additional libraries and does not rely on Java-based web services. Requirements

To use phpMyOLAP it is necessary to know the basic concepts of the Data Warehouse, such as the multidimensional model and the functioning of the main OLAP operators.

Work done here

  • Moved to this GitHub Repo - github.com/apmuthu/phpMyOLAP
  • English Translation
  • Rudimentary PHP Session based Authentication - Default hardcoded Access: admin / password
  • Export File names now prefixed with olap_ and suffixed with timestamp

Derivatives and Extensions