# big-data-rosetta-code **Repository Path**: mirrors_spotify/big-data-rosetta-code ## Basic Information - **Project Name**: big-data-rosetta-code - **Description**: Code snippets for solving common big data problems in various platforms. Inspired by Rosetta Code - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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