Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ssi-dk/scdb
- Owner: ssi-dk
- License: gpl-3.0
- Created: 2023-08-11T10:36:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T10:17:15.000Z (7 months ago)
- Last Synced: 2024-04-04T14:45:23.857Z (7 months ago)
- Language: R
- Homepage: https://ssi-dk.github.io/SCDB/
- Size: 5.48 MB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
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 %}