Discover catalog metadata
Resolve feature keys, region names, and published datasets before you query or import them.
Documentation navigation
Start with E2
SDK guides
CLI guides
MCP guides
Applications
Framework quickstarts
Feature and region commands
terminal
e2 features list
e2 features search rest
e2 features info restaurant
e2 regions list
e2 regions search "New York"
e2 regions resolve "Manhattan"
e2 regions info e2r:region:nycDataset commands
| Command | Purpose |
|---|---|
e2 datasets list | List dataset definitions from the feature registry. |
e2 datasets snapshots | List published datasets and their metadata. |
e2 datasets info restaurant | Resolve a feature and optional region to a dataset. |
e2 download restaurant --out ./restaurant.parquet | Download a dataset to a file. |
Region-aware downloads
terminal
e2 datasets info restaurant --area "Manhattan"
e2 download restaurant --area "Manhattan" --out ./restaurants.parquet
e2 import restaurant --area "Manhattan" --db ./e2.dbUse either --area for name resolution or --region for a canonical region ID.
