Skip to content

teradata-aster-field/toaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toaster

Travis-CI Build Status CRAN_Status_Badge Downloads_all_badge Downloads_week_badge License Coverage Status

toaster (to Aster) is a set of tools for computing and analyzing data with Teradata Aster Big Data database. It brings the power of Teradata Aster's distributed SQL, MapReduce (SQL-MR), and Graph Engine (SQL-GR) to R on desktop and complements analysis of results with a convenient set of plotting functions.

toaster acheives most tasks in 2 distinct steps:

  • Compute in Aster using Aster's rich, fully scalable set of analyical functions, transparently running in distributed and parallel environement.

  • Deliver and visualize results in R for further exploration and analysis.

toaster performs all big data, processing intensive computations in Aster, making results and visualizations available in R. Summary statistics, aggregates, histograms, heatmaps, and coefficients from linear regression models are among results available in R after processing in Aster. Most results have toaster visualization functions to aid further analysis.

You can install:

  • the latest released version from CRAN with

    install.packages("toaster")
  • the latest development version from github with

    devtools::install_github("toaster", "teradata-aster-field")
  • evaluation version of Aster analytic platform - Aster Express - to run on your PC here and get started with this Tutorial Series.

If you encounter a clear bug, please file a minimal reproducible example on github.

Attribution: