Skip to content

audioblast/audioBlastIngest

Repository files navigation

Build Status

audioBlastIngest

This R package provides the ingest functionality for the audioBlast! project. This includes harvesting of data from external sources, processing of these data sets, and upload of the processed data to audioBlast!.

Installation

library(devtools)
install_github("audioblast/audioBlastIngest")

Usage

The ingest function requires a DBI object.

library(devtools)
library(RMariaDB)
library(audioBlastIngest)

db <- dbConnect(RMariaDB::MariaDB(), 
 user='audioblast_ingest', 
 password='password', 
 dbname='audioblast', 
 host='localhost', 
 port=3306)

ingestR(db)

Releases

No releases published

Packages

No packages published