%0 Conference Paper %A Chevalier, Max %A El Malki, Mohammed %A Kopliku, Arlind %A Teste, Olivier %A Tournier, Ronan %B 17th International Conference on Enterprise Information Systems (ICEIS 2015) held in conjunction with ENASE 2015 and GISTAM 2015 %D 2015 %F publications:29466 %I INSTICC - Institute for Systems and Technologies of Information, Control and Communication %K NoSQL - OLAP - Column-oriented modeling - Document-oriented modeling - Multidimensional modeling - Data warehouse %P 172-183 %T Implementing Multidimensional Data Warehouses into NoSQL %U https://publications.ut-capitole.fr/id/eprint/29466/ %X Not only SQL (NoSQL) databases are becoming increasingly popular and have some interesting strengths such as scalability and flexibility. In this paper, we investigate on the use of NoSQL systems for implementing OLAP (On-Line Analytical Processing) systems. More precisely, we are interested in instantiating OLAP systems (from the conceptual level to the logical level) and instantiating an aggregation lattice (optimization). We define a set of rules to map star schemas into two NoSQL models: column-oriented and document-oriented. The experimental part is carried out using the reference benchmark TPC. Our experiments show that our rules can effectively instantiate such systems (star schema and lattice). We also analyze differences between the two NoSQL systems considered. In our experiments, HBase (column-oriented) happens to be faster than MongoDB (document-oriented) in terms of loading time.