macOS
brew install odbc2parquetlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für odbc2parquet in AI-Agent-Workflows.
Installation
brew install odbc2parquetlocal Homebrew formula metadata
scoop install main/odbc2parquetScoop official bucket manifest trees · bucket/odbc2parquet.json · Quelle: api.github.com
Überblick
CLI to query an ODBC data source and write the result into a Parquet file
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
odbc2parquet | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/pacman82/odbc2parquet
Installationsmetadaten
| Paketschlüssel | brew:odbc2parquet |
|---|---|
| Version | 11.0.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/odbc2parquet |
| Homepage | https://github.com/pacman82/odbc2parquet |
| Repository | https://github.com/pacman82/odbc2parquet |
| Upstream-Dokumentation | https://github.com/pacman82/odbc2parquet#readme |
| Lizenz | MIT |
| Quellarchiv | https://github.com/pacman82/odbc2parquet/archive/refs/tags/v11.0.1.tar.gz |
| Zuletzt aktualisiert | 2026-06-13T12:39:41Z |
| Pulse | updated |
| Abhängigkeiten | unixodbc |
| Build-Abhängigkeiten | pkgconf, rust |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
main/odbc2parquet
scoop install main/odbc2parquetQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.