macOS
brew install odbc2parquetlocal Homebrew formula metadata
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.