An apache module to implement the OpenStreetMap API. Currently assumes a MySQL backend.
Attempts to be as memory-efficient as possible by streaming as much data as possible and avoiding large in-memory datastructures. Also attempts to be as fast as possible (especially when compare to the reference Ruby implementation).