Skip to content
This repository was archived by the owner on Sep 27, 2022. It is now read-only.
/ monadic-lib Public archive
forked from CodeGerm/monadic-lib

A monadic design pattern that can be used to construct data processing pipeline. It also provides several monads implemented using Apache Spark.

License

Notifications You must be signed in to change notification settings

centrify/monadic-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monadic-lib

Monadic Constructs Library

PUBLIC ARCHIVE

NOTE This repo is archived. This is still available under the licensing terms, but is not being actively developed or updated any further. Please see DelineaXPM for active projects.

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>

About

A monadic design pattern that can be used to construct data processing pipeline. It also provides several monads implemented using Apache Spark.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%