awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Geospatial Databases · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesGeospatial Databases

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.

  1. Home
  2. Data & Databases
  3. Geospatial Databases

Awesome Geospatial Databases GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • dragonflydb/dragonfly

    dragonflydb/dragonfly

    30,022View on GitHub↗

    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.

    C++cachecppdatabase
    30,022View on GitHub↗
  • rethinkdb/rethinkdb

    rethinkdb/rethinkdb

    26,993View on GitHub↗

    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.

    C++
    26,993View on GitHub↗