Hosting SQLite Databases on GitHub Pages

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • datasette-lite

    Datasette running in your browser using WebAssembly and Pyodide

  • I grafted the enhanced lazyFile implementation of this to datasette-lite relatively recently. Threw in a 18GB CSV from

    https://www.sco.ca.gov/upd_download_property_records.html

    into a FTS5 Sqlite Database which came out to about 28GB after processing:

    POC, non-merging Draft PR for the hack:

    https://github.com/simonw/datasette-lite/pull/49

    You can run queries through it if you URL hack into it and just get to the query dialog, browsing is kind of a dud at the moment since datasette runs a count(*) which downloads everything.

    I don't think its as popular as you think it is. Plus its used by a bunch of other crap:

    https://hn.algolia.com/?q=TFA

    so its probably worth just spelling out the thing.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts