from Hacker News

Exploring Tweets with SQLite and WASM

by divyenduz on 4/2/21, 9:04 PM with 24 comments

  • by simonw on 4/3/21, 12:28 AM

    I have a CLI tool (written in Python) called twitter-to-sqlite which imports Tweets into a SQLite database - it's a really fun source of data to play with: https://datasette.io/tools/twitter-to-sqlite
  • by gkorland on 4/2/21, 11:25 PM

    The question that keeps bother us, what is the WASM perform impact compared to native SQLite ?
  • by nathanwallace on 4/3/21, 2:30 PM

    I wrote a Postgres FDW in Go to query Twitter using SQL - https://hub.steampipe.io/plugins/turbot/twitter

    (Steampipe is an open source CLI to query cloud APIs using SQL. No DB required!)

  • by bionhoward on 4/2/21, 11:37 PM

    Can this extend to rqlite?

    It would be pretty epic

  • by sktrdie on 4/2/21, 10:42 PM

    Cool but we’ve had in browser databases since ages. Things like indexedDb and WebSql. But I guess it’s a cool WebAssembly experiment nonetheless.