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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to mongodb/motor

Open-source alternatives to Motor

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

  • mongodb/mongo-python-drivermongodb avatar

    mongodb/mongo-python-driver

    4,342View on 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
    View on GitHub↗4,342
  • art049/odmanticart049 avatar

    art049/odmantic

    1,173View on GitHub↗

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

    Pythonasyncasynciodatabase
    View on GitHub↗1,173
  • dpkp/kafka-pythondpkp avatar

    dpkp/kafka-python

    5,896View on GitHub↗

    kafka-python is a pure-Python client library for Apache Kafka that implements the Kafka wire protocol directly, without any native bindings or JVM dependencies. It provides the core capabilities of a Kafka client: producing messages to topics, consuming records from topics, and administering cluster resources such as topics and partitions, all through a Pythonic API or command-line tools. The library distinguishes itself through its comprehensive support for advanced Kafka features. It includes an asynchronous producer with background batching for throughput, a consumer group rebalance protoc

    Python
    View on GitHub↗5,896

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • psycopg/psycopgpsycopg avatar

    psycopg/psycopg

    2,416View on GitHub↗

    New generation PostgreSQL database adapter for the Python programming language

    Pythondatabasedevelopmentdriver
    View on GitHub↗2,416
  • redis/redis-pyredis avatar

    redis/redis-py

    13,566View on GitHub↗

    redis-py is a Python client library for interacting with Redis databases to execute commands and manage key-value data. It serves as a driver for programmatic data manipulation, providing interfaces for Redis command execution and key-value storage. The project includes a dedicated cluster client that handles topology discovery, slot mapping, and request routing across distributed nodes. It further supports high availability through active-active deployment coordination, utilizing health checks and failure detection to trigger automatic failover between instances. The library incorporates ne

    Pythonpythonredisredis-client
    View on GitHub↗13,566
  • mongodb/node-mongodb-nativemongodb avatar

    mongodb/node-mongodb-native

    10,180View on GitHub↗

    The MongoDB Node.js Driver is a programmatic interface and NoSQL database client used to manage document storage and execute operations within a MongoDB database. It serves as an asynchronous database interface and connection manager that enables Node.js applications to integrate with MongoDB servers. The project implements client-side field encryption to secure sensitive data and queries locally before transmission. It also provides a BSON serialization library to convert JavaScript objects into a binary format for efficient storage and network transmission. The driver covers a broad range

    TypeScriptdatabasemongodbnode-js
    View on GitHub↗10,180
  • globalsign/mgoglobalsign avatar

    globalsign/mgo

    1,966View on GitHub↗

    The MongoDB driver for Go

    Gogolangmongodb
    View on GitHub↗1,966
  • mongodb/mongo-cxx-drivermongodb avatar

    mongodb/mongo-cxx-driver

    1,100View on GitHub↗

    C++ Driver for MongoDB

    C++
    View on GitHub↗1,100
  • mongodb/mongo-ruby-drivermongodb avatar

    mongodb/mongo-ruby-driver

    1,431View on GitHub↗

    The Official MongoDB Ruby Driver

    Ruby
    View on GitHub↗1,431
  • piccolo-orm/piccolopiccolo-orm avatar

    piccolo-orm/piccolo

    1,913View on GitHub↗
    Pythonasgiasynciodatabase
    View on GitHub↗1,913
  • robertcraigie/prisma-client-pyRobertCraigie avatar

    RobertCraigie/prisma-client-py

    2,104View on GitHub↗

    Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use

    Python
    View on GitHub↗2,104
  • tortoise/tortoise-ormtortoise avatar

    tortoise/tortoise-orm

    5,582View on GitHub↗

    Tortoise ORM is an asynchronous object-relational mapper for Python that mirrors Django's model and queryset API while running on asyncio. It defines database tables as Python classes with typed fields and supports foreign key, many-to-many, and one-to-one relations, providing a chainable query API for filtering, annotating, grouping, and prefetching related objects without blocking the event loop. The ORM includes a built-in migration engine that detects model changes, generates migration files, and applies or reverts schema changes through a command-line tool. It connects to PostgreSQL, MyS

    Pythonasyncasynciomysql
    View on GitHub↗5,582
  • pymysql/pymysqlPyMySQL avatar

    PyMySQL/PyMySQL

    7,842View on GitHub↗

    PyMySQL is a MySQL database connector and SQL database driver for Python environments. It serves as a client library that enables Python applications to establish network connections and interact with MySQL database servers. The library is a pure Python implementation of the MySQL client-server wire protocol. This design allows for MySQL integration and data management without requiring native C extensions. The project provides capabilities for database connectivity, query execution, and secure access control. It follows the DB-API 2.0 specification to provide a consistent interface for mana

    Pythonmysqlpython
    View on GitHub↗7,842
  • mongoengine/mongoengineMongoEngine avatar

    MongoEngine/mongoengine

    4,349View on GitHub↗

    MongoEngine is a Python object-document mapper that translates database records into objects to provide an object-oriented interface for data persistence. It serves as a document manager and schema validator for MongoDB, mapping classes to documents to enforce data types and validation rules. The project provides a lazy-loaded queryset system for filtering, sorting, and aggregating collections using Pythonic syntax. It manages complex data structures through features such as document inheritance, recursive embedded document handling, and reference-based object linking. The library covers bro

    Pythonhacktoberfestmongomongodb
    View on GitHub↗4,349
  • mongodb/mongo-go-drivermongodb avatar

    mongodb/mongo-go-driver

    8,506View on 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
    View on GitHub↗8,506
  • encode/databasesencode avatar

    encode/databases

    4,002View on GitHub↗

    This project is an asyncio database abstraction layer that provides a common interface for performing non-blocking database operations in Python. It functions as an asynchronous database driver wrapper and a SQL expression builder, allowing for the construction of raw SQL strings from structured Python objects. The library includes an asyncio connection pool manager that utilizes task-local storage to handle connection lifecycles and reduce resource overhead. It also serves as an async database transaction manager, wrapping operations in atomic transactions and savepoints to maintain data int

    Python
    View on GitHub↗4,002
  • apache/cassandra-python-driverapache avatar

    apache/cassandra-python-driver

    1,425View on GitHub↗

    Python Driver for Apache Cassandra®

    Python
    View on GitHub↗1,425
  • mongodb/mongo-csharp-drivermongodb avatar

    mongodb/mongo-csharp-driver

    3,238View on GitHub↗

    The Official C# .NET Driver for MongoDB

    C#csharpcsharp-librarydotnet-framework
    View on GitHub↗3,238
  • pymysql/mysqlclientPyMySQL avatar

    PyMySQL/mysqlclient

    2,531View on GitHub↗

    MySQL/MariaDB connector for Python

    Pythonmariadbmysqlpython
    View on GitHub↗2,531
  • amakawa/redicamakawa avatar

    amakawa/redic

    118View on GitHub↗

    Lightweight Redis Client

    Ruby
    View on GitHub↗118
  • aliyun/rdsai-clialiyun avatar

    aliyun/rdsai-cli

    59View on GitHub↗

    RDSAI CLI is a next-generation, AI-powered RDS CLI that transforms how you interact with the databasea

    Python
    View on GitHub↗59
  • aio-libs/aioesaio-libs avatar

    aio-libs/aioes

    98View on GitHub↗

    asyncio compatible driver for elasticsearch

    Python
    View on GitHub↗98
  • ayende/ravendbayende avatar

    ayende/ravendb

    295View on GitHub↗

    A linq enabled document database for .NET

    C#
    View on GitHub↗295
  • aliexpressru/gomemcachedaliexpressru avatar

    aliexpressru/gomemcached

    22View on GitHub↗

    A Binary Memcached client for Go with support for sharding using consistent hashing, along with SASL.

    Goconsistent-hashinggogolang
    View on GitHub↗22
  • aws/aws-sdk-pandasaws avatar

    aws/aws-sdk-pandas

    4,107View on GitHub↗

    aws-sdk-pandas is a Python library that integrates pandas dataframes with AWS services, acting as a cloud data ETL tool and data lake connector. It provides a unified interface to move and transform data between in-memory dataframes and cloud storage, databases, and data warehouses. The project distinguishes itself as a distributed compute orchestrator capable of submitting pandas-based workloads to EMR clusters and serverless processing environments. It further specializes in coordinating distributed data processing via Ray cluster initialization to handle datasets that exceed the memory of

    Pythonamazon-athenaamazon-sagemaker-notebookapache-arrow
    View on GitHub↗4,107
  • azure/azure-sdk-for-pythonAzure avatar

    Azure/azure-sdk-for-python

    5,559View on GitHub↗

    The Azure SDK for Python is a collection of libraries that enables programmatic management of Azure cloud resources and services directly from Python code. It provides a credential-based authentication pipeline for secure access, along with an async-first client design that supports concurrent I/O operations without blocking the event loop. The SDK is built on AutoRest-generated client code from OpenAPI specifications, offering both synchronous and asynchronous service clients. It includes a long-running operation poller abstraction for managing operations that require status checks and retry

    Pythonazureazure-sdkhacktoberfest
    View on GitHub↗5,559
  • balaji01-4d/pgxcliBalaji01-4D avatar

    Balaji01-4D/pgxcli

    60View on GitHub↗

    Postgres CLI with autocompletion and syntax highlighting

    Go
    View on GitHub↗60
  • ballerina-platform/module-ballerinax-mongodbballerina-platform avatar

    ballerina-platform/module-ballerinax-mongodb

    122View on GitHub↗

    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
    View on GitHub↗122
  • bchavez/rethinkdb.driverbchavez avatar

    bchavez/RethinkDb.Driver

    381View on GitHub↗

    :headphones: A NoSQL C#/.NET RethinkDB database driver with 100% ReQL API coverage.

    C#
    View on GitHub↗381
  • awapps/mongrationawapps avatar

    awapps/mongration

    86View on GitHub↗

    MongoDB migration framework

    JavaScript
    View on GitHub↗86