awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
apache avatar

apache/cassandra-python-driver

0
View on GitHub↗
1,425 星标·582 分支·Python·Apache-2.0·7 次浏览docs.datastax.com/en/developer/python-driver/3.29/index.html↗

Cassandra Python Driver

Python Driver for Apache Cassandra®

Features

  • Database Clients - Driver for Apache Cassandra.
  • Database Drivers - Python driver for Apache Cassandra.

Star 历史

apache/cassandra-python-driver 的 Star 历史图表apache/cassandra-python-driver 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Cassandra Python Driver 的开源替代方案

相似的开源项目,按与 Cassandra Python Driver 的功能重合度排序。
  • encode/databasesencode 的头像

    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
  • mongodb/mongo-python-drivermongodb 的头像

    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-pythondpkp 的头像

    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/motormongodb 的头像

    mongodb/motor

    2,530在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗2,530
查看 Cassandra Python Driver 的所有 30 个替代方案→

常见问题解答

apache/cassandra-python-driver 是做什么的?

Python Driver for Apache Cassandra®

apache/cassandra-python-driver 的主要功能有哪些?

apache/cassandra-python-driver 的主要功能包括:Database Clients, Database Drivers。

apache/cassandra-python-driver 有哪些开源替代品?

apache/cassandra-python-driver 的开源替代品包括: mongodb/mongo-python-driver — The MongoDB Python Driver is a client library and NoSQL database client used to execute CRUD operations and manage… piccolo-orm/piccolo. dpkp/kafka-python — kafka-python is a pure-Python client library for Apache Kafka that implements the Kafka wire protocol directly,… encode/databases — This project is an asyncio database abstraction layer that provides a common interface for performing non-blocking… mongodb/motor — Motor - the async Python driver for MongoDB and Tornado or asyncio. psycopg/psycopg — New generation PostgreSQL database adapter for the Python programming language.