macOS
brew install odbc2parquetlocal Homebrew formula metadata
brew
odbc2parquet のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install odbc2parquetlocal Homebrew formula metadata
scoop install main/odbc2parquetScoop official bucket manifest trees · bucket/odbc2parquet.json · ソース: api.github.com
概要
CLI to query an ODBC data source and write the result into a Parquet file
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
odbc2parquet | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/pacman82/odbc2parquet
インストールメタデータ
| パッケージキー | brew:odbc2parquet |
|---|---|
| バージョン | 11.0.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/odbc2parquet |
| ホームページ | https://github.com/pacman82/odbc2parquet |
| リポジトリ | https://github.com/pacman82/odbc2parquet |
| 上流ドキュメント | https://github.com/pacman82/odbc2parquet#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/pacman82/odbc2parquet/archive/refs/tags/v11.0.1.tar.gz |
| 最終更新 | 2026-06-13T12:39:41Z |
| Pulse | updated |
| 依存関係 | unixodbc |
| ビルド依存関係 | pkgconf, rust |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
main/odbc2parquet
scoop install main/odbc2parquetソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.