report_technologies
6 rows where report_id = "27322acc-dbd9-443b-928a-db0c3eff189e"
This data as json, CSV (advanced)
Suggested facets: type
| Link | report_id | name | type | source |
|---|---|---|---|---|
| 27322acc-dbd9-443b-928a-db0c3eff189e,Font Awesome,runtime | https://naringsliv.vasteras.se/ 27322acc-dbd9-443b-928a-db0c3eff189e | Font Awesome | tools | runtime |
| 27322acc-dbd9-443b-928a-db0c3eff189e,Matomo,runtime | https://naringsliv.vasteras.se/ 27322acc-dbd9-443b-928a-db0c3eff189e | Matomo | analytics | runtime |
| 27322acc-dbd9-443b-928a-db0c3eff189e,Matomo Tag Manager,runtime | https://naringsliv.vasteras.se/ 27322acc-dbd9-443b-928a-db0c3eff189e | Matomo Tag Manager | analytics | runtime |
| 27322acc-dbd9-443b-928a-db0c3eff189e,Whitespace Analys,runtime | https://naringsliv.vasteras.se/ 27322acc-dbd9-443b-928a-db0c3eff189e | Whitespace Analys | analytics | runtime |
| 27322acc-dbd9-443b-928a-db0c3eff189e,WordPress,runtime | https://naringsliv.vasteras.se/ 27322acc-dbd9-443b-928a-db0c3eff189e | WordPress | platform | runtime |
| 27322acc-dbd9-443b-928a-db0c3eff189e,jsDelivr,runtime | https://naringsliv.vasteras.se/ 27322acc-dbd9-443b-928a-db0c3eff189e | jsDelivr | cdn | 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);