surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
1 row where ledger = "sv:student:goguardian" and state = "TN" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3930 | 3930 | GoGuardian | Knox County | TN | 2025-07-10 | student instruction products (approve) | 9264.0 | Approve Product Terms of Service and End User License Agreement with Liminex, Inc. dba GoGuardian and Pear Deck Learning for West High School's license to student instruction products during the 2025-2026 school year at a cost of $9,264.00 using Internal School funds | https://public.destinyhosted.com/agenda_publish.cfm?id=56697&mt=ALL&get_month=7&get_year=2025&dsp=min&seq=785 | https://mytown.theboringparts.com/city/aq-56697/2025/#m6748352 | sv:student:goguardian | stated | 1 | 1 | 0 | TN |
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);