examples/

directory
v0.0.0-...-5b3f778 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 20, 2023 License: MIT

README

Corral Examples

The below examples are provided for "Getting Started" writing applicaitons in corral.

The Amplab benchmarks are useful for comparing corral's performance to other "Big Data Frameworks". These benchmark applications are also useful as they showcase common MapReduce tasks (filters, aggregations, and joins) as written in corral.

Word Count

  • Reads input files line-by-line and reports the occurences of each observed word.

Amplab Benchmark Query 1

  • Implements the "Scan Query" benchmark from the Amplab Big Data Benchmark
  • Performs a scan of input data, with a filter enforced on certain fields

Amplab Benchmark Query 2

  • Implements the "Aggregation Query" benchmark from the Amplab Big Data Benchmark
  • Performs a filter on input data, and returns an aggregate (sum) value by key

Amplab Benchmark Query 3

  • Implements the "Join Query" benchmark from the Amplab Big Data Benchmark
  • Performs filters, aggregations, and a join on multiple input datasets.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL