surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
3 rows where ledger = "sv:rms:tritech" and state = "MA" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: city, spend_date, amount, quote, amount_type, dup_rank, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3925 | 3925 | TriTech Software | Westford | MA | 2026-06-09 | CAD software (purchase) | 26518.0 | iv. Tritech Software Systems, a CentralSquare Company in the amount of $26,518.94 for computer aided dispatch software as requested by the IT Department | https://www.westfordma.gov/AgendaCenter/ViewFile/Agenda/_06092026-6792 | https://mytown.theboringparts.com/city/westfordma.gov/#m13223006 | sv:rms:tritech | stated | 1 | 0 | 0 | MA |
| 3926 | 3926 | TriTech Software | Westford | MA | 2026-06-09 | CAD software (approve purchase order) | 26518.0 | iv. Tritech Software Systems, a CentralSquare Company in the amount of $26,518.94 for computer aided dispatch software as requested by the IT Department | https://www.westfordma.gov/AgendaCenter/ViewFile/Agenda/_06092026-6801 | https://mytown.theboringparts.com/city/westfordma.gov/#m13223005 | sv:rms:tritech | stated | 2 | 0 | 0 | MA |
| 4055 | 4055 | TriTech Software | Southbridge | MA | 2022-11-09 | data processing annual agreements (transfer) | 1450.0 | Review/discuss Fire Department transfer request for $1,450.00 from account #001220-585600 Safety Equipment to account #001220-524200 Data Processing to cover the additional costs for data processing annual agreements with Central Square — Tritech and Locality Media-First Due, and entertain a motion to recommend Town Council approve the transfer. | https://www.ci.southbridge.ma.us/AgendaCenter/ViewFile/Agenda/_11092022-1743 | https://mytown.theboringparts.com/city/ci.southbridge.ma.us/2022/#m1043376 | sv:rms:tritech | recommended | 1 | 0 | 0 | MA |
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);