starschemar: Obtaining Star Schemas from Flat Tables

Data in multidimensional systems is obtained from operational systems and is transformed to adapt it to the new structure. Frequently, the operations to be performed aim to transform a flat table into a star schema. Transformations can be carried out using professional ETL (extract, transform and load) tools or tools intended for data transformation for end users. With the tools mentioned, this transformation can be carried out, but it requires a lot of work. The main objective this package is to define transformations that allow obtaining star schemas from flat tables easily. In addition, it includes basic data cleaning, dimension enrichment, incremental data refresh and query operations, adapted to this context.

Version: 1.2.0
Depends: R (≥ 2.10)
Imports: dplyr, readr, tibble, tidyr, tidyselect, snakecase, purrr, rlang, stats, pander, generics
Suggests: testthat, knitr, rmarkdown
Published: 2020-09-25
Author: Jose Samos ORCID iD [aut, cre, cph]
Maintainer: Jose Samos <jsamos at ugr.es>
License: MIT + file LICENSE
NeedsCompilation: no
Language: en-GB
Citation: starschemar citation info
Materials: README NEWS
CRAN checks: starschemar results

Documentation:

Reference manual: starschemar.pdf
Vignettes: starschemar: Obtaining Star Schemas from Flat Tables

Downloads:

Package source: starschemar_1.2.0.tar.gz
Windows binaries: r-devel: starschemar_1.2.0.zip, r-release: starschemar_1.2.0.zip, r-oldrel: starschemar_1.2.0.zip
macOS binaries: r-release (arm64): starschemar_1.2.0.tgz, r-oldrel (arm64): starschemar_1.2.0.tgz, r-release (x86_64): starschemar_1.2.0.tgz, r-oldrel (x86_64): starschemar_1.2.0.tgz
Old sources: starschemar archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=starschemar to link to this page.