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
- Host: GitHub
- URL: https://github.com/vmward/scalding-js
- Owner: VMward
- License: cc0-1.0
- Created: 2020-12-08T04:16:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T05:42:03.000Z (over 3 years ago)
- Last Synced: 2024-04-25T16:20:53.479Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Scalding
Scalding - functional data processing in JS based off Scala & Hadoop
[](https://www.npmjs.com/package/scalding)
[](https://github.com/social-learning/scalding-js)
[](https://github.com/social-learning/scalding-js)
[](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?