Show HN: Search the lyrics of 500 HÖR Berlin techno sets

2 months ago (hor.greg.technology)

wow, all in-browser, and only 8 mb? or did I misread the progress screen?

  • correct! it's a sqlite database which ends up being automatically gzip'd by the github cdn aka fastly - this ends up being ~4mb over the wire

    obviously this solution doesn't scale (versus something like https://github.com/phiresky/sql.js-httpvfs ) but sometimes it's fun to "just" send the sqlite database to the frontend and be done :-)