quilt logo

quilt

Enrichment pending
quiltdata/quilt

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.

GraphCanon updated today · GitHub synced today

1.4k
Stars
90
Forks
134
Open issues
14
Watchers
today
Last push
TypeScript Apache-2.0Created Feb 10, 2017

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.

Node.js runtimeNode.js

Source: README excerpt (regex_v1, Jul 11, 2026)

npm install
Source link
Python runtimePython

Source: README excerpt (regex_v1, Jul 11, 2026)

2. Install Python task runner:
Source link

Tags

README

Quick Start for Contributors

  1. Clone and create a branch:

    git clone https://github.com/quiltdata/quilt
    cd quilt
    git checkout -b my-change
    
  2. Install Python task runner:

    # macOS/Linux
    curl -LsSf https://astral.sh/uv/install.sh | sh
    
  3. Run Python tests:

    cd api/python
    uv run poe test
    
  4. Run catalog locally:

    cd catalog
    npm install
    npm start
    

For full setup, testing, and release steps, see docs/CONTRIBUTING.md.