Discover catalog metadata

Resolve feature keys, region names, and published datasets before you query or import them.

Documentation navigation

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:nyc

Dataset commands

CommandPurpose
e2 datasets listList dataset definitions from the feature registry.
e2 datasets snapshotsList published datasets and their metadata.
e2 datasets info restaurantResolve a feature and optional region to a dataset.
e2 download restaurant --out ./restaurant.parquetDownload 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.db

Use either --area for name resolution or --region for a canonical region ID.