posts_unified
Data license: CC-BY
1 row where gdocId = "1eLz7uWtNKJXUoxzM7x8Q1WiHMxOxh3nwoi71wMq8hKY"
This data as json, CSV (advanced)
Suggested facets: publishedAt (date), updatedAt (date), createdAt (date), authors (array)
id ▼ | slug | title | type | publishedAt | updatedAt | authors | createdAt | publicationContext | gdocId | wordpressId |
---|---|---|---|---|---|---|---|---|---|---|
221 | food-choice-vs-eating-local | You want to reduce the carbon footprint of your food? Focus on what you eat, not whether your food is local | article | 2020-01-24 06:20:24 | 2024-03-18 15:41:59 | [ "Hannah Ritchie" ] |
2023-09-01 16:08:39 | listed | You want to reduce the carbon footprint of your food? Focus on what you eat, not whether your food is local 1eLz7uWtNKJXUoxzM7x8Q1WiHMxOxh3nwoi71wMq8hKY |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE posts_unified ( id INTEGER PRIMARY KEY AUTOINCREMENT, slug TEXT, title TEXT, type TEXT, publishedAt TEXT, updatedAt TEXT, authors TEXT, createdAt TEXT, publicationContext TEXT, gdocId TEXT, wordpressId INTEGER, FOREIGN KEY(gdocId) REFERENCES posts_gdocs(id), FOREIGN KEY(wordpressId) REFERENCES posts(id) );