Frozen DuckLake CLI
Project description
fdl — Frozen DuckLake CLI
Manage Frozen DuckLake catalogs — place a DuckLake catalog + Parquet files on object storage and anyone can query with a single DuckDB ATTACH. No database server required.
Quick Start
pip install frozen-ducklake
mkdir my_dataset && cd my_dataset
fdl init my_dataset
Add data, push, and serve:
fdl sql default "CREATE TABLE cities (name VARCHAR, country VARCHAR, pop INTEGER)"
fdl sql default "INSERT INTO cities VALUES ('Tokyo', 'Japan', 14000000), ('Shanghai', 'China', 24900000)"
fdl push default
fdl serve default
Query from DuckDB:
duckdb -c "ATTACH 'ducklake:http://localhost:4001/my_dataset/ducklake.duckdb' AS my_dataset;
SELECT * FROM my_dataset.main.cities ORDER BY pop DESC;"
Features
- init / push / pull — Git-like catalog management with conflict detection
- sql — Query and modify data directly from the command line
- run — Execute any command (dbt, dlt, Python) with auto-injected storage credentials
- serve — Built-in HTTP server with CORS and Range request support
- Works with S3-compatible storage (AWS S3, Cloudflare R2, GCS, etc) and local directories
Install
pip install frozen-ducklake # pip
uv tool install frozen-ducklake # uv (recommended)
pipx install frozen-ducklake # pipx
Documentation
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file frozen_ducklake-0.5.4.tar.gz.
File metadata
- Download URL: frozen_ducklake-0.5.4.tar.gz
- Upload date:
- Size: 76.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97c0dd2cc5c4d75321b19530d997c81b601e1583503caf34d46efe3daba45df6
|
|
| MD5 |
3ebd6acf4ec9c2f9264d36e31e972044
|
|
| BLAKE2b-256 |
f5ffe60425fc2f1994ecfe32e3eea4e669a32649d0cffe1b23a1b846cd386ac1
|
Provenance
The following attestation bundles were made for frozen_ducklake-0.5.4.tar.gz:
Publisher:
release.yml on flo8s/fdl
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
frozen_ducklake-0.5.4.tar.gz -
Subject digest:
97c0dd2cc5c4d75321b19530d997c81b601e1583503caf34d46efe3daba45df6 - Sigstore transparency entry: 1212289105
- Sigstore integration time:
-
Permalink:
flo8s/fdl@71f2c497b0b1611ec3cbc25d6299ffd89920f9ff -
Branch / Tag:
refs/heads/main - Owner: https://github.com/flo8s
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@71f2c497b0b1611ec3cbc25d6299ffd89920f9ff -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file frozen_ducklake-0.5.4-py3-none-any.whl.
File metadata
- Download URL: frozen_ducklake-0.5.4-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b965c3cbecab0ae159d66cc9def4b4dbfa96f62b27a5e45fed39fe4a8f79a513
|
|
| MD5 |
1f71d8a3634fba2ae185f92a7e4bfd9e
|
|
| BLAKE2b-256 |
6636f7656c3a45779a7b21f4ec1740c37cc8a7e459164f61b8f3c5e156bbe251
|
Provenance
The following attestation bundles were made for frozen_ducklake-0.5.4-py3-none-any.whl:
Publisher:
release.yml on flo8s/fdl
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
frozen_ducklake-0.5.4-py3-none-any.whl -
Subject digest:
b965c3cbecab0ae159d66cc9def4b4dbfa96f62b27a5e45fed39fe4a8f79a513 - Sigstore transparency entry: 1212289198
- Sigstore integration time:
-
Permalink:
flo8s/fdl@71f2c497b0b1611ec3cbc25d6299ffd89920f9ff -
Branch / Tag:
refs/heads/main - Owner: https://github.com/flo8s
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@71f2c497b0b1611ec3cbc25d6299ffd89920f9ff -
Trigger Event:
workflow_dispatch
-
Statement type: