awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to melihmucuk/geocache

Projects sharing features with Geocache

30 open-source projects similar to melihmucuk/geocache, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • tidwall/tile38tidwall avatar

    tidwall/tile38

    9,672View on GitHub↗

    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

    Go
    View on GitHub↗9,672
  • consbio/mbtileserverconsbio avatar

    consbio/mbtileserver

    783View on GitHub↗

    Basic Go server for mbtiles

    Go
    View on GitHub↗783
  • paulmach/osmpaulmach avatar

    paulmach/osm

    459View on GitHub↗

    General purpose library for reading, writing and working with OpenStreetMap data

    Go
    View on GitHub↗459
  • maguro/pbfmaguro avatar

    maguro/pbf

    55View on GitHub↗

    OpenStreetMap PBF golang parser

    Go
    View on GitHub↗55
  • hishamkaram/gismanagerhishamkaram avatar

    hishamkaram/gismanager

    54View on GitHub↗

    Go tool library that publishes GIS vector data to GeoServer via PostGIS — walks a directory of shapefile / GeoJSON / GeoPackage / KML, loads each into PostGIS via GDAL/OGR, then registers the resulting tables as GeoServer feature types. Idempotent. Tested on GeoServer 2.27 LTS 2.28 stable.

    Gocligdalgeojson
    View on GitHub↗54

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • golang/geogolang avatar

    golang/geo

    1,840View on GitHub↗

    S2 geometry library in Go

    Go
    View on GitHub↗1,840
  • hishamkaram/geoserverhishamkaram avatar

    hishamkaram/geoserver

    92View on GitHub↗

    Go client for the GeoServer REST API — workspaces, datastores, layers, styles, security, ACL, GeoWebCache, Importer, plus OWS GetCapabilities/Describe. Tested against GeoServer 2.27 LTS and 2.28 stable.

    Gogeoservergeoserver-clientgeoserver-rest-api
    View on GitHub↗92
  • pantrif/s2-geojsonpantrif avatar

    pantrif/s2-geojson

    37View on GitHub↗

    Draw a polygon on the map or paste a geoJSON and explore how the s2.RegionCoverer covers it with S2 cells depending on the min and max levels

    Go
    View on GitHub↗37
  • wroge/wgs84wroge avatar

    wroge/wgs84

    141View on GitHub↗

    A zero-dependency Go package for coordinate transformations.

    Go
    View on GitHub↗141
  • ak-coram/cl-duckdbak-coram avatar

    ak-coram/cl-duckdb

    52View on GitHub↗

    Common Lisp CFFI wrapper around the DuckDB C API

    Common Lisp
    View on GitHub↗52
  • anant/awesome-cassandraAnant avatar

    Anant/awesome-cassandra

    319View on GitHub↗

    A curated list of the best resources in the Cassandra community.

    HTMLapacheawesomeawesome-list
    View on GitHub↗319
  • alpacahq/marketstoreA

    alpacahq/marketstore

    0View on GitHub↗
    View on GitHub↗0
  • aosasona/migrantaosasona avatar

    aosasona/migrant

    20View on GitHub↗

    Database migrations for SQLite in Gleam

    Gleam
    View on GitHub↗20
  • apache/couchdb-nanoapache avatar

    apache/couchdb-nano

    687View on GitHub↗

    Nano: The official Apache CouchDB library for Node.js

    JavaScriptapachecouchdbnano
    View on GitHub↗687
  • airbusgeo/godalairbusgeo avatar

    airbusgeo/godal

    177View on GitHub↗

    golang wrapper for github.com/OSGEO/gdal

    Go
    View on GitHub↗177
  • 40ants/cl-prevalence-multimaster40ants avatar

    40ants/cl-prevalence-multimaster

    5View on GitHub↗

    This system contains an addon which allows to syncronize multiple cl-prevalence systems state.

    Common Lisp
    View on GitHub↗5
  • allegro/bigcacheallegro avatar

    allegro/bigcache

    8,140View on GitHub↗

    Bigcache is a thread-safe, in-memory key-value store for Go designed to minimize garbage collection pauses. It functions as a memory-optimized cache capable of storing gigabytes of data while maintaining low latency during high-volume operations. The system avoids garbage collection overhead by managing memory through large byte arrays and manual allocation. It utilizes a circular-buffer layout to reuse space and lock-striped sharding to reduce contention during concurrent read and write access. The project provides capabilities for high-volume in-memory caching and low-latency data retrieva

    Go
    View on GitHub↗8,140
  • azavea/franklinazavea avatar

    azavea/franklin

    87View on GitHub↗

    A STAC/OGC API Features Web Service

    Scala
    View on GitHub↗87
  • automattic/mongooseAutomattic avatar

    Automattic/mongoose

    27,479View on GitHub↗

    Mongoose is an object data modeling library and framework for Node.js that maps application objects to MongoDB documents. It functions as a document mapper and schema validator, ensuring consistent data types and validation rules for records stored in MongoDB. The project provides a system for defining structured schemas to model application data, including the ability to create hierarchical data structures through nested schema composition. It implements a middleware-based hook system that allows for the interception and modification of data states during the lifecycle of database operations

    JavaScript
    View on GitHub↗27,479
  • alasql/alasqlA

    AlaSQL/alasql

    7,278View on GitHub↗

    AlaSQL is a JavaScript SQL database engine that allows for the filtering, grouping, and joining of in-memory object arrays and JSON data. It functions as an in-memory SQL database and client-side data processor, enabling the execution of SQL statements against JavaScript arrays and external data sources in both browser and server environments. The project serves as a universal data query tool capable of performing relational joins across diverse sources, such as merging Google Spreadsheets, SQLite files, and remote APIs into a single result set. It also acts as an IndexedDB SQL wrapper, allow

    JavaScript
    View on GitHub↗7,278
  • balderdashy/waterlinebalderdashy avatar

    balderdashy/waterline

    5,392View on GitHub↗

    Waterline is an adapter-based database library and object relational mapper for Node.js. It serves as a multi-database persistence layer that translates standard method calls into specific queries for both SQL and NoSQL databases. The library provides a unified interface for managing data across different stores, including MySQL, PostgreSQL, MongoDB, and Microsoft SQL Server. This architecture allows for the integration of multiple database backends within a single application and facilitates database vendor migration by changing adapters without altering business logic. The project covers r

    JavaScript
    View on GitHub↗5,392
  • bdash-app/bdashbdash-app avatar

    bdash-app/bdash

    1,516View on GitHub↗

    Simple SQL Client for lightweight data analysis.

    TypeScriptelectronjavascriptsql
    View on GitHub↗1,516
  • beekeeper-studio/beekeeper-studiobeekeeper-studio avatar

    beekeeper-studio/beekeeper-studio

    22,030View on GitHub↗

    Beekeeper Studio is a cross-platform desktop application designed for database management and SQL development. It provides a unified graphical interface to connect to, query, and modify data across a wide range of relational and NoSQL database systems. The application functions as a comprehensive workspace, integrating tools for schema design, record editing, and data visualization. The project distinguishes itself through a focus on secure, flexible connectivity and AI-assisted workflows. It supports advanced authentication methods, including enterprise single sign-on, multi-factor authentic

    TypeScriptbigquerycassandracockroachdb
    View on GitHub↗22,030
  • bkg/django-spillwaybkg avatar

    bkg/django-spillway

    63View on GitHub↗

    Django-Spillway

    Python
    View on GitHub↗63
  • bluele/gcachebluele avatar

    bluele/gcache

    2,731View on GitHub↗

    An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC

    Go
    View on GitHub↗2,731
  • boltdb/boltboltdb avatar

    boltdb/bolt

    14,642View on GitHub↗

    Bolt is a single-file embedded key-value store for Go applications. It is an ACID transactional database that organizes data in B+trees on disk to provide efficient sorted key retrieval and range scans. The system uses a memory-mapped model to map the database file directly into the process address space for fast random-access reads. The project distinguishes itself through a multi-version concurrency control architecture that allows multiple simultaneous readers to access a consistent snapshot of data without blocking a writer. It employs a single-writer multi-reader locking model and uses a

    Go
    View on GitHub↗14,642
  • bookshelf/bookshelfbookshelf avatar

    bookshelf/bookshelf

    6,352View on GitHub↗

    Bookshelf is a JavaScript ORM for Node.js that provides a structured way to define and interact with database models. It centers on a model-driven approach where developers register models, define their relations, and manage data persistence through a consistent interface. The library distinguishes itself through its comprehensive handling of model relationships and data transformations. It supports defining one-to-one, one-to-many, many-to-many, and polymorphic associations, with the ability to eager load related models in a single query to avoid performance pitfalls. Bookshelf also automate

    JavaScript
    View on GitHub↗6,352
  • brianc/node-postgresbrianc avatar

    brianc/node-postgres

    13,155View on GitHub↗

    This project is a Node.js client for PostgreSQL databases, providing a protocol parser to translate raw binary streams into JavaScript objects. It serves as a driver for executing queries, managing data, and integrating Node.js applications with PostgreSQL backends. The library includes a connection pool manager to reduce network overhead by caching reusable connections and a result streamer that uses cursors to retrieve large datasets incrementally. It also functions as an event listener for subscribing to asynchronous server-side notifications to trigger real-time application events. Broad

    JavaScriptlibpqnode-postgrespostgres
    View on GitHub↗13,155
  • c4pt0r/mcp-server-tidbc4pt0r avatar

    c4pt0r/mcp-server-tidb

    23View on GitHub↗

    mcp server for tidb

    Python
    View on GitHub↗23
  • aerospike/aerospike-client-nodejsaerospike avatar

    aerospike/aerospike-client-nodejs

    207View on GitHub↗

    Node.js client for the Aerospike database

    JavaScriptaerospikedatabase-driverjavascript
    View on GitHub↗207