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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
apache avatar

apache/cassandra-python-driver

0
View on GitHub↗
1,425 stars·582 forks·Python·Apache-2.0·16 viewsdocs.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 history

Star history chart for apache/cassandra-python-driverStar history chart for apache/cassandra-python-driver

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Frequently asked questions

What does apache/cassandra-python-driver do?

Python Driver for Apache Cassandra®

What are the main features of apache/cassandra-python-driver?

The main features of apache/cassandra-python-driver are: Database Clients, Database Drivers.

What are some open-source alternatives to apache/cassandra-python-driver?

Open-source alternatives to apache/cassandra-python-driver include: 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.

Open-source alternatives to Cassandra Python Driver

Similar open-source projects, ranked by how many features they share with Cassandra Python Driver.
  • 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
  • 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
  • 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
  • mongodb/motormongodb avatar

    mongodb/motor

    2,530View on GitHub↗

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

    Python
    View on GitHub↗2,530
See all 30 alternatives to Cassandra Python Driver→