tweets
8 rows where "created_at" is on date 2021-09-18, is_quote_status = 0, retweeted = 0 and source = "1f89d6a41b1505a3071169f8d0d028ba9ad6f952" sorted by lang
This data as json, CSV (advanced)
Suggested facets: retweet_count, favorite_count, lang
id | user | created_at | full_text | retweeted_status | quoted_status | place | source | truncated | display_text_range | in_reply_to_status_id | in_reply_to_user_id | in_reply_to_screen_name | geo | coordinates | contributors | is_quote_status | retweet_count | favorite_count | favorited | retweeted | possibly_sensitive | lang ▼ | scopes |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1439024297972932608 | swyx 33521530 | 2021-09-18T00:31:43+00:00 | @temporalio @golang "Yes, cool, but *HOW* do you checkpoint execution?!?" — @EricVicenti Event sourcing. Temporal SDKs aren't mere API wrappers. They are runtimes that persist and replay the *complete event history* of your code execution, backed by Temporal Server. More: https://youtu.be/BJwFxqdSx4Y?t=600 https://twitter.com/swyx/status/1439024297972932608/video/1 | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [20, 299] | 1438969813225799682 | 33521530 | swyx | 0 | 2 | 12 | 0 | 0 | 0 | en | |||||||
1439027619849068547 | swyx 33521530 | 2021-09-18T00:44:55+00:00 | @devongovett @AdamRackis BuT mUh dEveLopR eXpERienCe | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [25, 52] | 1439026285615796229 | 15687937 | devongovett | 0 | 0 | 5 | 0 | 0 | en | ||||||||
1439027783041052676 | swyx 33521530 | 2021-09-18T00:45:33+00:00 | @damengchen wow, congrats Damon!!! so well deserved! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [12, 52] | 1438990980095430659 | 314939187 | damengchen | 0 | 0 | 8 | 0 | 0 | en | ||||||||
1439027904403292166 | swyx 33521530 | 2021-09-18T00:46:02+00:00 | @EricVicenti @temporalio @golang and hopefully a lot more after the foundation we are building! https://docs.temporal.io/blog/why-rust-powers-core-sdk/ | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [33, 119] | 1439027041618194438 | 594746113 | EricVicenti | 0 | 0 | 1 | 0 | 0 | 0 | en | |||||||
1439031496648527872 | swyx 33521530 | 2021-09-18T01:00:19+00:00 | @stolinski @sveltejs turns out the single file format is a really good fit for markdown extensions, right down to inline styles :) @evilpingwin is a mad genius. He did this talk for last year's Svelte Summit: https://www.youtube.com/watch?v=S3j1fLzC8_E | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [21, 233] | 1438991516647706627 | 18727585 | stolinski | 0 | 1 | 17 | 0 | 0 | 0 | en | |||||||
1439032070873882624 | swyx 33521530 | 2021-09-18T01:02:36+00:00 | @jasonlaster11 @replayio @ProductHunt ayyy i got a quote in! | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [38, 60] | 1439024191655661573 | 312750384 | jasonlaster11 | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1439261249410273280 | swyx 33521530 | 2021-09-18T16:13:16+00:00 | @grahamneray i was authzed out for a day haha | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [13, 45] | 1439260226084032521 | 389779048 | grahamneray | 0 | 0 | 1 | 0 | 0 | en | ||||||||
1439333664953815040 | swyx 33521530 | 2021-09-18T21:01:01+00:00 | @briannekimmel 👋🏽 devtools/devrel/community | Twitter Web App 1f89d6a41b1505a3071169f8d0d028ba9ad6f952 | 0 | [15, 43] | 1439326222970875906 | 79275814 | briannekimmel | 0 | 0 | 10 | 0 | 0 | ro |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [tweets] ( [id] INTEGER PRIMARY KEY, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [full_text] TEXT, [retweeted_status] INTEGER, [quoted_status] INTEGER, [place] TEXT REFERENCES [places]([id]), [source] TEXT REFERENCES [sources]([id]), [truncated] INTEGER, [display_text_range] TEXT, [in_reply_to_status_id] INTEGER, [in_reply_to_user_id] INTEGER, [in_reply_to_screen_name] TEXT, [geo] TEXT, [coordinates] TEXT, [contributors] TEXT, [is_quote_status] INTEGER, [retweet_count] INTEGER, [favorite_count] INTEGER, [favorited] INTEGER, [retweeted] INTEGER, [possibly_sensitive] INTEGER, [lang] TEXT, [scopes] TEXT, FOREIGN KEY([retweeted_status]) REFERENCES [tweets]([id]), FOREIGN KEY([quoted_status]) REFERENCES [tweets]([id]) ); CREATE INDEX [idx_tweets_source] ON [tweets] ([source]);