LogoLogo
HomeGitHub RepoBook Demo
version-4.1.x
version-4.1.x
  • Introduction
  • Installation
  • Quick start
  • Mental model
  • Architecture
  • Walkthrough
    • Editing a Package
    • Uploading a Package
    • Installing a Package
    • Getting Data from a Package
    • Working with the Catalog
    • Working with a Bucket
  • API Reference
    • quilt3
    • quilt3.Package
    • quilt3.Bucket
    • CLI, environment
    • Known limitations
  • Catalog
    • Admin UI
    • Configuration
    • Embed
    • Metadata for teams
    • Preview
    • Search & query
    • Visualization & dashboards
    • Local Development Mode
  • Examples
    • Git-like operations for datasets and Jupyter notebooks
  • Advanced
    • Filtering a Package
    • .quiltignore
    • Materialization
    • Working with Manifests
    • S3 Select
    • Workflows
    • Enterprise install
    • S3 Events, EventBridge
  • More
    • Frequently Asked Questions
    • Troubleshooting
    • Contributing
    • Changelog
Powered by GitBook
On this page
  • Installation
  • Invocation

Was this helpful?

  1. Catalog

Local Development Mode

PreviousVisualization & dashboardsNextGit-like operations for datasets and Jupyter notebooks

Last updated 3 years ago

Was this helpful?

You can securely and privately run the Quilt catalog in "single-player mode" on your machine. quilt3 catalog launches a Python webserver and local services that communicate with S3 using temporary AWS credentials, derived from your default AWS credentials (or active AWS_PROFILE) with boto3.sts.get_session_token. Data and credentials remain local and private to your machine and AWS account.

For more details about configuring and using AWS credentials in boto3, see the .

Installation

$ pip install quilt3[catalog]

Invocation

quilt3 catalog

See the for details.

AWS documentation
CLI API reference