gw-sd-2016 / Opti4Ride

Randy Senior Design Project
0 stars 0 forks source link

Geocode Caching and Server Deployment #10

Open rfitzmorris opened 8 years ago

rfitzmorris commented 8 years ago

@twood02

This week I have focused primarily on fixing an issue where geocoding caps were frequently being reached during server demos. Geocoding and reverse geocoding is now cached on the server in order to eliminate calls to third party services. This has also been updated in the dispatch module, such that the module now runs with each in real time. The server has also been partially deployed on an Amazon cloud server to enable over-the-web calls instead of local deployment and testing. This will help in producing a more robust final demo (with real iOS device capability) and stress testing for further unit testing.

twood02 commented 8 years ago

sounds good.