Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ssi-dk/scdb

R package for maintaining data bases with slowly-changing-dimensions
https://github.com/ssi-dk/scdb

Last synced: 3 days ago
JSON representation

R package for maintaining data bases with slowly-changing-dimensions

Awesome Lists containing this project

README

        

{% extends '.github/templates/README_template.Rmd' %}

{% block body %}
## Overview

`SCDB` is a package for easily maintaining and updating data with a slowly changing dimension.
More specifically, the package facilitates type-2 history for data warehouses and provide a number of quality-of-life
improvements for working with SQL databases within R.

To better understand what a slowly changing dimension is and how and this packages provides it,
see `vignette("slowly-changing-dimension")`.

{% endblock %}