awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mongodb avatar

mongodb/mongo-java-driver

0
View on GitHub↗
2,658 星标·1,490 分支·Java·Apache-2.0·1 次浏览www.mongodb.com/docs/drivers/java/sync/current↗

Mongo Java Driver

The official MongoDB drivers for Java, Kotlin, and Scala

Features

  • Database Clients and Drivers - Official Java driver for interacting with MongoDB.
  • Drivers and Clients - Official driver for Java-based application development.
  • Language Drivers - Official Java driver for database connectivity.

Star 历史

mongodb/mongo-java-driver 的 Star 历史图表mongodb/mongo-java-driver 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

mongodb/mongo-java-driver 是做什么的?

The official MongoDB drivers for Java, Kotlin, and Scala

mongodb/mongo-java-driver 的主要功能有哪些?

mongodb/mongo-java-driver 的主要功能包括:Database Clients and Drivers, Drivers and Clients, Language Drivers。

mongodb/mongo-java-driver 有哪些开源替代品?

mongodb/mongo-java-driver 的开源替代品包括: 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.

Mongo Java Driver 的开源替代方案

相似的开源项目,按与 Mongo Java Driver 的功能重合度排序。
  • mongodb/mongo-go-drivermongodb 的头像

    mongodb/mongo-go-driver

    8,506在 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
    在 GitHub 上查看↗8,506
  • mongodb/mongo-python-drivermongodb 的头像

    mongodb/mongo-python-driver

    4,342在 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
    在 GitHub 上查看↗4,342
  • mongodb/mongo-cxx-drivermongodb 的头像

    mongodb/mongo-cxx-driver

    1,100在 GitHub 上查看↗

    C++ Driver for MongoDB

    C++
    在 GitHub 上查看↗1,100
  • spring-projects/spring-data-mongodbspring-projects 的头像

    spring-projects/spring-data-mongodb

    1,682在 GitHub 上查看↗

    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.

    Java
    在 GitHub 上查看↗1,682
  • 查看 Mongo Java Driver 的所有 30 个替代方案→