Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Complete rewrite of superstac as a Rust workspace. Replaces the Python prototype
with a federated STAC engine that queries multiple catalogs concurrently,
deduplicates results, and normalizes collection + asset names to canonical
forms. Ships both a library API and a
superstacCLI.Workspace
superstac-coresuperstac-configsuperstac-searchsuperstac-enginesuperstac-clisuperstacbinaryWhat it does
per-catalog timeouts, configurable concurrency cap.
query canonical names; items come back normalized.
/collectionsat startup; skip catalogsthat can't serve the request.
seen_inprovenance.
list_collections,catalogs_supporting,collections_by_catalog,describe_collection.searchandcollectionssubcommands,--jsonoutput,--verbose/--quietlog control.RUST_LOGoverride.Breaking change
Complete rewrite. The Python
from superstac import ...API is gone.Python bindings via PyO3 are on the roadmap.
Release prep
Unified workspace versioning (0.1.0), per-crate crates.io metadata,
CHANGELOG.md,cargo-releaseconfig. Ready forcargo publishoncecrate names are claimed.
Test plan
cargo build --workspacecargo test --workspace— 84 tests passcargo doc --workspace --no-deps— no warningscargo publish --dry-run -p superstac-coresuperstac collectionsagainst a real configsuperstac search -c sentinel-2-l2a -l 5