Live data from Hacker News

Hacking OpenStreetMap data for fun and profit

readcodelearn.com

1–2 of 2 posts

Re: Hacking OpenStreetMap data for fun and profit

#2
For simple queries on OSM data, Overpass Turbo is a nice zero install solution:

http://overpass-turbo.eu/

It uses it's own query language, after that the biggest differences with a local PostGIS would be that it is a shared resource with some limits on query size and the lack of spatial operations (there are a couple simple spatial operations in the Overpass API query language, around an object and inside some boundaries).