Skip to content

RyanErm/data-engineering-essentials

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data ETL/ELT/Lakes

DuckDB

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!

Data Formats

CSV

Parquet

Parquet is a compressed, schema-embedded, column-formatted data file. See the parquet directory for more.

Avro

Avro is very similar to Parquet, but retains records in ROWs. It too is compressed and contains a schema.

Data Sources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%