jpmens / revgeod

A reverse Geo lookup service written in C, accessible via HTTP and backed by OpenCage and LMDB
Other
12 stars 1 forks source link

Queries and manipulations need API #3

Closed jpmens closed 5 years ago

jpmens commented 5 years ago

When revgeod is installed as a service, running, say, as user daemon, it is not possible for a normal user to query (-q) or dump (-d) the database, let alone kill (-k) an entry, because the database files are obviously not writeable by the user.

Implement these as API calls and (possibly) split out revgeod and revgeoc.