openeventdata / phoenix_pipeline

Turning news into events since 2014.
MIT License
50 stars 33 forks source link

Pull db query out of main geocoding functions? #99

Open ahalterman opened 8 years ago

ahalterman commented 8 years ago

Right now, the geocoding functions call back to Mongo to get the full text of a story for geocoding. This makes it very difficult to tests. Consider splitting out the geocoding logic (esp. for CLIFF, which has a ton) so it can be tested separately with fixed input.