# datasette を Homebrew, Nix でインストール

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

## インストール

```sh
sudo av install brew:datasette
```

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

### macOS

- Homebrew (100%):

```sh
brew install datasette
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#datasette
```

  証拠: nixpkgs package indexes: datasette from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

## パッケージ情報

- **パッケージキー:** brew:datasette
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.65.2
- **ソース概要:** Open source multi-tool for exploring and publishing data
- **ホームページ:** <https://docs.datasette.io/en/stable/>
- **リポジトリ:** <https://github.com/simonw/datasette>
- **最終更新:** 2026-07-15T10:42:08Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- datasette (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.65.2
## プロジェクトの歴史と使われ方

Datasette is an open-source tool for exploring and publishing SQLite-backed data as an interactive website and JSON API.

### プロジェクトの歴史

Datasette was created by Simon Willison and the official changelog traces public releases back to November 2017. The project grew from a lightweight SQLite publishing tool into a broader data exploration platform with plugins, publishing commands, and hosted demos.

### 採用の歴史

The README explicitly targets data journalists, museums, archivists, local governments, scientists, researchers, and other people with data to share. That audience explains its adoption pattern: simple local inspection first, then repeatable publishing to the web.

### 使われ方

Package users usually install the CLI, point it at one or more SQLite databases, and run `datasette serve` locally or `datasette publish` to deploy a site and API.

### パッケージ好きにとっての重要性

Datasette matters in package catalogs because it turns SQLite files into browsable, queryable web apps with one command, making a database file feel like a portable software artifact.

### タイムライン

- 2017: Datasette 0.1 appears in the official changelog.
- 2018: Early 0.x releases expand the publishing and exploration workflow.
- 2024: Datasette 1.0 alpha releases continue the long-running plugin-oriented line.

### Related projects

- SQLite is the central related technology; Datasette Lite and the Datasette plugin ecosystem extend the same publishing model.

### ソース

- <https://github.com/simonw/datasette/blob/main/README.md>
- <https://docs.datasette.io/en/stable>
- <https://docs.datasette.io/en/stable/changelog.html>


## セキュリティノート

datasette に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: datasette.yaml, datasette.json
## 他のパッケージマネージャ記録

- Nix - datasette: normalized package name match | nixpkgs package indexes: datasette from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
