...
We strongly prefer JSON but we can produce XML if you buy us a beer.
Results, Performance, Tests
We have tested the DEV implementation against all the Treasurers data with these results:
found street match | found eas match | count | percent |
---|---|---|---|
false | false | 1444 | 2.72 |
true | false | 6481 | 12.24 |
true | true | 44996 | 85.02 |
52921 | 100 |
You can see the unit tests The service processes about 10 addresses per second which should be fine for our purposes. We have done no performance optimization so we can probably make it faster if you have a compelling reason.
We have written unit tests which you can see here.
Examples
The nominal example:
...