Apache Sedona (incubating) is a cluster computing system for processing large-scale spatial data. Sedona extends existing cluster computing systems, such as Apache Spark and Apache Flink, with a set of out-of-the-box distributed Spatial Datasets and Spatial SQL that efficiently load, process, and analyze large-scale spatial data across machines.
Set up Scala and Java API in 5 minutes with Maven and SBT.
Python and R API are also available on PyPi and CRAN.
Get started Go to GitHubSystem Architecture
Our users and code contributors are from ...
High Speed
Low Memory Consumption
Ease of Use
SELECT superhero.name
FROM city, superhero
WHERE ST_Contains(city.geom, superhero.geom)
AND city.name = 'Gotham'