surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
1 row where state = "RI" and vendor = "Peregrine Technologies" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3857 | 3857 | Peregrine Technologies | South Kingstown | RI | 2026-05-26 | data integration platform (award contract) | 46530.0 | A resolution authorizing an award of contract to Peregrine Technologies, Inc., 71 Stevenson Street, Suite 700, San Francisco, CA 94105, pursuant to Bid #SK0067PD, for a Data Integration and Analytics Platform for Public Safety Operations that would allow the Police Department to securely integrate authorized public safety datasets and operational systems, in an amount not to exceed $46,530 for a one-year contract, inclusive of onboarding, training, and integration professional services, including a 10% contingency, utilizing funds from the Town’s Opioid Settlement Fund, as further described in | https://southkingstownri.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=6906,plainText=false) | https://mytown.theboringparts.com/city/southkingstownri/#m72289 | sv:fusion:peregrine | ceiling | 1 | 0 | 0 | RI |
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);