pkg.soopen package index

brew / rank 7582

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. Also installable with scoop: scoop install main/odbc2parquet.

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 bottle metadata was recorded.

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
odbc2parquetexecutableindexed executableDiscovered from the local executable index.

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-08-03
manager version11.0.1
manager updated2026-06-13
local dataunknown
upstreamnot available
latest detectednot detected
  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:odbc2parquet
Version11.0.1
Package managerHomebrew
Homepagehttps://github.com/pacman82/odbc2parquet
Repositoryhttps://github.com/pacman82/odbc2parquet
Last updated2026-06-13T12:39:41Z
Pulseupdated
Bottlenot recorded
Servicenone declared

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
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation