home / public

report_technologies

3 rows where report_id = "f2bcdb43-b763-4055-b126-4522cd6a452e"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
f2bcdb43-b763-4055-b126-4522cd6a452e,Matomo,runtime https://skola.vasteras.se/ f2bcdb43-b763-4055-b126-4522cd6a452e Matomo analytics runtime
f2bcdb43-b763-4055-b126-4522cd6a452e,SiteVision,runtime https://skola.vasteras.se/ f2bcdb43-b763-4055-b126-4522cd6a452e SiteVision platform runtime
f2bcdb43-b763-4055-b126-4522cd6a452e,Whitespace Analys,runtime https://skola.vasteras.se/ f2bcdb43-b763-4055-b126-4522cd6a452e 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 15.441ms