home / public

report_technologies

3 rows where report_id = "9e2db2e4-6239-45cd-b6b2-b1fc4a2f16bd"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
9e2db2e4-6239-45cd-b6b2-b1fc4a2f16bd,Gatsby,runtime https://nsr.se/ 9e2db2e4-6239-45cd-b6b2-b1fc4a2f16bd Gatsby platform runtime
9e2db2e4-6239-45cd-b6b2-b1fc4a2f16bd,Matomo Tag Manager,runtime https://nsr.se/ 9e2db2e4-6239-45cd-b6b2-b1fc4a2f16bd Matomo Tag Manager analytics runtime
9e2db2e4-6239-45cd-b6b2-b1fc4a2f16bd,WordPress,runtime https://nsr.se/ 9e2db2e4-6239-45cd-b6b2-b1fc4a2f16bd WordPress platform 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 10.148ms