Automic VaultAutomic Vault

brew

nessie を Homebrew でインストール

nessie のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install nessie

local Homebrew formula metadata

概要

パッケージ概要

Transactional Catalog for Data Lakes with Git-like semantics

履歴

プロジェクトの歴史と使われ方

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

ソース

セキュリティ状態

リスクレベル: orange

formula declares a Homebrew service.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • formula declares a Homebrew service

信号

  • metadata:service

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • formula メタデータがサービスまたはデーモンブロックを宣言しています。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
nessiecliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-08
マネージャ版0.108.1
マネージャ更新日2026-06-24
ローカルデータOK
上流最新
検出された最新nessie-0.108.1

https://github.com/projectnessie/nessie

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:nessie
バージョン0.108.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/nessie
ホームページ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
Pulseupdated
依存関係openjdk@21
ビルド依存関係gradle
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービスdeclared

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namenessie
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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