macOS
brew install odbc2parquetlocal Homebrew formula metadata
brew
CLI to query an ODBC data source and write the result into a Parquet file. Version 11.0.1 via Homebrew; verified 2026-06-13.
install
brew install odbc2parquetlocal Homebrew formula metadata
scoop install main/odbc2parquetScoop official bucket manifest trees · bucket/odbc2parquet.json · source: api.github.com
overview
CLI to query an ODBC data source and write the result into a Parquet file
history
odbc2parquet is a Rust command-line tool for extracting query results from ODBC data sources into Apache Parquet files, with matching commands for inserting Parquet data back through ODBC. It packages a narrow but valuable bridge between older database connectivity and columnar analytics storage.
The public GitHub repository was created on 2020-08-27. The README frames the tool around small memory usage, ODBC bulk reads, and flexibility across any data source with an ODBC driver, including examples for SQL Server-style connection strings and DSNs.
The changelog shows steady maintenance and semantic versioning. Version 1.0.0 established semantic versioning and wrote Parquet 2.0; later releases added commands such as exec, refined timestamp and decimal behavior, updated odbc-api and parquet dependencies, and tuned logging.
Distribution exists through Homebrew, Scoop, GitHub release binaries, and Cargo. That footprint matches the tool's cross-platform database-export role: Windows users often already have an ODBC manager, while Linux and macOS users install unixODBC.
Users run odbc2parquet query with a connection string or DSN, an output Parquet path, and SQL. The tool maps ODBC type information to Parquet physical/logical types, streams batches instead of holding the full result in memory, and can list drivers or data sources for troubleshooting.
The insert and exec workflows make it useful in the other direction too: Parquet files can become input to parameterized database writes through ODBC drivers.
odbc2parquet is a good example of modern Rust CLI packaging around old enterprise plumbing. It avoids building a database-specific exporter for every engine by leaning on ODBC, then emits Parquet, the interchange format expected by many analytics stacks.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
odbc2parquet | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/pacman82/odbc2parquet
install metadata
| Package key | brew:odbc2parquet |
|---|---|
| Version | 11.0.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/odbc2parquet |
| Homepage | https://github.com/pacman82/odbc2parquet |
| Repository | https://github.com/pacman82/odbc2parquet |
| Upstream docs | https://github.com/pacman82/odbc2parquet#readme |
| License | MIT |
| Source archive | https://github.com/pacman82/odbc2parquet/archive/refs/tags/v11.0.1.tar.gz |
| Last updated | 2026-06-13T12:39:41Z |
| Pulse | updated |
| Dependencies | unixodbc |
| Build dependencies | pkgconf, rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | odbc2parquet |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
main/odbc2parquet
scoop install main/odbc2parquetsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.