home / public

report_technologies

7 rows where report_id = "b449d498-0955-4952-9543-ccb0f1afa8ea"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
b449d498-0955-4952-9543-ccb0f1afa8ea,Adobe Fonts (Typekit),runtime https://djurensjul.nrm.se/ b449d498-0955-4952-9543-ccb0f1afa8ea Adobe Fonts (Typekit) tools runtime
b449d498-0955-4952-9543-ccb0f1afa8ea,Azure Application Insights,runtime https://djurensjul.nrm.se/ b449d498-0955-4952-9543-ccb0f1afa8ea Azure Application Insights analytics runtime
b449d498-0955-4952-9543-ccb0f1afa8ea,Matomo,runtime https://djurensjul.nrm.se/ b449d498-0955-4952-9543-ccb0f1afa8ea Matomo analytics runtime
b449d498-0955-4952-9543-ccb0f1afa8ea,Matomo Tag Manager,runtime https://djurensjul.nrm.se/ b449d498-0955-4952-9543-ccb0f1afa8ea Matomo Tag Manager analytics runtime
b449d498-0955-4952-9543-ccb0f1afa8ea,Microsoft Azure,runtime https://djurensjul.nrm.se/ b449d498-0955-4952-9543-ccb0f1afa8ea Microsoft Azure infrastructure runtime
b449d498-0955-4952-9543-ccb0f1afa8ea,Next.js,runtime https://djurensjul.nrm.se/ b449d498-0955-4952-9543-ccb0f1afa8ea Next.js platform runtime
b449d498-0955-4952-9543-ccb0f1afa8ea,Whitespace Analys,runtime https://djurensjul.nrm.se/ b449d498-0955-4952-9543-ccb0f1afa8ea Whitespace Analys analytics runtime

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 18.261ms