report_technologies
4 rows where report_id = "c9239709-b24e-4835-a7ce-23adc5661315"
This data as json, CSV (advanced)
Suggested facets: type
| Link | report_id | name | type | source |
|---|---|---|---|---|
| c9239709-b24e-4835-a7ce-23adc5661315,Gatsby,runtime | https://composer.analys.cloud/ c9239709-b24e-4835-a7ce-23adc5661315 | Gatsby | platform | runtime |
| c9239709-b24e-4835-a7ce-23adc5661315,Matomo,runtime | https://composer.analys.cloud/ c9239709-b24e-4835-a7ce-23adc5661315 | Matomo | analytics | runtime |
| c9239709-b24e-4835-a7ce-23adc5661315,Matomo Tag Manager,runtime | https://composer.analys.cloud/ c9239709-b24e-4835-a7ce-23adc5661315 | Matomo Tag Manager | analytics | runtime |
| c9239709-b24e-4835-a7ce-23adc5661315,Whitespace Analys,runtime | https://composer.analys.cloud/ c9239709-b24e-4835-a7ce-23adc5661315 | 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);