Install in your terminal:
curl https://install.duckdb.org | sh
Having trouble calling up DuckDB with a simple duckdb
command? Find the full path to the program, and add it as an alias to your shell's resource file (~/.bashrc
or ~/.zshrc
, etc.)
# alias below
alias duckdb='/Users/nmagee/.local/bin/duckdb'
Then open a new terminal and the simple command is available to you!
Parquet is a compressed, schema-embedded, column-formatted data file. See the parquet directory for more.
Avro is very similar to Parquet, but retains records in ROWs. It too is compressed and contains a schema.