repos
1 row where license = "mit"
This data as json, CSV (advanced)
Suggested facets: tags (array)
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [repos] ( [id] INTEGER PRIMARY KEY, [full_name] TEXT, [name] TEXT, [owner] INTEGER REFERENCES [users]([id]), [license] TEXT REFERENCES [licenses]([$key]), [tags] TEXT );