simonw/datasette

An open source multi-tool for exploring and publishing data

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 26 minutes ago
Added to GitGenius on September 3rd, 2023
Created on October 23rd, 2017
Open Issues & Pull Requests: 708 (+0)
Number of forks: 900
Total Stargazers: 11,405 (+0)
Total Subscribers: 105 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.2 hours
Mean response time: 133.3 days
90th percentile: 359.1 days
Tracked items: 321

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 38% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Only 8% of issues opened in the past year have been closed. Three people close 98% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 448
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,388 days
Stale 30+ days: 442
Stale 90+ days: 423

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (242)
  • enhancement (168)
  • plugins (166)
  • small (162)
  • documentation (157)
  • feature (97)
  • authentication-and-permissions (89)
  • refactor (87)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Datasette is a tool for exploring and publishing data that transforms SQLite databases into interactive websites and APIs without requiring custom development.

The tool addresses the need to make data accessible and shareable to non-technical audiences. It works by serving a SQLite database through a web interface that automatically generates browsable tables, filterable views, and a JSON API. Users can enhance the presentation by adding metadata such as licensing information, source attribution, and custom titles through a simple JSON configuration file. The tool handles the full publishing workflow, including one-command deployment to hosting platforms like Heroku or Google Cloud Run, which automatically containerizes the database and application together.

Datasette suits data journalists, researchers, archivists, museum curators, and anyone needing to publish structured data for exploration without building a custom application. It works particularly well for datasets of any size that fit naturally into SQLite's relational model. The tool is designed for rapid iteration and sharing, making it valuable when the goal is to get data online quickly rather than build a polished product. It excels at scenarios where the data itself is the primary interface—users browse, filter, and query directly rather than navigating a designed experience.

The project's issue tracker is maintained primarily by its own members, functioning more as internal planning than as a channel for external user requests. Maintainers respond to new issues and pull requests within hours. Work focuses on bugs, authentication and permissions features, and enhancements.