jsk_fellows (view)

8 rows where fellowship = "jsk-fellows1997"

View and edit SQL

Suggested facets: description, location, verified

fellowship

  • jsk-fellows1997 · 8
id name description location url fellowship followers_count created_at verified screen_name
14766481 RODRIGOCARPIO   Fort Lauderdale, FL, USA http://www.zajorynproductions.com jsk-fellows1997 60 2008-05-13T23:45:17+00:00 0 zajoryn
18482570 John Fensterwald Reporter, @EdSource, great site on California early ed, K-12, higher ed news/policies, committed to equity, #CAStudentsMatter; #GoWarriors San Jose, California http://www.edsource.org/today jsk-fellows1997 7841 2008-12-30T17:35:09+00:00 1 jfenster
20188770 \ Tweets are my own     jsk-fellows1997 454 2009-02-05T21:11:25+00:00 0 gannonbill
32995666 Maria Ronderos periodista colombiana London, England   jsk-fellows1997 22416 2009-04-18T20:08:57+00:00 0 mtronderos
63125158 Alex Beam This is a Twitter bot. The real Alex Beam, distinguished Boston Globe writer and squash enthusiast, is found at @ImAlexBeamYrNot Boston, MA http://bostonglobe.com/staff/beam jsk-fellows1997 518 2009-08-05T13:02:51+00:00 0 GlobeAlexBeam
82422512 AlexBeam Early Twitter non-adopter, journalist, author and so on Boston   jsk-fellows1997 1650 2009-10-14T18:22:51+00:00 0 imalexbeamyrnot
531407250 Andrew Zajac Legal reporter for Bloomberg News Washington DC   jsk-fellows1997 151 2012-03-20T14:55:56+00:00 0 andrewzajac1
1003951466 Slawomir Zagorski       jsk-fellows1997 32 2012-12-11T12:35:36+00:00 0 SlawomirZagorsk

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW jsk_fellows AS 
    select
        users.id,
        users.name,
        users.description,
        users.location,
        users.url,
        'https://twitter.com/' || users.screen_name as twitter,
        group_concat(lists.slug) as fellowship,
        users.followers_count,
        users.created_at,
        users.verified,
        users.screen_name
    from users
        join list_members
            on list_members.user = users.id
        join lists
            on list_members.list = lists.id
    where
        lists.slug like 'jsk-fellows%'
        and lists.slug not like '%projects'
    group by users.id;
Powered by Datasette · Query took 82.031ms · About: simonw/jsk-fellows-on-twitter