Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
exodata
Terminal client for the Exoplanets Catalog — a queryable mirror of the NASA Exoplanet Archive's stellar hosts and exoplanets tables.
exodata runs SQL SELECT queries, browses rows, inspects schemas, and runs
curated insights against the live API or a downloaded local dataset. Output is
table, JSON, or CSV.
Install
First Commands
# Live API, default table output
# Curated insights
Backends
--backend auto use local dataset if present, otherwise API (default)
--backend api always hit https://exodata.space
--backend local require a complete local dataset
Selection precedence: --backend flag > EXO_BACKEND env > config file >
default auto.
Offline Mode
Local mode expects all four files in one directory:
stellarhosts.parquet
exoplanets.parquet
stellarhosts-metadata.toml
exoplanets-metadata.toml
Output Formats
Configuration
Persistent config lives at the platform config directory (e.g.
~/.config/exodata/config.toml). Environment overrides: EXO_BACKEND,
EXO_API_BASE_URL, EXO_DATA_DIR, EXO_DOWNLOAD_DIR.
Agent Integration
The catalog also exposes a hosted MCP server at https://exodata.space/mcp
(Streamable HTTP, stateless JSON) with five read-only tools: health,
list_insights, run_insight, describe_catalog, query_catalog. Most
MCP-aware agents can connect natively — for example, Claude Code:
See the MCP docs for Crush, OpenCode, and Codex CLI snippets.
If you prefer the CLI as an agent surface, install the bundled skill so coding
agents pick up exodata usage instructions:
Repository Commands
Maintenance and data-preparation commands (raw-file conversion, sample views,
local SQL against data/, etc.) are grouped under exodata dev. These are
not aimed at end users; see the CLI spec
for the full list.
More
- Web UI: https://exodata.space
- REST API: https://exodata.space/swagger-ui
- Source: https://github.com/oiwn/exoplanets-catalog
- Full CLI docs: https://github.com/oiwn/exoplanets-catalog/blob/main/docs/cli.md
License
AGPL-3.0-only.