Automic VaultAutomic Vault

brew

Install odbc2parquet with Homebrew, scoop

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

Additional install commands

macOS

Homebrewverified · 100%
brew install odbc2parquet

local Homebrew formula metadata

Windows

Scoopverified · 92%
scoop install main/odbc2parquet

Scoop official bucket manifest trees · bucket/odbc2parquet.json · source: api.github.com

overview

Package summary

CLI to query an ODBC data source and write the result into a Parquet file

Commands and aliases

  • odbc2parquet

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 2020-08-27: public GitHub repository created.
  • Version 1.0.0: changelog records Parquet 2.0 output and semantic versioning.
  • 2026-06-13: changelog lists version 11.0.1.

Related projects

  • The tool is closely related to the author's odbc-api Rust bindings and to the Apache Parquet Rust implementation used by downstream Parquet CLIs and data tools.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 1 runtime dependencies.
  • Build metadata lists 2 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
odbc2parquetcliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version11.0.1
manager updated2026-06-13
local dataok
upstreamcurrent
latest detectedv11.0.1

https://github.com/pacman82/odbc2parquet

  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:odbc2parquet
Version11.0.1
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/odbc2parquet
Homepagehttps://github.com/pacman82/odbc2parquet
Repositoryhttps://github.com/pacman82/odbc2parquet
Upstream docshttps://github.com/pacman82/odbc2parquet#readme
LicenseMIT
Source archivehttps://github.com/pacman82/odbc2parquet/archive/refs/tags/v11.0.1.tar.gz
Last updated2026-06-13T12:39:41Z
Pulseupdated
Dependenciesunixodbc
Build dependenciespkgconf, rust
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameodbc2parquet
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Scoop95%

main/odbc2parquet

scoop install main/odbc2parquet
  • normalized package name match
  • Matched by: Odbc2parquet
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/odbc2parquet.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment