Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 344 Bytes

File metadata and controls

15 lines (11 loc) · 344 Bytes

monadic-lib

Monadic Constructs Library

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

Using monadic-lib in your build

<dependency>
    <groupId>com.github.codegerm</groupId>
    <artifactId>org.cg.monadic-lib_2.11</artifactId>
    <version>1.1.1</version>
</dependency>