1 repository
Replicated databases optimized for storing and querying geospatial data like points and polygons.
Distinct from Distributed Vector Stores: Candidates focus on vector embeddings, consensus, or key-value stores, but not specifically on distributed spatial data structures.
Explore 1 awesome GitHub repository matching data & databases · Distributed Spatial Stores. Refine with filters or upvote what's useful.
Tile38 is an in-memory geospatial database that uses the Redis protocol for communication and query execution. It serves as a distributed spatial store for points and polygons, featuring high availability through leader-follower replication and disk-based persistence. The system includes a real-time geofencing engine that monitors virtual geographic boundaries and triggers webhooks when objects enter or exit specified areas. It further distinguishes itself with an embedded Lua scripting engine for server-side data transformations and a built-in vector tile server for efficient map visualizati
Provides a high-availability, replicated in-memory store for geospatial points and polygons with disk persistence.