Skip to content

keraion/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Advent of Code, but with less conventional means. What can be done in SQL or in a DataFrame library such as Polars?

SQL

DuckDB CLI

If the CLI is installed:

duckdb < 2023/duckdb/day01.sql

Python

Virtual Environment Setup

python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt

Polars

python 2023/polars/day01.py

DuckDB Python Client

python ddb_runner.py < 2023/duckdb/day01.sql

About

Advent of Code in DuckDB or Polars

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published