GIS- and Geo-Database Management System options
With the ever increasing amount of data, the question arises at some point how it can be managed effectively. GIS databases are used here.
Spatial databases that are part of a geographic information system can be used to store, manage and query geodata.
Free and open-source
- ArangoDB Community Edition
ArangoDB is a user-friendly, powerful open source NoSQL database with a unique combination of functions.
- PostGIS / PostgreSQL
PostGIS provides spatial objects for the PostgreSQL database that enable the storage and retrieval of information about location and assignment.
https://postgis.net / https://www.postgresql.org
- MariaDB
One of the most popular database servers. Developed by the original developers of MySQL.
- MySQL
MySQL is one of the most widely used relational database management systems in the world. It is available as open source software and as a commercial enterprise version for various operating systems.
- OrientDB
OrientDB is an open source NoSQL database written in Java. OrientDB is a document-oriented database that also has properties of graph databases
- SQLite / SpatialLite
SpatiaLite is an open source library that extends SQLite with full spatial SQL functions.
https://www.sqlite.org / https://www.gaia-gis.it/fossil/libspatialite
Proprietary
- Oracle Spatial
Oracle Spatial and Graph is a separately licensed component of the Oracle database. The extension is used to store and manage geographic information.
Table of contents
Updated 12 October 2021 at 21:17 GMT+2
About The Author
Geospatial Developer
Hi, I'm Max (he/him). I am a geospatial developer, author and cyclist from Rosenheim, Germany.
Have you published a response to this? Send me a webmention by letting me know the URL.
Found no Webmentions yet. Be the first!
Newsletter
Continue Reading
How to create a Mapnik stylesheet for displaying any data from PostgreSQL/PostGIS
In this article i want to show you how you can build your own Mapnik stylesheet for displaying any data from PostgreSQL/PostGIS. The Mapnik Stylesheet XML can be used for a tile-server with your custom style.Continue reading...
How i constantly track my location and display a web-map with all the locations
Inspired by Aaron Parecki and who he has been tracking his location since 2008 with an iPhone app and a server side tracking API i decided to go for a similar approach. I wanted to track my position constantly with my Android smartphone and use the data to display a map with all locations i have ever been to.Continue reading...
Fetching and storing activities from Garmin Connect with Strapi and visualizing them with NextJS
Step-by-step guide explaining how to fetch data from Garmin Connect, store it in Strapi and visualize it with NextJS and React-Leaflet.Continue reading...