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
qiniu avatar

qiniu/qmgo

0
View on GitHub↗
1,353 stars·151 forks·Go·Apache-2.0·8 views

Qmgo

Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo.

Features

  • Database Drivers - MongoDB driver with a simplified API.
  • Database Tools - MongoDB client library.
  • NoSQL Databases - Easier-to-use MongoDB driver based on the official one.

Star history

Star history chart for qiniu/qmgoStar history chart for qiniu/qmgo

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with Qmgo

These projects share indexed features with Qmgo. Shared tags can include platform or build tooling; verify the primary use case before treating a result 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
  • 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
  • globalsign/mgoglobalsign avatar

    globalsign/mgo

    1,966View on GitHub↗

    The MongoDB driver for Go

    Gogolangmongodb
    View on GitHub↗1,966
  • 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
Compare all 30 related projects→

Frequently asked questions

What does qiniu/qmgo do?

Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo.

What are the main features of qiniu/qmgo?

The main features of qiniu/qmgo are: Database Drivers, Database Tools, NoSQL Databases.

Which projects share features with qiniu/qmgo?

Projects with overlapping indexed features include: mongodb/mongo-go-driver — The mongo-go-driver is a Go library for building applications that integrate with a MongoDB document store. It enables… gomodule/redigo — Redigo is a Redis client library for Go applications, providing the means to execute commands, manage connections, and… globalsign/mgo — The MongoDB driver for Go. couchbase/go-couchbase — Couchbase client in Go. aerospike/aerospike-client-go — Aerospike Client Go. bsm/redeo — High-performance framework for building redis-protocol compatible TCP servers/services.