surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where state = "TX" and vendor = "TriTech Software" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4357 | 4357 | TriTech Software | Brownsville | TX | 2023-09-05 | IT blanket purchase order (approve blanket purchase order) | 200000.0 | Approval of Fiscal Year 2024 Information Technology Blanket Purchase Orders as follows: Southern Computer Warehouse (SCW) - $350,000; Dell, Inc. (Dell) - $250,000; GTS Technology Solutions (GTS) - $350,000; NWN, Inc. - $375,000; Netsync, Inc. - $375,000; TriTech - $200,000; MCCI - $125,000; SHI - $200,000; TX-DIR - $120,000 | https://go.boarddocs.com/tx/cobtx/Board.nsf/BD-GetMinutes?open&id=CTQQUK6AF86E | https://mytown.theboringparts.com/city/bd-tx-cobtx/2023/#m58780 | sv:rms:tritech | stated | 1 | 1 | 0 | TX |
| 4084 | 4084 | TriTech Software | Travis County | TX | 2025-07-08 | Extended Services for Integrated Justice System (amend) | 144300.0 | Approve Modification No. 43 to Contract No. 4400000567 with TriTech Software Systems, in the amount of $144,300.00, for Extended Services for the Integrated Justice System. | https://traviscotx.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=12362,plainText=false) | https://mytown.theboringparts.com/city/traviscotx/2025/#m823520 | sv:rms:tritech | stated | 1 | 0 | 0 | TX |
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);