surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where ledger = "sv:student:goguardian", state = "CT" and vendor = "GoGuardian" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: spend_date (date)
| Link | rowid | vendor | city | state | spend_date | product | amount ▲ | quote | source_document | mytown_record | ledger | amount_type | dup_rank | geo_suspect | anomaly | state_norm |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4311 | 4311 | GoGuardian | New Haven Public Schools | CT | 2024-09-16 | virtual classroom monitoring licenses (purchase) | 77880.0 | Purchase Order with Liminex Inc. GoGuardian to provide virtual classroom monitoring system licenses to monitor student activity online, filters content, and alert school officials of potential issues from June 6, 2024 to June 30, 2025 in an amount not to exceed $77,880.00. | https://go.boarddocs.com/ct/nhps/Board.nsf/BD-GetMinutes?open&id=D8YGUW459052 | https://mytown.theboringparts.com/city/bd-ct-nhps/2024/#m196381 | sv:student:goguardian | ceiling | 1 | 1 | 0 | CT |
| 4317 | 4317 | GoGuardian | New Haven Public Schools | CT | 2024-09-23 | virtual classroom monitoring licenses (purchase) | 77880.0 | Purchase Order: 8.05 Purchase Order with Liminex Inc. GoGuardian to provide virtual classroom monitoring system licenses to monitor student activity online, filters content, and alert school officials of potential issues from June 6, 2024 to June 30, 2025 in an amount not to exceed $77,880.00. | https://go.boarddocs.com/ct/nhps/Board.nsf/BD-GetMinutes?open&id=D97HU64A23FF | https://mytown.theboringparts.com/city/bd-ct-nhps/2024/#m196288 | sv:student:goguardian | ceiling | 1 | 1 | 0 | CT |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE surveillance_spending ( vendor TEXT, city TEXT, state TEXT, spend_date TEXT, product TEXT, amount REAL, quote TEXT, source_document TEXT, mytown_record TEXT, ledger TEXT, amount_type TEXT, dup_rank INTEGER, geo_suspect INTEGER, anomaly INTEGER, state_norm TEXT); CREATE INDEX ix_surv_vendor ON surveillance_spending(vendor); CREATE INDEX ix_surv_state ON surveillance_spending(state); CREATE INDEX ix_surv_amount ON surveillance_spending(amount); CREATE INDEX ix_surv_ledger ON surveillance_spending(ledger);