-
-
19 Sep 2013 05:07:16 UTC
- Distribution: Data-Cube
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (413 / 30 / 1)
- Kwalitee
Bus factor: 0- 79.20% Coverage
- License: unknown
- Perl: v5.8.5
- Activity
24 month- Tools
- Download (13.12KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
muddydixon
NAME
Data::Cube - It's new $module
SYNOPSIS
use Data::Cube; my $cube = new Data::Cube("Product", "Country"); # specify dimension
DESCRIPTION
Data::Cube is perl implementation of [DataCube](http://en.wikipedia.org/wiki/OLAP_cube). DataCube is concept in order to process multidimensional data array.
==head2 METHODS
my $cube = new Data::Cube(); $cube->add_dimension(); $cube->add_hierarchy(); $cube->add_measure(); $cube->reorder_dimension(); $cube->dice(); $cube->slide(); $cube->rollup();
LICENSE
Copyright (C) muddydixon. Apache License Version 2.0
AUTHOR
muddydixon <muddydixon@gmail.com>
Module Install Instructions
To install Data::Cube, copy and paste the appropriate command in to your terminal.
cpanm Data::Cube
perl -MCPAN -e shell install Data::Cube
For more information on module installation, please visit the detailed CPAN module installation guide.