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
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
Provides support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
The official MongoDB drivers for Java, Kotlin, and Scala
Die Hauptfunktionen von mongodb/mongo-java-driver sind: Database Clients and Drivers, Drivers and Clients, Language Drivers.
Open-Source-Alternativen zu mongodb/mongo-java-driver sind unter anderem: mongodb/mongo-python-driver — The MongoDB Python Driver is a client library and NoSQL database client used to execute CRUD operations and manage… spring-projects/spring-data-mongodb — Provides support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as… mongodb/mongo-cxx-driver — C++ Driver for MongoDB. mongodb/mongo-go-driver — The mongo-go-driver is a Go library for building applications that integrate with a MongoDB document store. It enables… ballerina-platform/module-ballerinax-mongodb — MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the… art049/odmantic — Sync and Async ODM (Object Document Mapper) for MongoDB based on python type hints.