surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
3 rows where state = "MI" and vendor = "Verkada" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2630 | 2630 | Verkada | Taylor | MI | 2024-01-16 | network switch and labor (purchase) | 13939.0 | Resolved: To approve GroundWork0, sole source, for the purchase of one (1) network switch and labor to support the Verkada project, for an amount not to exceed $13,939, funded through TBA Supplies. | https://www.cityoftaylor.com/AgendaCenter/ViewFile/Minutes/_01162024-577 | https://mytown.theboringparts.com/city/cityoftaylor.com/2024/#m1393383 | sv:camera:verkada | ceiling | 1 | 0 | 0 | MI |
| 2629 | 2629 | Verkada | Taylor | MI | 2024-02-13 | network switches (purchase) | 13227.0 | Resolved: to approve GroundWork0, sole source, for the purchase of three (3) network switches to support the Verkada project, for an amount of $13,227. | https://www.cityoftaylor.com/AgendaCenter/ViewFile/Minutes/_02132024-582 | https://mytown.theboringparts.com/city/cityoftaylor.com/#m1393475 | sv:camera:verkada | stated | 1 | 0 | 0 | MI |
| 2637 | 2637 | Verkada | Taylor | MI | 2025-06-17 | Verkada Command Connector (renew) | 5620.0 | To approve Knight Watch, current vendor, for Verkada Command Connector and five year licenses for seven (7) existing cameras in the amount not to exceed $5,620. | https://www.cityoftaylor.com/AgendaCenter/ViewFile/Minutes/_06172025-793 | https://mytown.theboringparts.com/city/cityoftaylor.com/2025/#m1393281 | sv:camera:verkada | ceiling | 1 | 0 | 0 | MI |
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);