terraformer geostore

GeoStore

Documentation Get GeoStore

A lightweight API that allows you to store, index and query geographic data.

GeoStore is a lightweight API that allows you to store, index and query geographic data with a variety of indexes and persistence methods. Each GeoStore consists of…

  1. A spatial index which is responsible for indexing and optimizing the geographic data in the store.

  2. A data store which is responsible for persisting data, either holding it in memory or persisting it to a backend database.

  3. Any number of secondary indexes which index properties associated with your geographic data.