jar

com.github.codegerm : org.cg.monadic-lib_2.11

Maven & Gradle

Feb 13, 2019
2 stars

A monadic pattern that can be used to construct data processing pipeline, supports Apache Spark.

Table Of Contents

Latest Version

Download com.github.codegerm : org.cg.monadic-lib_2.11 JAR file - Latest Versions:

All Versions

Download com.github.codegerm : org.cg.monadic-lib_2.11 JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window org.cg.monadic-lib_2.11-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.cg.monadic.transformer.csv

├─ org.cg.monadic.transformer.csv.CSVToDataFrame.class - [JAR]

├─ org.cg.monadic.transformer.csv.DataFrameToCSV.class - [JAR]

├─ org.cg.monadic.transformer.csv.TimeDataFormalizer.class - [JAR]

org.cg.monadic.transformer

├─ org.cg.monadic.transformer.TransformationPipeline.class - [JAR]

├─ org.cg.monadic.transformer.TransformationPipelineContext.class - [JAR]

├─ org.cg.monadic.transformer.Transformer.class - [JAR]

org.cg.monadic.transformer.spark

├─ org.cg.monadic.transformer.spark.DStreamOutputTransformer.class - [JAR]

├─ org.cg.monadic.transformer.spark.DStreamSlideWindowTransformer.class - [JAR]

├─ org.cg.monadic.transformer.spark.DStreamTransformationPipeline.class - [JAR]

├─ org.cg.monadic.transformer.spark.DataFrameTransformationPipeline.class - [JAR]

├─ org.cg.monadic.transformer.spark.DataFrameTransformer.class - [JAR]

├─ org.cg.monadic.transformer.spark.RDDActionTransformer.class - [JAR]

├─ org.cg.monadic.transformer.spark.RDDTransformationPipeline.class - [JAR]