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

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

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

Open-source alternatives to Cassandra Python Driver

30 open-source projects similar to apache/cassandra-python-driver, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cassandra Python Driver alternative.

  • pymysql/pymysqlالصورة الرمزية لـ PyMySQL

    PyMySQL/PyMySQL

    7,842عرض على 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
    عرض على GitHub↗7,842
  • mongodb/motorالصورة الرمزية لـ mongodb

    mongodb/motor

    2,530عرض على GitHub↗

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

    Python
    عرض على GitHub↗2,530
  • pymysql/mysqlclientالصورة الرمزية لـ PyMySQL

    PyMySQL/mysqlclient

    2,531عرض على GitHub↗

    MySQL/MariaDB connector for Python

    Pythonmariadbmysqlpython
    عرض على GitHub↗2,531
  • redis/redis-pyالصورة الرمزية لـ redis

    redis/redis-py

    13,566عرض على 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
    عرض على GitHub↗13,566

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

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

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

Find more with AI search
  • encode/databasesالصورة الرمزية لـ encode

    encode/databases

    4,002عرض على 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
    عرض على GitHub↗4,002
  • 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
  • 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
  • psycopg/psycopgالصورة الرمزية لـ psycopg

    psycopg/psycopg

    2,416عرض على GitHub↗

    New generation PostgreSQL database adapter for the Python programming language

    Pythondatabasedevelopmentdriver
    عرض على GitHub↗2,416
  • robertcraigie/prisma-client-pyالصورة الرمزية لـ RobertCraigie

    RobertCraigie/prisma-client-py

    2,104عرض على GitHub↗

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

    Python
    عرض على GitHub↗2,104
  • tortoise/tortoise-ormالصورة الرمزية لـ tortoise

    tortoise/tortoise-orm

    5,582عرض على 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
    عرض على GitHub↗5,582
  • piccolo-orm/piccoloالصورة الرمزية لـ piccolo-orm

    piccolo-orm/piccolo

    1,913عرض على GitHub↗
    Pythonasgiasynciodatabase
    عرض على GitHub↗1,913
  • amakawa/redicالصورة الرمزية لـ amakawa

    amakawa/redic

    118عرض على GitHub↗

    Lightweight Redis Client

    Ruby
    عرض على GitHub↗118
  • aio-libs/aioesالصورة الرمزية لـ aio-libs

    aio-libs/aioes

    98عرض على GitHub↗

    asyncio compatible driver for elasticsearch

    Python
    عرض على GitHub↗98
  • andymccurdy/redis-pyالصورة الرمزية لـ andymccurdy

    andymccurdy/redis-py

    13,566عرض على GitHub↗

    redis-py is a Python client library for executing Redis commands and managing in-memory data structures. It provides the necessary components to integrate Python applications with Redis for data storage and retrieval. The project includes a cluster client for monitoring health and managing automatic failover across multiple active-active database replicas. It also features a connection pool manager to maintain reusable socket connections and a dedicated pub/sub client for subscribing to real-time message channels. The library covers broad capability areas including performance optimization t

    Python
    عرض على GitHub↗13,566
  • aliyun/rdsai-cliالصورة الرمزية لـ aliyun

    aliyun/rdsai-cli

    59عرض على GitHub↗

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

    Python
    عرض على GitHub↗59
  • aliexpressru/gomemcachedالصورة الرمزية لـ aliexpressru

    aliexpressru/gomemcached

    22عرض على GitHub↗

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

    Goconsistent-hashinggogolang
    عرض على GitHub↗22
  • aio-libs/aiocouchdbالصورة الرمزية لـ aio-libs

    aio-libs/aiocouchdb

    54عرض على GitHub↗

    CouchDB client built on top of aiohttp (asyncio)

    Python
    عرض على GitHub↗54
  • aerospike/aerospike-client-goالصورة الرمزية لـ aerospike

    aerospike/aerospike-client-go

    459عرض على GitHub↗

    Aerospike Client Go

    Go
    عرض على GitHub↗459
  • ayende/ravendbالصورة الرمزية لـ ayende

    ayende/ravendb

    295عرض على GitHub↗

    A linq enabled document database for .NET

    C#
    عرض على GitHub↗295
  • alexeyco/pigالصورة الرمزية لـ alexeyco

    alexeyco/pig

    17عرض على GitHub↗

    Simple pgx wrapper to execute and scan query results

    Godatabasegogolang
    عرض على GitHub↗17
  • aws/aws-sdk-pandasالصورة الرمزية لـ aws

    aws/aws-sdk-pandas

    4,107عرض على 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
    عرض على GitHub↗4,107
  • azure/azure-sdk-for-pythonالصورة الرمزية لـ Azure

    Azure/azure-sdk-for-python

    5,559عرض على 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
    عرض على GitHub↗5,559
  • balaji01-4d/pgxcliالصورة الرمزية لـ Balaji01-4D

    Balaji01-4D/pgxcli

    60عرض على GitHub↗

    Postgres CLI with autocompletion and syntax highlighting

    Go
    عرض على GitHub↗60
  • bchavez/rethinkdb.driverالصورة الرمزية لـ bchavez

    bchavez/RethinkDb.Driver

    381عرض على GitHub↗

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

    C#
    عرض على GitHub↗381
  • blackbeam/rust-mysql-simpleالصورة الرمزية لـ blackbeam

    blackbeam/rust-mysql-simple

    691عرض على GitHub↗

    This crate offers:

    Rust
    عرض على GitHub↗691
  • blacktrub/vmemcachedالصورة الرمزية لـ blacktrub

    blacktrub/vmemcached

    12عرض على GitHub↗

    This is a memcached client library for the V programming langugage (https://vlang.io)

    V
    عرض على GitHub↗12
  • blevesearch/bleveالصورة الرمزية لـ blevesearch

    blevesearch/bleve

    10,986عرض على GitHub↗

    Bleve is a search indexing engine library written in Go, designed to provide full-text search and document retrieval capabilities for embedded application data. It functions as a framework for indexing structured or unstructured information, allowing developers to build searchable collections that support complex query logic and data analysis. The engine distinguishes itself through a pluggable analysis pipeline that normalizes text before indexing, alongside support for vector similarity search to identify semantically related content. It utilizes finite-state transducer automata for efficie

    Go
    عرض على GitHub↗10,986
  • boto/boto3الصورة الرمزية لـ boto

    boto/boto3

    9,834عرض على GitHub↗

    Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud infrastructure and services. It serves as a cloud management API client and resource manager for provisioning, configuring, and scaling virtual servers, databases, and storage. The library enables the implementation of infrastructure-as-code through declarative templates and scripts, allowing for the deployment of identical resource stacks across multiple accounts and geographic regions. It also provides a framework for coordinating distributed workflows, serverless functions, and contain

    Pythonawsaws-sdkcloud
    عرض على GitHub↗9,834
  • boto/s3transferB

    boto/s3transfer

    0عرض على GitHub↗
    عرض على GitHub↗0
  • avito-tech/go-transaction-managerالصورة الرمزية لـ avito-tech

    avito-tech/go-transaction-manager

    406عرض على GitHub↗

    Transaction manager for GoLang

    Go
    عرض على GitHub↗406