home / public

report_technologies

8 rows where report_id = "b3d6c994-2845-4389-857d-750be716656a"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

Link report_id name type source
b3d6c994-2845-4389-857d-750be716656a,Azure Application Insights,runtime https://www.dinhalsocentral.se/ b3d6c994-2845-4389-857d-750be716656a Azure Application Insights analytics runtime
b3d6c994-2845-4389-857d-750be716656a,BootstrapCDN,runtime https://www.dinhalsocentral.se/ b3d6c994-2845-4389-857d-750be716656a BootstrapCDN cdn runtime
b3d6c994-2845-4389-857d-750be716656a,Cloudflare,runtime https://www.dinhalsocentral.se/ b3d6c994-2845-4389-857d-750be716656a Cloudflare cdn runtime
b3d6c994-2845-4389-857d-750be716656a,Google,runtime https://www.dinhalsocentral.se/ b3d6c994-2845-4389-857d-750be716656a Google search runtime
b3d6c994-2845-4389-857d-750be716656a,Matomo,runtime https://www.dinhalsocentral.se/ b3d6c994-2845-4389-857d-750be716656a Matomo analytics runtime
b3d6c994-2845-4389-857d-750be716656a,Matomo Tag Manager,runtime https://www.dinhalsocentral.se/ b3d6c994-2845-4389-857d-750be716656a Matomo Tag Manager analytics runtime
b3d6c994-2845-4389-857d-750be716656a,Whitespace Analys,runtime https://www.dinhalsocentral.se/ b3d6c994-2845-4389-857d-750be716656a Whitespace Analys analytics runtime
b3d6c994-2845-4389-857d-750be716656a,jsDelivr,runtime https://www.dinhalsocentral.se/ b3d6c994-2845-4389-857d-750be716656a jsDelivr cdn 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 11.386ms