DuckDB implementation of the queries from the LDBC Social Network Benchmark.
Download the data, initialize the schema, and load the data.
python download-benchmark-data.py
cat schema.sql | duckdb ldbc.duckdb
sed "s|PATHVAR|`pwd`/sf0.1|" snb-load.sql | duckdb ldbc.duckdb