Motor - the async Python driver for MongoDB and Tornado or asyncio
mongodb/motor 的主要功能包括:Database Clients, Database Drivers, Language Drivers。
mongodb/motor 的开源替代品包括: mongodb/mongo-python-driver — The MongoDB Python Driver is a client library and NoSQL database client used to execute CRUD operations and manage… globalsign/mgo — The MongoDB driver for Go. apache/cassandra-python-driver — Python Driver for Apache Cassandra®. art049/odmantic — Sync and Async ODM (Object Document Mapper) for MongoDB based on python type hints. encode/databases — This project is an asyncio database abstraction layer that provides a common interface for performing non-blocking… dpkp/kafka-python — kafka-python is a pure-Python client library for Apache Kafka that implements the Kafka wire protocol directly,…
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
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 Driver for Apache Cassandra®
Sync and Async ODM (Object Document Mapper) for MongoDB based on python type hints