Home / Companies / Neo4j / Blog / Post Details
Content Deep Dive

Exploring Neo4j Spatial: Installation, Data Loading, and Simple Querying

Blog post from Neo4j

Post Details
Company
Date Published
Author
Matthew Wood
Word Count
2,317
Language
English
Hacker News Points
-
Summary

Matthew Wood, a Product Manager at Neo4j, explores the integration of geospatial analytics into graph databases in the first part of a blog series focusing on Neo4j Spatial. The series highlights the conceptual alignment between graph databases and geospatial analysis, emphasizing the benefits of combining spatial and non-spatial data to gain deeper insights. Neo4j Spatial, an open-source extension, enhances Neo4j's native capabilities by allowing the modeling and querying of spatial data like points, lines, and polygons. Wood details the process of installing the Neo4j Spatial plugin, creating and managing geospatial layers, and loading data into these layers using various formats such as shapefiles and CSV. He also discusses challenges encountered in handling different geometry types, like multipolygons, and the performance improvements achieved through concurrent transactions during data import. This exploration sets the stage for more advanced geospatial functionalities in subsequent blog entries.