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 qiniu/qmgo

Projects sharing features with Qmgo

30 open-source projects similar to qiniu/qmgo, 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.

  • gomodule/redigogomodule avatar

    gomodule/redigo

    9,860View on GitHub↗

    Redigo is a Redis client library for Go applications, providing the means to execute commands, manage connections, and interact with Redis data stores. The library includes a connection pool manager to maintain a cache of reusable open connections and a pipelining tool that groups multiple commands into a single network round-trip to increase throughput and reduce latency. It also provides an implementation for broadcasting events and receiving real-time messages through Redis communication channels. The project covers broader capability areas including remote scripting for executing logic o

    Gogoredis
    View on GitHub↗9,860
  • globalsign/mgoglobalsign avatar

    globalsign/mgo

    1,966View on GitHub↗

    The MongoDB driver for Go

    Gogolangmongodb
    View on GitHub↗1,966
  • mongodb/mongo-go-drivermongodb avatar

    mongodb/mongo-go-driver

    8,506View on GitHub↗

    The mongo-go-driver is a Go library for building applications that integrate with a MongoDB document store. It enables the storage and retrieval of flexible document data by providing a bridge between Go backends and the database. The driver implements specialized capabilities for semantic vector search, allowing the handling and execution of high-dimensional vector data for similarity-based retrieval. It also supports full-text search via linguistic analysis and programmatic search index management. The project covers a broad range of database operations, including document-based CRUD, bulk

    Godatabasedrivergo
    View on GitHub↗8,506
  • solher/arangolitesolher avatar

    solher/arangolite

    72View on GitHub↗

    Lightweight Golang driver for ArangoDB

    Go
    View on GitHub↗72

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
  • nitishm/go-rejsonnitishm avatar

    nitishm/go-rejson

    341View on GitHub↗

    Golang client for redislabs' ReJSON module with support for multilple redis clients (redigo, go-redis)

    Gogo-redisgolanggolang-client
    View on GitHub↗341
  • shomali11/xredisshomali11 avatar

    shomali11/xredis

    19View on GitHub↗

    Go Redis Client

    Goconnection-pooleasyeasy-to-use
    View on GitHub↗19
  • denisenkom/go-mssqldbdenisenkom avatar

    denisenkom/go-mssqldb

    1,884View on GitHub↗

    Microsoft SQL server driver written in go language

    Go
    View on GitHub↗1,884
  • couchbase/goforestdbcouchbase avatar

    couchbase/goforestdb

    36View on GitHub↗

    Go bindings for ForestDB

    Go
    View on GitHub↗36
  • davemeehan/neo4j-goD

    davemeehan/Neo4j-GO

    0View on GitHub↗
    View on GitHub↗0
  • go-sql-driver/mysqlgo-sql-driver avatar

    go-sql-driver/mysql

    15,424View on GitHub↗

    This project is a native Go driver for the MySQL protocol, providing a communication layer that enables applications to interact with relational database management systems. It implements the standard database interface, allowing developers to manage persistent connections, execute queries, and handle transactions within their applications. The driver functions by translating high-level database commands into the specific binary packet format required for communication with MySQL servers. It manages network sessions through a connection pooling mechanism and supports context-aware query cance

    Godatabasegomariadb
    View on GitHub↗15,424
  • lib/pqlib avatar

    lib/pq

    9,903View on GitHub↗

    pq is a PostgreSQL driver for Go that implements the standard database/sql interface. It serves as a connection library and protocol implementation that translates application data types into the binary and text formats required by PostgreSQL. The project provides specialized utilities for high-performance data ingestion using bulk data loading and a dedicated bulk data importer. It also features an implementation for listening to asynchronous server notifications and provides tools for connection load balancing across multiple hosts and ports. The driver covers a broad surface of database i

    Go
    View on GitHub↗9,903
  • mongodb/mongo-python-drivermongodb avatar

    mongodb/mongo-python-driver

    4,342View on GitHub↗

    The MongoDB Python Driver is a client library and NoSQL database client used to execute CRUD operations and manage data within MongoDB databases using the Python programming language. It serves as a database connectivity library that handles authentication and connection pooling, while also providing a vector search client for managing embedding indexes and retrieving data based on semantic similarity. The driver supports both synchronous and asynchronous database driver models to perform non-blocking I/O operations and stream data from database clusters. It distinguishes itself through speci

    Pythonmongodbmongodb-driverpymongo
    View on GitHub↗4,342
  • rueian/rueidisrueian avatar

    rueian/rueidis

    2,952View on GitHub↗

    A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, RDMA, etc.

    Go
    View on GitHub↗2,952
  • redis/go-redisredis avatar

    redis/go-redis

    22,159View on GitHub↗

    This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive interface for managing remote data stores, enabling developers to execute standard database commands, handle complex data structures, and perform asynchronous operations within Go applications. The library distinguishes itself through its support for advanced Redis capabilities, including connection pooling, pipelining, and transactional integrity. It provides specialized primitives for managing distributed clusters, including automated topology updates and request routing to sha

    Gogogolangredis
    View on GitHub↗22,159
  • bsm/redeobsm avatar

    bsm/redeo

    444View on GitHub↗

    High-performance framework for building redis-protocol compatible TCP servers/services

    Gogolow-latencyredis
    View on GitHub↗444
  • bradfitz/gomemcachebradfitz avatar

    bradfitz/gomemcache

    1,873View on GitHub↗

    Go Memcached client library #golang

    Gogolangmemcachememcached-clients
    View on GitHub↗1,873
  • couchbase/go-couchbasecouchbase avatar

    couchbase/go-couchbase

    323View on GitHub↗

    Couchbase client in Go

    Go
    View on GitHub↗323
  • couchbase/gocbcouchbase avatar

    couchbase/gocb

    375View on GitHub↗

    The Couchbase Go SDK

    Gocouchbasegolangsdk
    View on GitHub↗375
  • cihangir/neo4jcihangir avatar

    cihangir/neo4j

    29View on GitHub↗

    Neo4j Rest API Client for Go lang

    Go
    View on GitHub↗29
  • defcronyke/godscachedefcronyke avatar

    defcronyke/godscache

    11View on GitHub↗

    An unofficial Google Cloud Platform Go Datastore wrapper that adds caching using memcached. For App Engine Flexible, Compute Engine, Kubernetes Engine, and more.

    Goappengineappengine-flexcache
    View on GitHub↗11
  • dancannon/gorethinkdancannon avatar

    dancannon/gorethink

    1,648View on GitHub↗

    Go language driver for RethinkDB

    Go
    View on GitHub↗1,648
  • go-redis/redisG

    go-redis/redis

    0View on GitHub↗
    View on GitHub↗0
  • aerospike/aerospike-client-goaerospike avatar

    aerospike/aerospike-client-go

    459View on GitHub↗

    Aerospike Client Go

    Go
    View on GitHub↗459
  • kamva/mgmKamva avatar

    Kamva/mgm

    764View on GitHub↗

    Mongo Go Models (mgm) is a fast and simple MongoDB ODM for Go (based on official Mongo Go Driver)

    Gogomgmmodel
    View on GitHub↗764
  • mattn/go-sqlite3mattn avatar

    mattn/go-sqlite3

    8,993View on GitHub↗

    This project is a Go language driver for the SQLite database. It provides a relational database interface and a Cgo wrapper that connects Go applications to SQLite for persistent local data storage and query execution. The implementation serves as a provider for JSON document storage and local full-text search. It enables the creation, querying, and modification of JSON data and the implementation of searchable indexes for large text datasets directly within the database. The driver supports standard SQL query execution for both file-based and in-memory storage. It includes capabilities for

    Cgosqlitesqlite3-driver
    View on GitHub↗8,993
  • jmcvetta/neoismjmcvetta avatar

    jmcvetta/neoism

    388View on GitHub↗

    Neo4j client for Golang

    Go
    View on GitHub↗388
  • piaohao/godispiaohao avatar

    piaohao/godis

    112View on GitHub↗

    redis client implement by golang, inspired by jedis.

    Gogogolangjedis
    View on GitHub↗112
  • pilosa/go-pilosapilosa avatar

    pilosa/go-pilosa

    58View on GitHub↗

    Go client library for Pilosa

    Go
    View on GitHub↗58
  • pymysql/pymysqlPyMySQL avatar

    PyMySQL/PyMySQL

    7,842View on GitHub↗

    PyMySQL is a MySQL database connector and SQL database driver for Python environments. It serves as a client library that enables Python applications to establish network connections and interact with MySQL database servers. The library is a pure Python implementation of the MySQL client-server wire protocol. This design allows for MySQL integration and data management without requiring native C extensions. The project provides capabilities for database connectivity, query execution, and secure access control. It follows the DB-API 2.0 specification to provide a consistent interface for mana

    Pythonmysqlpython
    View on GitHub↗7,842
  • underarmour/dynagoU

    underarmour/dynago

    0View on GitHub↗
    View on GitHub↗0