npx skills add ...
npx skills add posthog/duckgres --skill ducklake-test
npx skills add posthog/duckgres --skill ducklake-test
Start duckgres with DuckLake (S3-backed storage with PostgreSQL metadata) for local testing. Use when testing duckgres against DuckLake or reproducing Fivetran sync issues.
Start duckgres with DuckLake configuration:
Start dependencies (PostgreSQL metadata store + MinIO object storage):
Kill any existing duckgres process:
Ensure config file exists at duckgres_local_test.yaml:
Build and run duckgres:
Connect with psql (in another terminal):
To cleanup: pkill -f duckgres && docker-compose down