Purpose
- To understand the Live Database View / CAD Mirror process
Live database view into a CAD mirror or a copy of CAD's database (read-only). First Due would access via a VPN or install a Connector. First Due would write the code to extract the dispatch information. CAD would be responsible for making the read-only view or CAD mirror accessible and timely.
Pros
- Enables First Due to access all or most of the information CAD has of the incident.
- As a "Mirror" or "View Only", it does not require us to intrude into CAD neutralizing security concerns.
Cons
- Requires a little bit of work from CAD to set-up but often less work than the below options.
- Latency. CAD should push the data every 5 - 15 seconds. Longer gaps need to be avoided.
NOTE - Any work required from CAD often requires approval. This approval process sometimes takes time. Please work on introducing First Due to your CAD connect ASAP.
In order complete the development of a dispatch connector for First Due we require the following information:
- Provide a list of views that First Due Will be able to access for CAD data
- Confirm the Database Type (MSSQL, PostgreSQL, MySQL etc)
- Provide the schema/configuration for each view and there corresponding columns
- Provide a dump of each of the views data (full dump is preferred but at a minimum 1000 records)
- Confirm the method in which we can detect if a call is closed or open status (is_closed column, date_closed, etc).
- Complete the provided CAD workbook