report_technologies
3 rows where report_id = "aa5c66b1-46cc-49b0-a493-6f7f33543c14"
This data as json, CSV (advanced)
Suggested facets: type
| Link | report_id | name | type | source |
|---|---|---|---|---|
| aa5c66b1-46cc-49b0-a493-6f7f33543c14,Matomo,runtime | https://plus.vasteras.se/ aa5c66b1-46cc-49b0-a493-6f7f33543c14 | Matomo | analytics | runtime |
| aa5c66b1-46cc-49b0-a493-6f7f33543c14,SiteVision,runtime | https://plus.vasteras.se/ aa5c66b1-46cc-49b0-a493-6f7f33543c14 | SiteVision | platform | runtime |
| aa5c66b1-46cc-49b0-a493-6f7f33543c14,Whitespace Analys,runtime | https://plus.vasteras.se/ aa5c66b1-46cc-49b0-a493-6f7f33543c14 | Whitespace Analys | analytics | runtime |
Advanced export
JSON shape: default, array, newline-delimited, object
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);