ExternalDatabases » History » Version 2
Mike Brown, 02/03/2025 04:55 PM
1 | 1 | Dan Smith | # ExternalDatabases |
---|---|---|---|
2 | |||
3 | ## RepeaterBook |
||
4 | |||
5 | ### Including multi-state results |
||
6 | 2 | Mike Brown | Short Story: |
7 | |||
8 | Step 1 - Query each state that could be in your final distance (aka proximity) query |
||
9 | Step 2 - Modify the Chirp query to use latitude, longitude and distance (miles) |
||
10 | Step 3 - Execute the distance query |
||
11 | |||
12 | Explanation |
||
13 | |||
14 | RepeaterBook has a distance based query called Proximity 2.0 but does not have an API with the same functionality. Using a multi-state query might trigger rate limiting by RepeaterBook. |
||
15 | Chirp caches (temporarily stores) query results for the web session and the cached results. Instead of creating a new query Chirp will search the. cache for the proximity results using longitude and latitude. |