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

https://github.com/jbris/dataframe-processor

A simple R library to construct Extract - Transform - Load (ETL) pipelines and merge different datasets together
https://github.com/jbris/dataframe-processor

Last synced: 11 months ago
JSON representation

A simple R library to construct Extract - Transform - Load (ETL) pipelines and merge different datasets together

Awesome Lists containing this project

README

          

# dataframe-processor

## Table of Contents

* [Introduction](#introduction)
* [Pipeline Script](#pipeline-script)
* [Pipeline File](#pipeline-file)

### Introduction

A simple and lightweight R library to construct Extract - Transform - Load (ETL) pipelines.

Execute `init.sh` to initialise the pipeline tool. Several additional options are supported. Run `init.sh -h` for help.

Edit `.env` to specify your local environment variables as required. Define your pipeline using a `config.yaml` file. See [.env.example](.env.example) and [config.yaml.example](config.yaml.example) for examples of how to construct these files.

For working with relational databases, consider using the [ETL package](https://cran.rstudio.com/web/packages/etl/index.html).

### Pipeline Script

### Pipeline File