DuckDB as a sandbox
In our sequel journey we will be using DuckDB to play with the examples. It is a free, fast and easy-to-install tool to immediately get your own sandbox environment.
Online
The easiest way is to navigate to a browser version:
Locally
Alternatively, you can follow the installation guide from their official site. If you want to store your data locally, I recommend the latter option.
Here is how you can do it on Mac:
- Install Homebrew (package manager)
- Run in Terminal
brew install duckdb
to install DuckDB CLI (command-line interface tool) - Run in Terminal
duckdb
If you are getting similar view, then everything worked: