Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/franzdiebold/advent-of-code-2024
- Owner: FranzDiebold
- License: mit
- Created: 2024-12-17T07:58:52.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2024-12-17T08:19:10.000Z (14 days ago)
- Last Synced: 2024-12-19T03:28:52.495Z (12 days ago)
- Topics: advent-of-code, advent-of-code-2024, pyspark, python
- Language: Jupyter Notebook
- Homepage: https://adventofcode.com/2024
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```