2 repos
Systems designed for the storage, indexing, and querying of location-based data and geographic coordinates.
Distinguishing note: None of the provided candidates were relevant; this category specifically addresses spatial data management distinct from general-purpose database storage.
Explore 2 awesome GitHub repositories matching data & databases · Geospatial Databases. Refine with filters or upvote what's useful.
Dragonfly is a high-performance, multi-model in-memory data store designed to serve as a drop-in replacement for existing database infrastructures. By utilizing a multi-threaded, shared-nothing architecture and a fiber-based concurrency model, it maximizes CPU utilization and minimizes latency for read and write operations. The system supports a wide range of data structures, including strings, hashes, lists, sets, sorted sets, and JSON documents, while maintaining full compatibility with standard industry wire protocols and client libraries. What distinguishes Dragonfly is its focus on effic
Provides high-speed storage and querying capabilities for location-based information, including proximity searches and distance calculations.
RethinkDB is a distributed, document-oriented database designed to store and manage JSON-formatted data across scalable clusters. It utilizes a custom log-structured storage engine with B-Tree indexing to ensure high-performance disk I/O and data persistence. The system maintains high availability through automatic sharding and replication, employing a primary-replica voting consensus mechanism to handle node failures and ensure consistent cluster operations. A defining characteristic of the platform is its reactive changefeed engine, which allows applications to subscribe to live data update
RethinkDB represents spatial data using points, lines, and polygons to perform geospatial queries and calculations on coordinate-based information.