surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
4 rows where state = "CT" and vendor = "Flock" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: city, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1694 | 1694 | Flock | Bristol | CT | 2026-04-01 | budget reduction | 50000.0 | Police Department’s budget reduced $568,920 with an overtime reduction of $250,000 and $50,000 reduction for the Flock Drone System | https://bristolct.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=12396,plainText=false) | https://mytown.theboringparts.com/city/bristolct/#m399326 | flock | stated | 1 | 0 | 0 | CT |
| 2062 | 2062 | Flock | Beacon Falls | CT | 2026-01-13 | approve procurement waiver | 24000.0 | Procurement Waiver - Flock Cameras: $24,000 – The cameras are in place, and the Corporal did a good job explaining his process for choosing Flock – K. Brennan made a motion to approve the procurement waiver for the Flock Cameras. | https://www.beaconfalls-ct.org/AgendaCenter/ViewFile/Minutes/_01132026-191 | https://mytown.theboringparts.com/city/beaconfalls-ct.org/#m1202184 | flock | stated | 1 | 0 | 0 | CT |
| 2051 | 2051 | Flock | Waterford | CT | 2026-02-04 | reduce | 12000.0 | MOTION by Attanasio, seconded by Brule for discussion to reduce the amount proposed for the Flock cameras by $12,000. | https://www.waterfordct.org/AgendaCenter/ViewFile/Minutes/_02042026-2318 | https://mytown.theboringparts.com/city/waterfordct.org/#m1128962 | flock | proposed | 1 | 0 | 0 | CT |
| 2063 | 2063 | Flock | Beacon Falls | CT | 2025-03-25 | discussed lease continuation | 9500.0 | With the Flock cameras, we are beyond our 3-month trial, and they will give us the remainder of this year for $9500 for the first year, should we turn them off. | https://www.beaconfalls-ct.org/AgendaCenter/ViewFile/Minutes/_03252025-144 | https://mytown.theboringparts.com/city/beaconfalls-ct.org/2025/#m1202310 | flock | 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);