Python datasette

Open-source Python projects categorized as datasette

Top 23 Python datasette Projects

  1. datasette

    An open source multi-tool for exploring and publishing data

    Project mention: SpiceNice – An Open Source Spice Database | news.ycombinator.com | 2024-12-17

    Seems like a perfect job for Datasette: SQLite plus web api and UI

    “Datasette is a tool for exploring and publishing data. It helps people take data of any shape, analyze and explore it, and publish it as an interactive website and accompanying API.”

    https://datasette.io/

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. sqlite-utils

    Python CLI utility and library for manipulating SQLite databases

    Project mention: This Week In Python | dev.to | 2024-07-12

    sqlite-utils – Python CLI utility and library for manipulating SQLite databases

  4. csvs-to-sqlite

    Convert CSV files into a SQLite database

  5. github-to-sqlite

    Save data from GitHub to a SQLite database

  6. twitter-to-sqlite

    Save data from Twitter to a SQLite database

  7. db-to-sqlite

    CLI tool for exporting tables or queries from any SQL database to a SQLite file

    Project mention: db-to-sqlite: exporting tables or queries from any SQL database to SQLite | news.ycombinator.com | 2024-09-19
  8. healthkit-to-sqlite

    Convert an Apple Healthkit export zip to a SQLite database

    Project mention: Show HN: What's in My Location History? | news.ycombinator.com | 2024-07-03

    I wrote a tool a few years ago that could convert your Apple Health data export into a SQLite database. I haven't run it in a while though so there's a chance it doesn't work with the latest file format: https://github.com/dogsheep/healthkit-to-sqlite

  9. apple-notes-to-sqlite

    Export Apple Notes to SQLite

  10. dogsheep-beta

    Build a search index across content from multiple SQLite database tables and run faceted searches against it using Datasette

  11. datasette-dashboards

    Datasette plugin providing data dashboards from metadata

    Project mention: Observable 2.0, a static site generator for data apps | news.ycombinator.com | 2024-02-15

    Me too, and that lead to developing the « datasette-dashboards » plugin[0]. I use this for my company where all the data is gathered by connectors scheduled in CI, storing data in Git, and triggering a SQLite db build and Datasette deployment. « BI as Code » if you will

    [0] https://github.com/rclement/datasette-dashboards

  12. google-takeout-to-sqlite

    Save data from Google Takeout to a SQLite database

  13. pocket-to-sqlite

    Create a SQLite database containing data from your Pocket account

  14. datasette-graphql

    Datasette plugin providing an automatic GraphQL API for your SQLite databases

  15. datasette-ripgrep

    Web interface for searching your code using ripgrep, built as a Datasette plugin

    Project mention: Why Ruby's Timeout is dangerous (and Thread.raise is terrifying) (2015) | news.ycombinator.com | 2024-06-03

    I'm fascinated by this general problem - I see it as a close relative of the "sandbox" problem, where I want to be able to safely run user-defined untrusted operations.

    For timeouts, I want to be able to build web application features which are guaranteed to terminate early after eg 2s in a way that resets all resources related to the operation.

    The best way I've found of doing this so far involves proceses: run the time-bound operation in an entirely separate process and terminate it early if necessary.

    I do that with "rg" here: https://github.com/simonw/datasette-ripgrep/blob/a40161f6273...

  16. datasette-chatgpt-plugin

    A Datasette plugin that turns a Datasette instance into a ChatGPT plugin

  17. swarm-to-sqlite

    Create a SQLite database containing your checkin history from Foursquare Swarm

  18. datasette-scraper

    Add website scraping abilities to Datasette

  19. covid-19-datasette

    Deploys a Datasette instance of COVID-19 data from Johns Hopkins CSSE and the New York Times

  20. hacker-news-to-sqlite

    Create a SQLite database containing data pulled from Hacker News

  21. datasette-auth-github

    Datasette plugin that authenticates users against GitHub

  22. timezones-api

    A Datasette-powered API for finding the time zone for a latitude/longitude point

    Project mention: Storing Times for Human Events | news.ycombinator.com | 2024-12-11

    Oddly enough I built an API. A few years ago that does exactly that, using timezone polygons derived from OpenStreetMap: https://timezones.datasette.io/timezones/by_point?longitude=...

  23. datasette-auth-passwords

    Datasette plugin for authentication using passwords

  24. datasette-plugin

    Cookiecutter template for creating Datasette plugins

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python datasette discussion

Log in or Post with

Python datasette related posts

Index

What are some of the best open-source datasette projects in Python? This list will help you:

# Project Stars
1 datasette 9,726
2 sqlite-utils 1,735
3 csvs-to-sqlite 882
4 github-to-sqlite 418
5 twitter-to-sqlite 402
6 db-to-sqlite 371
7 healthkit-to-sqlite 207
8 apple-notes-to-sqlite 193
9 dogsheep-beta 188
10 datasette-dashboards 139
11 google-takeout-to-sqlite 105
12 pocket-to-sqlite 102
13 datasette-graphql 100
14 datasette-ripgrep 73
15 datasette-chatgpt-plugin 67
16 swarm-to-sqlite 62
17 datasette-scraper 61
18 covid-19-datasette 61
19 hacker-news-to-sqlite 48
20 datasette-auth-github 41
21 timezones-api 29
22 datasette-auth-passwords 22
23 datasette-plugin 20

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?