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
·
Back to mongodb/mongo-java-driver

Open-source alternatives to Mongo Java Driver

30 open-source projects similar to mongodb/mongo-java-driver, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Mongo Java Driver alternative.

  • spring-projects/spring-data-mongodbAvatar von spring-projects

    spring-projects/spring-data-mongodb

    1,682Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,682
  • 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
  • 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

KI-Suche

Entdecke weitere awesome Repositories

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

Find more with AI search
  • mongodb/mongo-cxx-driverAvatar von mongodb

    mongodb/mongo-cxx-driver

    1,100Auf GitHub ansehen↗

    C++ Driver for MongoDB

    C++
    Auf GitHub ansehen↗1,100
  • ballerina-platform/module-ballerinax-mongodbAvatar von ballerina-platform

    ballerina-platform/module-ballerinax-mongodb

    122Auf GitHub ansehen↗

    MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era. MongoDB offers both a Community and an Enterprise version of the database.

    Ballerina
    Auf GitHub ansehen↗122
  • bguerout/jongoAvatar von bguerout

    bguerout/jongo

    589Auf GitHub ansehen↗

    Query in Java as in Mongo shell

    Java
    Auf GitHub ansehen↗589
  • art049/odmanticAvatar von art049

    art049/odmantic

    1,173Auf GitHub ansehen↗

    Sync and Async ODM (Object Document Mapper) for MongoDB based on python type hints

    Pythonasyncasynciodatabase
    Auf GitHub ansehen↗1,173
  • datastax/java-driverD

    datastax/java-driver

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • awapps/mongrationAvatar von awapps

    awapps/mongration

    86Auf GitHub ansehen↗

    MongoDB migration framework

    JavaScript
    Auf GitHub ansehen↗86
  • denodrivers/mongoAvatar von denodrivers

    denodrivers/mongo

    513Auf GitHub ansehen↗

    🍃 MongoDB driver for Deno 🦕

    TypeScript
    Auf GitHub ansehen↗513
  • doctrine/doctrinemongodbbundleAvatar von doctrine

    doctrine/DoctrineMongoDBBundle

    385Auf GitHub ansehen↗

    Integrates Doctrine MongoDB ODM with Symfony

    PHP
    Auf GitHub ansehen↗385
  • doctrine/mongodb-odmAvatar von doctrine

    doctrine/mongodb-odm

    1,096Auf GitHub ansehen↗

    The Official PHP MongoDB ORM/ODM

    PHPmongodbodmorm
    Auf GitHub ansehen↗1,096
  • facile-it/mongodb-bundleAvatar von facile-it

    facile-it/mongodb-bundle

    37Auf GitHub ansehen↗

    Bundle service integration of official mongodb/mongo-php-library

    PHP
    Auf GitHub ansehen↗37
  • flyway/flywayAvatar von flyway

    flyway/flyway

    9,844Auf GitHub ansehen↗

    Flyway is a database schema versioning tool and SQL migration orchestrator. It applies version-controlled schema changes to relational databases using SQL scripts and Java Database Connectivity to ensure environments remain consistent and reproducible. The tool tracks applied migration scripts in a dedicated metadata table to determine which updates require execution. It supports the synchronization of schema versions across multiple different database engines and provides integration for build systems and application frameworks to automate updates during software release processes. Capabili

    Javaauroracontinuous-deliverycontinuous-deployment
    Auf GitHub ansehen↗9,844
  • globalsign/mgoAvatar von globalsign

    globalsign/mgo

    1,966Auf GitHub ansehen↗

    The MongoDB driver for Go

    Gogolangmongodb
    Auf GitHub ansehen↗1,966
  • comtihon/mongodb-erlangAvatar von comtihon

    comtihon/mongodb-erlang

    349Auf GitHub ansehen↗

    MongoDB driver for Erlang

    Erlang
    Auf GitHub ansehen↗349
  • forcedotcom/phoenixAvatar von forcedotcom

    forcedotcom/phoenix

    559Auf GitHub ansehen↗
    Java
    Auf GitHub ansehen↗559
  • go-bongo/bongoAvatar von go-bongo

    go-bongo/bongo

    489Auf GitHub ansehen↗

    Go ODM for MongoDB

    Go
    Auf GitHub ansehen↗489
  • gwhalin/memcached-java-clientG

    gwhalin/Memcached-Java-Client

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • hashnode/mern-starterAvatar von Hashnode

    Hashnode/mern-starter

    5,144Auf GitHub ansehen↗

    This project is a full-stack JavaScript scaffold and MERN stack project boilerplate. It provides a pre-configured project structure combining MongoDB, Express, React, and Node.js to reduce manual setup time when bootstrapping data-driven web applications. The toolkit features a dockerized full-stack environment that isolates the application and database in containers to ensure consistency between development and production. It also includes a server-side rendering framework designed to generate HTML on the server and hydrate on the client to improve load speeds and search engine visibility.

    JavaScript
    Auf GitHub ansehen↗5,144
  • hibernate/hibernate-ogmAvatar von hibernate

    hibernate/hibernate-ogm

    324Auf GitHub ansehen↗

    Hibernate OGM - Domain model persistence for NoSQL datastores

    Java
    Auf GitHub ansehen↗324
  • jdesboeufs/connect-mongoAvatar von jdesboeufs

    jdesboeufs/connect-mongo

    1,970Auf GitHub ansehen↗

    MongoDB session store for Express

    TypeScript
    Auf GitHub ansehen↗1,970
  • jeroen/mongoliteAvatar von jeroen

    jeroen/mongolite

    288Auf GitHub ansehen↗

    Fast and Simple MongoDB Client for R

    C
    Auf GitHub ansehen↗288
  • jprante/elasticsearch-jdbcAvatar von jprante

    jprante/elasticsearch-jdbc

    2,818Auf GitHub ansehen↗

    JDBC importer for Elasticsearch THIS REPOSITORY WILL BE DELETED WITHOUT ANY FURTHER NOTICE AFTER AUG 1 2026

    Java
    Auf GitHub ansehen↗2,818
  • kobil-systems/mongodbAvatar von kobil-systems

    kobil-systems/mongodb

    567Auf GitHub ansehen↗

    MongoDB driver for Elixir

    Elixir
    Auf GitHub ansehen↗567
  • kyle-williams-1/bsonicAvatar von kyle-williams-1

    kyle-williams-1/bsonic

    3Auf GitHub ansehen↗

    Parse Lucene-style query syntax into BSON filters for MongoDB — fast, simple, and developer-friendly.

    Go
    Auf GitHub ansehen↗3
  • liquibase/liquibaseAvatar von liquibase

    liquibase/liquibase

    5,527Auf GitHub ansehen↗

    Liquibase is a database schema change management tool and version control system designed to track, manage, and apply versioned database modifications. It functions as a SQL migration framework and DevOps automation utility that integrates database deployments into continuous delivery pipelines and build toolchains. The system enables precise rollbacks and drift detection by recording every modification made to a database schema. It supports the definition of database changes through structured changesets in XML, YAML, or JSON, as well as raw SQL scripts, to ensure consistent deployments acro

    Java
    Auf GitHub ansehen↗5,527
  • litote/kmongoAvatar von Litote

    Litote/kmongo

    769Auf GitHub ansehen↗

    deprecated KMongo - a Kotlin toolkit for Mongo

    Kotlin
    Auf GitHub ansehen↗769
  • magicfoundation/alcinoeAvatar von MagicFoundation

    MagicFoundation/Alcinoe

    1,120Auf GitHub ansehen↗

    Alcinoe empowers developers to build fast, modern apps without the usual complexity or performance bottlenecks. It keeps the focus on innovation—not tool constraints—delivering top performance, deep customization, and great cross-platform UX while staying independent of GAFA ecosystems.

    Pascal
    Auf GitHub ansehen↗1,120
  • fons/cl-mongoAvatar von fons

    fons/cl-mongo

    144Auf GitHub ansehen↗

    lisp interface to mongo db

    Common Lisp
    Auf GitHub ansehen↗144