8000 GitHub - jasonpang/reddit-nosleep: Convert a ZST file to a queryable SQLite database.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jasonpang/reddit-nosleep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reddit-nosleep

Convert a ZST file to a queryable SQLite database.

  1. Download the Reddit ZST compressed archive of the subreddit you're interested in at https://the-eye.eu/redarcs.
  2. Decompress the archive (e.g. zstd). The decompressed file is JSON.
  3. Rename the file to nosleep_submissions.json.
  4. Double check the number of submissions: jq -s length nosleep_submissions.json
  5. Run the conversion script: /json-to-sqlite.js -i nosleep_submissions.json -o nosleep.sqlite
  6. Open up the SQLite in your favorite editor.

Examples

SELECT author,title from data where title like '%train%17%'

About

Convert a ZST file to a queryable SQLite database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0