Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/franzdiebold/advent-of-code-2024

Solutions for Advent of Code 2021 in (Py)Spark
https://github.com/franzdiebold/advent-of-code-2024

advent-of-code advent-of-code-2024 pyspark python

Last synced: 9 days ago
JSON representation

Solutions for Advent of Code 2021 in (Py)Spark

Awesome Lists containing this project

README

        

# [Advent of Code 2024](https://adventofcode.com/2024)

[![license: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](./LICENSE.md)

Solutions for [Advent of Code 2024](https://adventofcode.com/2024) in [(Py)Spark](https://spark.apache.org/docs/latest/api/python/).

## Run PySpark notebook

```bash
make run
```