# odbc2parquet mit Homebrew, scoop installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für odbc2parquet in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:odbc2parquet
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install odbc2parquet
```

  Evidenz: local Homebrew formula metadata

### Windows

- Scoop (92%):

```sh
scoop install main/odbc2parquet
```

  Evidenz: Scoop official bucket manifest trees: bucket/odbc2parquet.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:odbc2parquet
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/odbc2parquet>
- **Version:** 11.0.1
- **Quellzusammenfassung:** CLI to query an ODBC data source and write the result into a Parquet file
- **Homepage:** <https://github.com/pacman82/odbc2parquet>
- **Repository:** <https://github.com/pacman82/odbc2parquet>
- **Lizenz:** MIT
- **Quellarchiv:** <https://github.com/pacman82/odbc2parquet/archive/refs/tags/v11.0.1.tar.gz>
- **Zuletzt aktualisiert:** 2026-06-13T12:39:41Z
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- odbc2parquet (cli)
- odbc2parquet (Alias)

## Abhängigkeiten

- unixodbc

## Build-Abhängigkeiten

- pkgconf
- rust

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 11.0.1
- Manager aktualisiert: 2026-06-13
- lokale Daten: OK
- Upstream-Repository: https://github.com/pacman82/odbc2parquet
- neueste erkannte Version: v11.0.1 (aktuell)
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

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

### Quellen

- <https://api.github.com/repos/pacman82/odbc2parquet>
- <https://crates.io/crates/odbc2parquet>
- <https://formulae.brew.sh/formula/odbc2parquet>
- <https://github.com/pacman82/odbc-api>
- <https://github.com/pacman82/odbc2parquet>
- <https://raw.githubusercontent.com/pacman82/odbc2parquet/main/CHANGELOG.md>
- <https://raw.githubusercontent.com/pacman82/odbc2parquet/main/README.md>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

- **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:** head, stable

## Andere Paketmanager-Einträge

- Scoop - main/odbc2parquet: normalized package name match | Scoop official bucket manifest trees: bucket/odbc2parquet.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/de/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [unixodbc](https://pkg.so/de/brew/unixodbc/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/de/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/de/brew/rust/) - Build dependency declared by Homebrew.
- [mdbtools](https://pkg.so/de/brew/mdbtools/) - Shares pkgdb curated category or tags: cli, data, database, odbc.
- [sqlite](https://pkg.so/de/brew/sqlite/) - Shares pkgdb curated category or tags: cli, data, database.
- [redis](https://pkg.so/de/brew/redis/) - Shares pkgdb curated category or tags: cli, data, database.
- [gdbm](https://pkg.so/de/brew/gdbm/) - Shares pkgdb curated category or tags: cli, data, database.
- [freetds](https://pkg.so/de/brew/freetds/) - Shares pkgdb curated category or tags: cli, data, odbc.
- [mysql](https://pkg.so/de/brew/mysql/) - Shares pkgdb curated category or tags: cli, data, database.
- [postgresql@14](https://pkg.so/de/brew/postgresql-14/) - Shares pkgdb curated category or tags: cli, data, database.
- [postgresql@16](https://pkg.so/de/brew/postgresql-16/) - Shares pkgdb curated category or tags: cli, data, database.
- [psql2csv](https://pkg.so/de/brew/psql2csv/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, data, database, export, query.
- [cqlkit](https://pkg.so/de/brew/cqlkit/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, data, database, export, query.

## Combined YAML source

View the package source record on GitHub. [combined/odbc2parquet.yml](https://github.com/mxcl/pkgdb/blob/main/combined/odbc2parquet.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
