awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
globalsign avatar

globalsign/mgoFork

0
View on GitHub↗
1,966 Stars·222 Forks·Go·2 Aufrufe

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.

Star-Verlauf

Star-Verlauf für globalsign/mgoStar-Verlauf für globalsign/mgo

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Mgo

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Mgo.
  • mongodb/mongo-go-driverAvatar von mongodb

    mongodb/mongo-go-driver

    8,506Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,506
  • mongodb/mongo-python-driverAvatar von mongodb

    mongodb/mongo-python-driver

    4,342Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,342
  • gomodule/redigoAvatar von gomodule

    gomodule/redigo

    9,860Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,860
  • qiniu/qmgoAvatar von qiniu

    qiniu/qmgo

    1,353Auf GitHub ansehen↗

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

    Godatabasedrivergo
    Auf GitHub ansehen↗1,353
Alle 30 Alternativen zu Mgo anzeigen→

Häufig gestellte Fragen

Was macht globalsign/mgo?

The MongoDB driver for Go

Was sind die Hauptfunktionen von globalsign/mgo?

Die Hauptfunktionen von globalsign/mgo sind: Database Drivers, Database Tools, NoSQL Databases, Language Drivers.

Welche Open-Source-Alternativen gibt es zu globalsign/mgo?

Open-Source-Alternativen zu globalsign/mgo sind unter anderem: 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.