surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
3 rows where ledger = "sv:student:raptor" and state = "CT" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: amount_type, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4333 | 4333 | Raptor Technologies | Hartford Public Schools | CT | 2020-06-16 | visitor screening software (approve contract) | 163560.0 | Motion that the Hartford Board of Education authorizes the Superintendent to execute a contract with Raptor Technologies., for the term delineated in the contract, not to exceed $163,560, ending June 30, 2021. | https://go.boarddocs.com/ct/hartford/Board.nsf/BD-GetMinutes?open&id=BJZPUT654EB2 | https://mytown.theboringparts.com/city/bd-ct-hartford/2020/#m119157 | sv:student:raptor | ceiling | 1 | 0 | 0 | CT |
| 4053 | 4053 | Raptor Technologies | West Haven | CT | 2025-09-09 | visitor screening software (approve invoice) | 2269.0 | Raptor Technologies INV 169678 2,269.00 | Dwight Knowles | Ken DiStasio | Unanimously | https://www.cityofwesthaven.com/AgendaCenter/ViewFile/Minutes/_09092025-3328 | https://mytown.theboringparts.com/city/cityofwesthaven.com/2025/#m1049772 | sv:student:raptor | stated | 1 | 0 | 0 | CT |
| 4363 | 4363 | Raptor Technologies | Norwich | CT | 2026-04-21 | visitor screening software (approve invoice for payment) | 1535.0 | Raptor Technologies Inc. – Invoice #INV254724 - $1,535.00 | https://www.norwichct.org/AgendaCenter/ViewFile/Minutes/_04212026-6880 | https://mytown.theboringparts.com/city/norwichct.org/#m23236 | sv:student:raptor | stated | 1 | 0 | 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);