awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mongodb avatar

mongodb/motor

0
View on GitHub↗
2,530 نجوم·216 تفرعات·Python·Apache-2.0·6 مشاهداتmotor.readthedocs.io↗

Motor

Motor - the async Python driver for MongoDB and Tornado or asyncio

Features

  • Database Clients - Async driver for MongoDB and Tornado/asyncio.
  • Database Drivers - Asynchronous MongoDB driver.
  • Language Drivers - Official non-blocking Python driver for Tornado and asyncio.

سجل النجوم

مخطط تاريخ النجوم لـ mongodb/motorمخطط تاريخ النجوم لـ mongodb/motor

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Motor

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Motor.
  • mongodb/mongo-python-driverالصورة الرمزية لـ mongodb

    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
  • dpkp/kafka-pythonالصورة الرمزية لـ dpkp

    dpkp/kafka-python

    5,896عرض على 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
    عرض على GitHub↗5,896
  • apache/cassandra-python-driverالصورة الرمزية لـ apache

    apache/cassandra-python-driver

    1,425عرض على GitHub↗

    Python Driver for Apache Cassandra®

    Python
    عرض على GitHub↗1,425
  • art049/odmanticالصورة الرمزية لـ art049

    art049/odmantic

    1,173عرض على GitHub↗

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

    Pythonasyncasynciodatabase
    عرض على GitHub↗1,173
عرض جميع البدائل الـ 30 لـ Motor→

الأسئلة الشائعة

ما هي وظيفة mongodb/motor؟

Motor - the async Python driver for MongoDB and Tornado or asyncio

ما هي الميزات الرئيسية لـ mongodb/motor؟

الميزات الرئيسية لـ mongodb/motor هي: Database Clients, Database Drivers, Language Drivers.

ما هي البدائل مفتوحة المصدر لـ mongodb/motor؟

تشمل البدائل مفتوحة المصدر لـ 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,…