home / public

report_technologies

10 rows where report_id = "a25ff3c1-9200-4283-a942-34e00fba434d"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, type, source

Link report_id name type source
a25ff3c1-9200-4283-a942-34e00fba434d,Font Awesome,runtime https://www.nordred.org/ a25ff3c1-9200-4283-a942-34e00fba434d Font Awesome tools runtime
a25ff3c1-9200-4283-a942-34e00fba434d,Google,csp https://www.nordred.org/ a25ff3c1-9200-4283-a942-34e00fba434d Google search csp
a25ff3c1-9200-4283-a942-34e00fba434d,Google Fonts,csp https://www.nordred.org/ a25ff3c1-9200-4283-a942-34e00fba434d Google Fonts tools csp
a25ff3c1-9200-4283-a942-34e00fba434d,Google Maps,csp https://www.nordred.org/ a25ff3c1-9200-4283-a942-34e00fba434d Google Maps tools csp
a25ff3c1-9200-4283-a942-34e00fba434d,Matomo,runtime https://www.nordred.org/ a25ff3c1-9200-4283-a942-34e00fba434d Matomo analytics runtime
a25ff3c1-9200-4283-a942-34e00fba434d,Matomo Tag Manager,runtime https://www.nordred.org/ a25ff3c1-9200-4283-a942-34e00fba434d Matomo Tag Manager analytics runtime
a25ff3c1-9200-4283-a942-34e00fba434d,Quickchannel,csp https://www.nordred.org/ a25ff3c1-9200-4283-a942-34e00fba434d Quickchannel tools csp
a25ff3c1-9200-4283-a942-34e00fba434d,Readspeaker,csp https://www.nordred.org/ a25ff3c1-9200-4283-a942-34e00fba434d Readspeaker tools csp
a25ff3c1-9200-4283-a942-34e00fba434d,Readspeaker,runtime https://www.nordred.org/ a25ff3c1-9200-4283-a942-34e00fba434d Readspeaker tools runtime
a25ff3c1-9200-4283-a942-34e00fba434d,Screen9,csp https://www.nordred.org/ a25ff3c1-9200-4283-a942-34e00fba434d Screen9 video csp

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE report_technologies (
  report_id TEXT NOT NULL REFERENCES reports(id) ON DELETE CASCADE,
  name      TEXT NOT NULL,
  type      TEXT NOT NULL,
  source    TEXT NOT NULL,
  PRIMARY KEY (report_id, name, source)
);
CREATE INDEX idx_report_technologies_name ON report_technologies(name);
Powered by Datasette · Queries took 50.69ms