quilt
Enrichment pendingQuilt is a Scientific Data Management Platform on AWS that helps teams and AI find, trust, and reuse data through deeply versioned, context-rich data packages.
GraphCanon updated today · GitHub synced today
Trust & integrity
Full report- Maintenance
- Very active (0d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Organization account
- As of today · Source: github_public_v1
- Security (OSV)
- No lockfile
- As of today · Source: none
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Overview
Quilt is a Scientific Data Management Platform on AWS that helps teams and AI find, trust, and reuse data through deeply versioned, context-rich data packages.
Capability facts
- Languages
- typescript
Source: github.language · Jul 11, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 11, 2026)
2. Install Python task runner:Source link
Tags
README
Quick Start for Contributors
-
Clone and create a branch:
git clone https://github.com/quiltdata/quilt cd quilt git checkout -b my-change -
Install Python task runner:
# macOS/Linux curl -LsSf https://astral.sh/uv/install.sh | sh -
Run Python tests:
cd api/python uv run poe test -
Run catalog locally:
cd catalog npm install npm start
For full setup, testing, and release steps, see docs/CONTRIBUTING.md.