Dataminr First Alert
The Dataminr First Alert feed type in ArcGIS Velocity creates a built-in HTTP endpoint that receives real-time alert events from Dataminr First Alert. Dataminr First Alert provides AI-powered real-time event, threat, and risk intelligence for public sector organizations.
Learn more about the Dataminr-Esri alliance
Examples
The following are example use cases for the feed:
An emergency management agency wants to receive real-time alerts about natural disasters, severe weather, and public safety incidents. They collect Dataminr First Alert data into Velocity to maintain situational awareness during active events and coordinate response efforts.
A public safety organization wants to monitor threats and incidents in their jurisdiction. They use Dataminr First Alert data to track real-time events and correlate alerts with geographic areas of responsibility.
A disaster response team wants to aggregate real-time incident intelligence during an active event. They store Dataminr First Alert data and run analytics to identify emerging hotspots and allocate resources effectively.
Usage notes
Note the following when working with the feed:
The feed is a receiver type that creates an HTTP endpoint. After the feed is created, the URL in the REST Endpoint Path parameter is available on the feed details page. The HTTP endpoint URL, the User Name parameter, and the Password parameter are configured for the feed must be registered in the Dataminr system to begin receiving data.
Key fields are pre-configured for the feed. The
alertIdfield is set as theTrack IDand thealertTimestampfield is set as theStart Time.Velocity automatically constructs point geometry from the
estimatedEventLocation_latandestimatedEventLocation_lngfields.The date and time information is stored in the
alertTimestampfield.The feed automatically flattens JSON data received from Dataminr. Nested objects are represented as underscore-delimited field names. For example,
metadata_cyber_vulnerabilities.Additional fields are provided as arrays within string fields. These can be further processed in real-time analytics using the Calculate Fields or Map Fields tools.
The feed supports removing unwanted fields and adjusting field names. You cannot change data types or add new fields because the alert schema required by Dataminr cannot be modified.
- The
termsOfUsefield contains a link to the Dataminr First Alert Terms of Service.
Parameters
The following are the parameters for the feed:
| Parameter | Description | Data type |
|---|---|---|
| REST Endpoint Path | The system-generated endpoint over which messages are received. This parameter must be registered in the Dataminr system. It is generated and populated by Velocity only after the feed is published. | String |
| User Name | The username secures the HTTP endpoint for this feed. Register this value in the Dataminr system. | String |
| Password | The password secures the HTTP endpoint for this feed. Register this value in the Dataminr system. | String |
Consideration and limitation
Consider the following when using this feed:
Dataminr Customer Support uses the username, password, and HTTP endpoint URL to push data to this feed. If the username or password is unavailable, create new credentials and provide them to Dataminr Customer Support.