Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As of November 4, we have a working Accela implementation - we are "replicating" to . Addresses that are created or changed on our DEV instance should replicate in near real time to a table named eas_flat_addresses . We on Accela GIS DEV. To accomplish this we use the ArcGIS rest API; inserts maps to addFeatures; updates maps to .  When and address is created we call addFeatures; when an address is updated we use query and updateFeatures. Note that we do not delete address records. You can see the code here and it should be running now on our DEV instance. You can also get some sense of how this works by examining the insert and update log file output. 

Learning Curve

After some discussion, Mike and Paul have decided to try the simplest thing that could possibly work. In this case, this means using a flattened representation of EAS addresses. This should allow us to better understand Accela and how addresses work in Accela. We expect that we'll make some changes as we learn.

...