instedd / cdx-api-elasticsearch

Ruby implementation of CDX Query API on an ElasticSearch backend
http://dxapi.org/#/query-events
MIT License
0 stars 0 forks source link

Remove dependency on MySQL and ActiveRecord for locations model #1

Open waj opened 9 years ago

waj commented 9 years ago

This gem depends on MySQL and AR to query the locations hierarchy (administrative level). Remove this dependency, by keeping that hierarchy in ElasticSearch to be consistent with the storage of the rest of the data; but making it easily overridable.


macoca commented 9 years ago

Use location service