Characteristics of Big Data (3)
Fact
Each fact in a fact-based model captures a single piece of information and is timestamped
Graph Schema (4)
When Data Sizes are so Big as not to Fit on a Single-Server (2)
Features of Functional Programming (3)
Immutable Data Structures
They cannot be changed during program execution. This eliminates errors caused when data is overwritten by another server
Statelessness
Data structures are immutable and variables are not used so the program state does not change in execution. This means that a function with the same inputs will always produce the same output
High-Order Functions
They can take other functions as parameters and return functions as a result. They can run in parallel systems without disturbing other parts of the data sets