surveillance_spending
Data license: CC BY 4.0 · Data source: MyTown
2 rows where ledger = "sv:other:rapidsos" and state = "GA" 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2876 | 2876 | RapidSOS | Forsyth County | GA | 2025-05-06 | 911 transcription module (award quote) | 136764.0 | Board consideration and approval to award Quote: Q-00835 to RapidSOS in the amount of $136,764.00 for a Text, Speech, and Video Transcription/Translation Communicator Module Services to enable voice transcription, text to and from 911, caller video, call summarization, and real-time translation to E-911 dispatchers. | https://forsythcoga.api.civicclerk.com/v1/Meetings/GetMeetingFileStream(fileId=2502,plainText=false) | https://mytown.theboringparts.com/city/forsythcoga/2025/#m866696 | sv:other:rapidsos | stated | 1 | 0 | 0 | GA |
| 3364 | 3364 | RapidSOS | DeKalb County | GA | 2024-07-09 | 911 interface (amend) | 46361.0 | This request seeks to add an interface from DeKalb CAD to AMR Imagetrend Record Management System and to add annual support costs for the Rapid SOS interface. Awarded to CentralSquare Technologies (TriTech Software Systems). Amount Not To Exceed: $46,361.21. | https://dekalbcountyga.legistar1.com/dekalbcountyga/meetings/2024/7/3994_A_Board_of_Commissioners_24-07-09_Agenda.pdf | https://mytown.theboringparts.com/city/dekalbcountyga/2024/#m556046 | sv:other:rapidsos | ceiling | 1 | 0 | 0 | GA |
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);