Installation
dbc is installable on the most common platforms and from a variety of sources.
Standalone Installer
We provide an automated command-line installer for users who prefer it. Please continue reading for other installation methods.
The following commands will automatically install the latest version of dbc suitable for your system and place it in a standard location for you.
To automatically install dbc, run:
If your system doesn't have curl
you can also use wget
:
If you want to inspect the script before use, you can simply run:
Use irm
to download the script and execute it with iex
:
Changing the execution policy allows running a script from the internet.
Of course, you can also inspect the script before use:
PyPI
dbc is published as a package on PyPI for convenience.
To install dbc with pipx, run,
If you only want to run dbc to test it out, run,
Virtual Environment
Installing dbc inside a virtual environment automatically handles installing dbc and adding it to your $PATH
:
GitHub Releases
All dbc release artifacts are can be found at GitHub Releases. We always recommend installing dbc from the latest release.
Windows Installer
A Windows MSI installer for x86_64 (i.e., x64, amd64) systems can be found as artifacts in our GitHub Releases. You can also download the latest installer using the following URL:
Architecture | Link |
---|---|
x64 |
https://dbc.columnar.tech/latest/dbc-latest-x64.msi |
Docker
We publish Docker images for each dbc release.
Run the latest version of dbc under Docker by running:
Available Images
The following distroless images are available for Linux-based amd64
and arm64
architectures:
columnar/dbc:latest
columnar/dbc:{major}.{minor}.{patch}
, e.g.columnar/dbc:0.0.1