posts_links
Data license: CC-BY
2 rows where sourceId = 26655
This data as json, CSV (advanced)
id ▼ | sourceId | target | linkType | componentType | text | queryString | hash |
---|---|---|---|---|---|---|---|
20040 | Child mortality is an everyday tragedy of enormous scale that rarely makes the headlines 26655 | https://en.wikipedia.org/wiki/Boeing_747 | url | href | |||
20041 | Child mortality is an everyday tragedy of enormous scale that rarely makes the headlines 26655 | deaths-globally-by-age | grapher | src | ?country=~OWID_WRL |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "posts_links" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "sourceId" INTEGER NOT NULL , "target" VARCHAR(2047) NOT NULL , "linkType" TEXT NULL , "componentType" VARCHAR(255) NOT NULL , "text" VARCHAR(255) NOT NULL , "queryString" VARCHAR(2047) NOT NULL , "hash" VARCHAR(2047) NOT NULL, FOREIGN KEY("sourceId") REFERENCES "posts" ("id") ON UPDATE CASCADE ON DELETE CASCADE );