surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where state = "OH" and vendor = "Verkada" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2457 | 2457 | Verkada | Niles | OH | 2023-08-29 | Door controllers (ratify purchase order) | 52033.0 | Board Approval - Ratification of Multiple Purchase Orders to IT Savvy for the Door Access Control System (Verkada Door Controllers) Project Village-Wide in the Amount of $52,033.09 | https://niles.granicus.com/MinutesViewer.php?view_id=2&clip_id=53 | https://mytown.theboringparts.com/city/gr-niles/2023/#m6357681 | sv:camera:verkada | stated | 1 | 0 | 0 | OH |
| 2458 | 2458 | Verkada | Niles | OH | 2025-06-04 | card readers (purchase) | 46670.0 | Resolution Authorizing a Bid Waiver and Ratification of an Emergency Purchase to Hartman Electric Co. Inc. for Verkada Card Readers in the Police Department in the Amount of $46,670.28 | https://niles.granicus.com/MinutesViewer.php?view_id=2&clip_id=95 | https://mytown.theboringparts.com/city/gr-niles/2025/#m6357634 | sv:camera:verkada | stated | 1 | 0 | 0 | OH |
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);