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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
globalsign avatar

globalsign/mgoFork

0
View on GitHub↗
1,966 estrellas·222 forks·Go·4 vistas

Mgo

The MongoDB driver for Go

Features

  • Database Drivers - MongoDB driver.
  • Database Tools - MongoDB driver for Go.
  • NoSQL Databases - MongoDB driver with idiomatic Go API.
  • Language Drivers - Community-maintained Go driver for database interaction.

Historial de estrellas

Gráfico del historial de estrellas de globalsign/mgoGráfico del historial de estrellas de globalsign/mgo

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Mgo

Proyectos open-source similares, clasificados según cuántas características comparten con Mgo.
  • mongodb/mongo-go-driverAvatar de mongodb

    mongodb/mongo-go-driver

    8,506Ver en 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
    Ver en GitHub↗8,506
  • mongodb/mongo-python-driverAvatar de mongodb

    mongodb/mongo-python-driver

    4,342Ver en 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
    Ver en GitHub↗4,342
  • gomodule/redigoAvatar de gomodule

    gomodule/redigo

    9,860Ver en 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
    Ver en GitHub↗9,860
  • qiniu/qmgoAvatar de qiniu

    qiniu/qmgo

    1,353Ver en GitHub↗

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

    Godatabasedrivergo
    Ver en GitHub↗1,353
Ver las 30 alternativas a Mgo→

Preguntas frecuentes

¿Qué hace globalsign/mgo?

The MongoDB driver for Go

¿Cuáles son las características principales de globalsign/mgo?

Las características principales de globalsign/mgo son: Database Drivers, Database Tools, NoSQL Databases, Language Drivers.

¿Qué alternativas de código abierto existen para globalsign/mgo?

Las alternativas de código abierto para globalsign/mgo incluyen: mongodb/mongo-go-driver — The mongo-go-driver is a Go library for building applications that integrate with a MongoDB document store. It enables… qiniu/qmgo — Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo. gomodule/redigo — Redigo is a Redis client library for Go applications, providing the means to execute commands, manage connections, and… mongodb/mongo-python-driver — The MongoDB Python Driver is a client library and NoSQL database client used to execute CRUD operations and manage… aerospike/aerospike-client-go — Aerospike Client Go. couchbase/go-couchbase — Couchbase client in Go.