ArangoDB Geo | Geospatial Queries and Analysis Tools https://arangodb.com/tag/geo/ The database for graph and beyond Tue, 11 Feb 2025 08:39:10 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.1 https://arangodb.com/wp-content/uploads/2023/08/cropped-favicon-32x32.png ArangoDB Geo | Geospatial Queries and Analysis Tools https://arangodb.com/tag/geo/ 32 32 ArangoBNB Data Preparation Case Study: Optimizing for Efficiency https://arangodb.com/2021/06/arangobnb-data-preparation-case-study/ https://arangodb.com/2021/06/arangobnb-data-preparation-case-study/#respond Tue, 01 Jun 2021 17:40:00 +0000 https://www.arangodb.com/?p=37016 Estimated reading time: 18 minutes This case study covers a data exploration and analysis scenario about modeling data when migrating to ArangoDB. The topics covered in this case study include: Importing data into ArangoDB Developing Application Requirements before modeling Data Analysis and Exploration with AQL This case study can hopefully be used as a guide…

The post ArangoBNB Data Preparation Case Study: Optimizing for Efficiency appeared first on ArangoDB.

]]>
https://arangodb.com/2021/06/arangobnb-data-preparation-case-study/feed/ 0
ArangoDB 3.4 GA Full-text Search, GeoJSON, Streaming & More https://arangodb.com/2018/12/arangodb-3-4-full-text-search-geojson/ https://arangodb.com/2018/12/arangodb-3-4-full-text-search-geojson/#respond Thu, 06 Dec 2018 14:30:59 +0000 https://www.arangodb.com/?p=27832 The ability to see your data from various perspectives is the idea of a multi-model database. Having the freedom to combine these perspectives into a single query is the idea behind native multi-model in ArangoDB. Extending this freedom is the main thought behind the release of ArangoDB 3.4. We’re always excited to put a new…

The post ArangoDB 3.4 GA<br> Full-text Search, GeoJSON, Streaming & More appeared first on ArangoDB.

]]>
https://arangodb.com/2018/12/arangodb-3-4-full-text-search-geojson/feed/ 0
RC1 ArangoDB 3.4 – What’s new? https://arangodb.com/2018/09/rc1-arangodb-3-4-whats-new/ https://arangodb.com/2018/09/rc1-arangodb-3-4-whats-new/#respond Thu, 06 Sep 2018 11:12:36 +0000 https://www.arangodb.com/?p=26677 For ArangoDB 3.4 we already added 100,000 lines of code, happily deleted 50,000 lines and changed over 13,000 files until today. We merged countless PRs, invested months of problem solving, hacking, testing, hacking and testing again and are super excited to share the feature complete RC1 of ArangoDB 3.4 with you today. Download the technical…

The post RC1 ArangoDB 3.4 – What’s new? appeared first on ArangoDB.

]]>
https://arangodb.com/2018/09/rc1-arangodb-3-4-whats-new/feed/ 0
Index types and how indexes are used in ArangoDB: Part II https://arangodb.com/2018/03/index-types-indexes-used-arangodb-part-2/ https://arangodb.com/2018/03/index-types-indexes-used-arangodb-part-2/#respond Thu, 01 Mar 2018 12:29:23 +0000 https://www.arangodb.com/?p=24871 In the first part of this article we dived deep into what indexes are currently available in ArangoDB (3.2 and 3.3), also briefly looking at what improvements are coming with ArangoDB 3.4. Read Part I here. In this Part II, we are going to focus on how to actually add indexes to a data model…

The post Index types and how indexes are used in ArangoDB: Part II appeared first on ArangoDB.

]]>
https://arangodb.com/2018/03/index-types-indexes-used-arangodb-part-2/feed/ 0
Index types and how indexes are used in ArangoDB: Part I https://arangodb.com/2018/02/indexes-types-arangodb-part-1/ https://arangodb.com/2018/02/indexes-types-arangodb-part-1/#respond Thu, 22 Feb 2018 15:39:02 +0000 https://www.arangodb.com/?p=24785 As in other database systems, indexes can be used in ArangoDB to speed up data retrieval queries, sometimes by many orders of magnitude. Getting the indexes set up the right way is essential for good query performance, so this is an important topic that affects most ArangoDB installations. This is Part I of how indexes…

