# 使用 Homebrew 安装 nessie

查看 nessie 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:nessie
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install nessie
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:nessie
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/nessie>
- **版本:** 0.108.1
- **来源摘要:** Transactional Catalog for Data Lakes with Git-like semantics
- **主页:** <https://projectnessie.org>
- **仓库:** <https://github.com/projectnessie/nessie>
- **上游文档:** <https://projectnessie.org/guides/introduction>
- **许可证:** Apache-2.0
- **源码归档:** <https://github.com/projectnessie/nessie/archive/refs/tags/nessie-0.108.1.tar.gz>
- **最后更新:** 2026-06-24T19:02:47Z
- **已生成:** 2026-07-08T07:18:31+00:00

## 可执行文件

- nessie (cli)
- nessie (别名)

## 依赖

- openjdk@21

## 构建依赖

- gradle

## 安装行为

- post-install 钩子: 未定义
- 服务: declared
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 0.108.1
- 管理器更新时间: 2026-06-24
- 本地数据: OK
- 上游仓库: https://github.com/projectnessie/nessie
- 检测到的最新版本: nessie-0.108.1 (当前)
## 项目历史与用法

Project Nessie is an Apache-licensed transactional catalog for data lakes with Git-like semantics. It was created in 2020 and applies branches, tags, commits, merges, and consistent multi-table visibility to Apache Iceberg-centered lakehouse workflows.

### 项目历史

The GitHub repository was created on 2020-04-09. Project release notes list a 0.1.0 initial release on 2020-10-01, followed by rapid 2020 and 2021 releases adding Git-like CLI semantics, a Web UI, DynamoDB storage support, Python client and CLI improvements, Iceberg support work, Helm chart support, Spark SQL extension improvements, and API/client compatibility work.

The official docs describe Nessie as doing for data lakes what Git does for source code repositories: changes can happen independently and remain isolated until they are atomically and consistently applied. The docs also say existing Hive or Spark jobs can integrate Nessie through configuration rather than production code changes.

GitHub metadata retrieved on 2026-07-01 showed the repository under the projectnessie organization, written primarily in Java, with about 1.5k stars and 178 forks. The Homebrew formula API reported stable version 0.108.1 and 54 install-on-request events in the prior 30 days when checked on 2026-07-01.

### 采用历史

Nessie's adoption is tied to the open table format ecosystem, especially Apache Iceberg. The project homepage names cross-table transactions, Git-inspired data version control, Hive, Spark, Dremio, Trino, Docker, and Kubernetes as part of its operating context. The GitHub README says Nessie supports Iceberg tables and views and focuses on working with the widest range of tools possible.

Nessie became part of the lakehouse packaging conversation because it offers a catalog-level answer to ETL isolation, rollback, staging versus production data, and multi-table visibility. Dremio's public article framed it as Git-like branching and version control for data engineers, and Apache Iceberg documentation points users to Nessie as a catalog option that requires a Nessie server.

### 使用方式

Package nerds install the `nessie` CLI to interact with a Nessie server: inspecting references, creating branches and tags, committing catalog changes, and supporting Iceberg/Spark workflows. Server-side users run Nessie via a Docker image or Kubernetes deployment, wire engines such as Spark, Trino, Hive, or Dremio to the catalog, and use branches to isolate ETL or experimentation before merging into production.

### 为什么软件包爱好者会关心

Nessie is significant because it turns catalog metadata into a versioned package-like object: tables and views become named, branched, tagged, and merged resources. For a package catalog, it represents the modern data-infrastructure side of version management rather than a conventional developer CLI.

### 时间线

- 2020-04-09: GitHub repository created.
- 2020-10-01: 0.1.0 initial release.
- 2021-10-08: 0.10.1 release notes mention client/API work, storage backend consolidation, and Spark SQL extension changes.
- 2023-07-03: GitHub releases API page of the latest 100 releases reaches Nessie 0.64.0, showing sustained release cadence.
- 2026-06-24: Nessie 0.108.1 release published.

### Related projects

- Apache Iceberg
- Apache Spark
- Apache Hive
- Trino
- Dremio
- Delta Lake
- Kubernetes
- Docker

### 来源

- <https://api.github.com/repos/projectnessie/nessie>
- <https://api.github.com/repos/projectnessie/nessie/releases?per_page=100>
- <https://formulae.brew.sh/api/formula/nessie.json>
- <https://github.com/projectnessie/nessie>
- <https://iceberg.apache.org/docs/1.9.0/nessie/>
- <https://projectnessie.org/>
- <https://projectnessie.org/guides/about/>
- <https://projectnessie.org/guides/transactions/>
- <https://projectnessie.org/releases-0.49/>
- <https://www.dremio.com/blog/project-nessie-transactional-catalog-for-data-lakes-with-git-like-semantics/>


## 安全说明

formula declares a Homebrew service.

- **Geiger 风险:** orange / 中
- formula declares a Homebrew service

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** nessie
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## 相关链接

- [Source-control packages](https://www.automicvault.com/zh-hans/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/zh-hans/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/zh-hans/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [openjdk@21](https://www.automicvault.com/zh-hans/pkg/brew/openjdk-21/) - Runtime dependency declared by Homebrew.
- [gradle](https://www.automicvault.com/zh-hans/pkg/brew/gradle/) - Build dependency declared by Homebrew.
- [lakekeeper](https://www.automicvault.com/zh-hans/pkg/brew/lakekeeper/) - Shares av.db curated category or tags: apache-iceberg, catalog, cli, data, data-lake.
- [iceberg-cli](https://www.automicvault.com/zh-hans/pkg/brew/iceberg-cli/) - Shares av.db curated category or tags: apache-iceberg, cli, data, data-lake.
- [marmot](https://www.automicvault.com/zh-hans/pkg/brew/marmot/) - Shares av.db curated category or tags: catalog, cli, data.
- [unitycatalog](https://www.automicvault.com/zh-hans/pkg/brew/unitycatalog/) - Shares av.db curated category or tags: catalog, cli, data.
- [apache-polaris](https://www.automicvault.com/zh-hans/pkg/brew/apache-polaris/) - Shares av.db curated category or tags: catalog, cli, data.
- [seaweedfs](https://www.automicvault.com/zh-hans/pkg/brew/seaweedfs/) - Shares av.db curated category or tags: cli, data, data-lake.
- [adios2](https://www.automicvault.com/zh-hans/pkg/brew/adios2/) - Shares av.db curated category or tags: cli, data.
- [alluxio](https://www.automicvault.com/zh-hans/pkg/brew/alluxio/) - Shares av.db curated category or tags: cli, data.

## Combined YAML source

View the package source record on GitHub. [combined/nessie.yml](https://github.com/automic-vault/db/blob/main/combined/nessie.yml)


## 来源

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- cross-ecosystem install command graph
