OpenStreetMap: Difference between revisions

From   
Content added Content deleted
(Created page with "{{Cquote|Created in 2004 by a British academic, OSM is a sort of Wikipedia for maps, with volunteers contributing geographic information into a centralized database, which can then be accessed by anyone for free. <br><br> OSM was mostly the domain of academics and hobbyists until 2012 when Google announced it would start charging more businesses for using Google Maps. Since then, companies from Amazon to Meta to Snapchat have built mapping products on OSM.||| Jason Tanz...")
 
No edit summary
Line 2: Line 2:


OSM was mostly the domain of academics and hobbyists until 2012 when Google announced it would start charging more businesses for using Google Maps. Since then, companies from Amazon to Meta to Snapchat have built mapping products on OSM.||| Jason Tanz (2023) "[https://www.lyft.com/rev/posts/lyfts-secret-plan-to-take-control-of-its-maps-and-its-future Lyft’s secret plan to take control of its maps — and its future] Lyft Rev}}
OSM was mostly the domain of academics and hobbyists until 2012 when Google announced it would start charging more businesses for using Google Maps. Since then, companies from Amazon to Meta to Snapchat have built mapping products on OSM.||| Jason Tanz (2023) "[https://www.lyft.com/rev/posts/lyfts-secret-plan-to-take-control-of-its-maps-and-its-future Lyft’s secret plan to take control of its maps — and its future] Lyft Rev}}

== Backend ==
{{Cquote|OpenStreetMap is an interesting project because they actually started on MySQL and then they started having performance problems with MySQL. So they decided to consolidate on Postgres. So most of their editing stuff is just using raw Postgres and the tile server use [[PostGIS]].|||Regina Obe (September 8, 2023) "[https://pathtocituscon.transistor.fm/episodes/why-people-care-about-postgis-and-postgres-with-paul-ramsey-regina-obe/transcript Why people care about PostGIS and Postgres]" Path To Citus Con}}

Revision as of 07:51, 27 September 2023

Created in 2004 by a British academic, OSM is a sort of Wikipedia for maps, with volunteers contributing geographic information into a centralized database, which can then be accessed by anyone for free.

OSM was mostly the domain of academics and hobbyists until 2012 when Google announced it would start charging more businesses for using Google Maps. Since then, companies from Amazon to Meta to Snapchat have built mapping products on OSM.
— Jason Tanz (2023) "Lyft’s secret plan to take control of its maps — and its future Lyft Rev

Backend

OpenStreetMap is an interesting project because they actually started on MySQL and then they started having performance problems with MySQL. So they decided to consolidate on Postgres. So most of their editing stuff is just using raw Postgres and the tile server use PostGIS.
—Regina Obe (September 8, 2023) "Why people care about PostGIS and Postgres" Path To Citus Con