The post Index types and how indexes are used in ArangoDB: Part I appeared first on ArangoDB.

]]>
https://arangodb.com/2018/02/indexes-types-arangodb-part-1/feed/ 0
An Introduction to Geo Indexes and their performance characteristics: Part II https://arangodb.com/2018/01/introduction-geo-indexes-performance-characteristics-part-2/ https://arangodb.com/2018/01/introduction-geo-indexes-performance-characteristics-part-2/#comments Thu, 18 Jan 2018 10:08:35 +0000 https://www.arangodb.com/?p=24092 Geo Index Implementation This section will cover the MMFiles based geo-index. The algorithm is optimized for in-memory accesses and optimal CPU cache utilization. The main goal for our geo queries is to reject as many distant possible result points as fast as possible. One limitation of an approach purely using geostrings is, when one is…

The post An Introduction to Geo Indexes and their performance characteristics: Part II appeared first on ArangoDB.

]]>
https://arangodb.com/2018/01/introduction-geo-indexes-performance-characteristics-part-2/feed/ 1
An Introduction to Geo Indexes and their performance characteristics: Part I https://arangodb.com/2018/01/introduction-geo-indexes-performance-characteristics-part-1/ https://arangodb.com/2018/01/introduction-geo-indexes-performance-characteristics-part-1/#comments Thu, 04 Jan 2018 15:30:50 +0000 https://www.arangodb.com/?p=24068 Starting with the mass-market availability of smartphones and continuing with IoT devices, self-driving cars ever more data is generated with geo information attached to it. Analyzing this data in real-time requires the use of clever indexing data-structures. Geo data in ArangoDB consists of 2 or more dimensions representing (x, y) coordinates on the earth surface.…

The post An Introduction to Geo Indexes and their performance characteristics: Part I appeared first on ArangoDB.

]]>
https://arangodb.com/2018/01/introduction-geo-indexes-performance-characteristics-part-1/feed/ 1
ArangoDB | Geo Demonstration Using Foxx – Location-Aware Applications https://arangodb.com/2017/09/geo-demonstration-using-foxx/ https://arangodb.com/2017/09/geo-demonstration-using-foxx/#comments Thu, 14 Sep 2017 14:52:09 +0000 https://www.arangodb.com/?p=23075 Geo data is getting more and more important for today’s applications. The growing number of location-aware services, IoT applications and other solutions using latitude and longitude ask for precise and fast processing of geo data. Let me show you in this quick demonstration how you can use geo functions and visualize your data using Foxx…

The post ArangoDB | Geo Demonstration Using Foxx – Location-Aware Applications appeared first on ArangoDB.

]]>
https://arangodb.com/2017/09/geo-demonstration-using-foxx/feed/ 1
Hilbert Curves & Polyhedrons for Geo-Indexing | ArangoDB Blog 2012 https://arangodb.com/2012/03/using-hilbert-curves-and-polyhedrons-for-geo-indexing/ https://arangodb.com/2012/03/using-hilbert-curves-and-polyhedrons-for-geo-indexing/#comments Sat, 31 Mar 2012 21:37:48 +0000 http://www.arangodb.com/?p=264 Cambridge mathematician Richard R. Parker presents a novel algorithm he has developed using a Hilbert curve and Polyhedrons to efficiently implement geo-indexing.

The post Hilbert Curves & Polyhedrons for Geo-Indexing | ArangoDB Blog 2012 appeared first on ArangoDB.

]]>
https://arangodb.com/2012/03/using-hilbert-curves-and-polyhedrons-for-geo-indexing/feed/ 6