Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/spotify/big-data-rosetta-code

Code snippets for solving common big data problems in various platforms. Inspired by Rosetta Code
https://github.com/spotify/big-data-rosetta-code

bigdata scala scalding scio spark

Last synced: about 10 hours ago
JSON representation

Code snippets for solving common big data problems in various platforms. Inspired by Rosetta Code

Awesome Lists containing this project

README

        

big-data-rosetta-code
=====================

[![Build Status](https://img.shields.io/github/actions/workflow/status/spotify/big-data-rosetta-code/.github/workflows/ci.yml)](https://github.com/spotify/big-data-rosetta-code/actions?query=workflow%3ACI)
[![GitHub license](https://img.shields.io/github/license/spotify/big-data-rosetta-code.svg)](./LICENSE)

Code snippets for solving common big data problems on various platforms. Inspired by [Rosetta Code](http://rosettacode.org/).

For examples rended side by side with comments see:

http://spotify.github.io/big-data-rosetta-code/

Currently the following are covered:

- [Scalding](https://github.com/twitter/scalding)
- [Scio](https://github.com/spotify/scio)
- [Spark](https://github.com/apache/spark)

# Topics

- [src/main/scala/com/spotify/bdrc/scala](./src/main/scala/com/spotify/bdrc/scala) Scala tricks for data processing
- [src/main/scala/com/spotify/bdrc/pipeline](./src/main/scala/com/spotify/bdrc/pipeline) Data pipeline snippets
- [src/test/scala/com/spotify/bdrc/testing](./src/test/scala/com/spotify/bdrc/testing) Examples for pipeline testing

# License

Copyright 2016 Spotify AB.

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0