An open API service indexing awesome lists of open source software.

https://github.com/vmward/scalding-js

Scalding - functional data processing using JS based off Scala & Hadoop
https://github.com/vmward/scalding-js

Last synced: over 1 year ago
JSON representation

Scalding - functional data processing using JS based off Scala & Hadoop

Awesome Lists containing this project

README

          

# Scalding
Scalding - functional data processing in JS based off Scala & Hadoop

[![npm Version](https://img.shields.io/badge/npm-1.0.0-3775A9?style=plastic&logo=npm)](https://www.npmjs.com/package/scalding)
[![Code Coverage](https://img.shields.io/badge/CodeCoverage-99p-F01F7A?style=plastic&logo=CodeCov)](https://github.com/social-learning/scalding-js)
[![Github](https://img.shields.io/badge/GitHub-scalding-181717?style=plastic&logo=GitHub)](https://github.com/social-learning/scalding-js)
[![LinkedIn](https://img.shields.io/badge/LinkedIn-CodeForAll-0077B5?style=plastic&logo=LinkedIn)](https://www.linkedin.com/company/codeforall/)

# Functional Programming
Functional programming is a paradigm that originates from category theory. It is the process where we build software composed of *pure functions*. This means we do not have shared states or mutable data thereby reducing side effects.

## Imperative vs Declartive Programming

### Example:

## Key Features

### Pipe
Piping is the process that combining any number of functions.

# What is scalding?