Skip to main content

Frozen DuckLake CLI

Project description

fdl — Frozen DuckLake CLI

PyPI Python 3.13+ License: MIT

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
  • Python API — Call the same operations in-process from Dagster, Airflow, etc.
  • 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

fdl.flo8s.com

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

frozen_ducklake-0.9.1.tar.gz (100.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

frozen_ducklake-0.9.1-py3-none-any.whl (25.3 kB view details)

Uploaded Python 3

File details

Details for the file frozen_ducklake-0.9.1.tar.gz.

File metadata

  • Download URL: frozen_ducklake-0.9.1.tar.gz
  • Upload date:
  • Size: 100.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for frozen_ducklake-0.9.1.tar.gz
Algorithm Hash digest
SHA256 414d075792513b30c327d9b2ed4fe41c2c3f97b61f6f4eafe4d0e3952c9daa2e
MD5 426fcf2a95d8c41b497ae7cf66af18a8
BLAKE2b-256 f07a8b6e0a8e56d2e6a195d6e8713e0eb1dfbc9fa0bfa735c39fec583513f0ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for frozen_ducklake-0.9.1.tar.gz:

Publisher: release.yml on flo8s/fdl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file frozen_ducklake-0.9.1-py3-none-any.whl.

File metadata

  • Download URL: frozen_ducklake-0.9.1-py3-none-any.whl
  • Upload date:
  • Size: 25.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for frozen_ducklake-0.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 48db36b33df1b1fb613ebafadb63f4d4813ce832ecebc8a2919d0398eddfeb12
MD5 5efdc9d878865ca2421415eb6c19ebe9
BLAKE2b-256 2c038eb24f1112441a7dd8afe3219d19534d12d88609df812db23c97f694fdef

See more details on using hashes here.

Provenance

The following attestation bundles were made for frozen_ducklake-0.9.1-py3-none-any.whl:

Publisher: release.yml on flo8s/fdl

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page