PLAY PODCASTS
Computer Science behind Geospatial Databases (froscon2019)

Computer Science behind Geospatial Databases (froscon2019)

Chaos Computer Club - archive feed · Simon Grätzer

August 10, 201954m 36s

Audio is streamed directly from the publisher (cdn.media.ccc.de) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.

Show Notes

Modern databases generally implement some level of support for geospatial queries. In this talk I want to explore the techniques and frameworks that are commonly used by a variety of NoSQL and SQL databases. Starting with the mass-market availability of GPS enabled Smartphones, Fitness-Watches and continuing with IoT devices, self-driving cars: Data with Geospatial information is generated and used in an increasing number of applications. Some of the most popular Apps rely on the availability to access geospatial data in an instant, just look at Google Maps, Uber, Tinder and many more. Searching on single-dimensional data is essentially a solved problem, but indexing and searching multidimensional geospatial data requires some specialized algorithms and data-structures. At ArangoDB we have gained some experience about this Topic as we have recently implemented Geospatial capabilities in our distributed database product.<br> In this talk I want to discuss the foundations of geospatial datastores. Topics are:<br> - A short introduction into QuadTrees, Space filling curves and more <br> <br> - Introduce Google's widely used S2 geometry library <br> - Comparison between different implementation strategies in NoSQL datastores like MongoDB, RethinkDB and ArangoDB <br> - Characteristics of different geo-query types and use-cases, and where typical performance traps are that the average deeveloper / database-user might run into. about this event: https://programm.froscon.de/2019/events/2453.html

Topics

froscon20192453Databases