analysisPipelines
Compose Interoperable Analysis Pipelines & Put Them in Production
Enables data scientists to compose pipelines of analysis which consist of data manipulation, exploratory analysis & reporting, as well as modeling steps. Data scientists can use tools of their choice through an R interface, and compose interoperable pipelines between R, Spark, and Python. Credits to Mu Sigma for supporting the development of the package. Note - To enable pipelines involving Spark tasks, the package uses the 'SparkR' package. The SparkR package needs to be installed to use Spark as an engine within a pipeline. SparkR is distributed natively with Apache Spark and is not distributed on CRAN. The SparkR version needs to directly map to the Spark version (hence the native distribution), and care needs to be taken to ensure that this is configured properly. To install SparkR from Github, run the following command if you know the Spark version: 'devtools::install_github('apache/[email protected]', subdir='R/pkg')'. The other option is to install SparkR by running the following terminal commands if Spark has already been installed: '$ export SPARK_HOME=/path/to/spark/directory && cd $SPARK_HOME/R/lib/SparkR/ && R -e "devtools::install('.')"'.
- Version1.0.2
- R version≥ 3.4.0
- LicenseApache License 2.0
- Needs compilation?No
- Last release06/12/2020
Documentation
- VignetteAnalysis pipelines for working with Python functions
- VignetteAnalysis pipelines for working with R data frames
- VignetteAnalysis pipelines for working with Spark DataFrames for batch analyses
- VignetteInteroperable analysis pipelines
- VignetteMeta-pipelines
- VignetteStreaming Analysis Pipelines for working with Apache Spark Structured Streaming
- VignetteUsing pipelines inside Shiny widgets or apps
- MaterialREADME
Team
"Mu Sigma, Inc."
Naren Srinivasan
Show author detailsRolesAuthorZubin Dowlaty
Show author detailsRolesAuthorSanjay
Show author detailsRolesContributorNeeratyoy Mallik
Show author detailsRolesContributorAnoop S
Show author detailsRolesContributorMu Sigma
Inc.
Show author detailsRolesMaintainer
Insights
Last 30 days
Last 365 days
The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.
Data provided by CRAN
Binaries
Dependencies
- Depends4 packages
- Imports7 packages
- Enhances2 packages
- Suggests12 packages