home / public

report_technologies

12 rows where report_id = "785b0d07-b773-4ddd-ad2f-44c2d89f8f2b"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, type, source

Link report_id name type source
785b0d07-b773-4ddd-ad2f-44c2d89f8f2b,ArcGIS,csp https://www.krisinformation.se/ 785b0d07-b773-4ddd-ad2f-44c2d89f8f2b ArcGIS tools csp
785b0d07-b773-4ddd-ad2f-44c2d89f8f2b,Facebook / Meta,csp https://www.krisinformation.se/ 785b0d07-b773-4ddd-ad2f-44c2d89f8f2b Facebook / Meta social csp
785b0d07-b773-4ddd-ad2f-44c2d89f8f2b,Font Awesome,runtime https://www.krisinformation.se/ 785b0d07-b773-4ddd-ad2f-44c2d89f8f2b Font Awesome tools runtime
785b0d07-b773-4ddd-ad2f-44c2d89f8f2b,Google,csp https://www.krisinformation.se/ 785b0d07-b773-4ddd-ad2f-44c2d89f8f2b Google search csp
785b0d07-b773-4ddd-ad2f-44c2d89f8f2b,Google Fonts,csp https://www.krisinformation.se/ 785b0d07-b773-4ddd-ad2f-44c2d89f8f2b Google Fonts tools csp
785b0d07-b773-4ddd-ad2f-44c2d89f8f2b,Matomo,runtime https://www.krisinformation.se/ 785b0d07-b773-4ddd-ad2f-44c2d89f8f2b Matomo analytics runtime
785b0d07-b773-4ddd-ad2f-44c2d89f8f2b,Matomo Tag Manager,runtime https://www.krisinformation.se/ 785b0d07-b773-4ddd-ad2f-44c2d89f8f2b Matomo Tag Manager analytics runtime
785b0d07-b773-4ddd-ad2f-44c2d89f8f2b,Quickchannel,csp https://www.krisinformation.se/ 785b0d07-b773-4ddd-ad2f-44c2d89f8f2b Quickchannel tools csp
785b0d07-b773-4ddd-ad2f-44c2d89f8f2b,Readspeaker,csp https://www.krisinformation.se/ 785b0d07-b773-4ddd-ad2f-44c2d89f8f2b Readspeaker tools csp
785b0d07-b773-4ddd-ad2f-44c2d89f8f2b,Readspeaker,runtime https://www.krisinformation.se/ 785b0d07-b773-4ddd-ad2f-44c2d89f8f2b Readspeaker tools runtime
785b0d07-b773-4ddd-ad2f-44c2d89f8f2b,Screen9,csp https://www.krisinformation.se/ 785b0d07-b773-4ddd-ad2f-44c2d89f8f2b Screen9 video csp
785b0d07-b773-4ddd-ad2f-44c2d89f8f2b,YouTube,csp https://www.krisinformation.se/ 785b0d07-b773-4ddd-ad2f-44c2d89f8f2b YouTube 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 30.683ms