surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
4 rows where state = "AL" and vendor = "Grayshift / GrayKey" sorted by amount descending
This data as json, CSV (advanced)
Suggested facets: product, amount, quote, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3499 | 3499 | Grayshift / GrayKey | Mobile | AL | 2022-02-22 | forensic science software license (approve purchase order) | 45995.0 | Approve purchase order to Grayshift for annual renewal of forensic science software license; $45,995.00 (sponsored by Mayor Stimpson) (submitted by John Paine, Purchasing Dept.). | https://mobileal.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=663,plainText=false) | https://mytown.theboringparts.com/city/mobileal/2022/#m454719 | sv:forensics:grayshift | stated | 1 | 0 | 0 | AL |
| 3500 | 3500 | Grayshift / GrayKey | Mobile | AL | 2022-02-15 | forensic science software license (approve purchase order) | 45995.0 | Approve purchase order to Grayshift for annual renewal of forensic science software license; $45,995.00 | https://mobileal.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=673,plainText=false) | https://mytown.theboringparts.com/city/mobileal/2022/#m454718 | sv:forensics:grayshift | stated | 1 | 0 | 0 | AL |
| 3504 | 3504 | Grayshift / GrayKey | Mobile | AL | 2021-05-04 | mobile device forensic software licenses (approve purchase order) | 38602.0 | Approve purchase order to Grayshift for mobile device forensic software annual licenses renewal, $38,602.79 | https://mobileal.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=530,plainText=false) | https://mytown.theboringparts.com/city/mobileal/2021/#m454676 | sv:forensics:grayshift | stated | 1 | 0 | 0 | AL |
| 3505 | 3505 | Grayshift / GrayKey | Mobile | AL | 2021-04-27 | mobile device forensic software (approve purchase order) | 38602.0 | Approve purchase order to Grayshift for mobile device forensic software annual licenses renewal, $38,602.79 | https://mobileal.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=545,plainText=false) | https://mytown.theboringparts.com/city/mobileal/2021/#m454675 | sv:forensics:grayshift | stated | 2 | 0 | 0 | AL |
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);