awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenBlogSitemap
ProjektÜber unsPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comKategorienBlog
apache avatar

apache/cassandra-python-driver

0
View on GitHub↗
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.

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI
  • Database Drivers - Python driver for Apache Cassandra.
  • 1,425 Stars·582 Forks·Python·Apache-2.0·6 Aufrufe

    Star-Verlauf

    Star-Verlauf für apache/cassandra-python-driverStar-Verlauf für apache/cassandra-python-driver

    Open-Source-Alternativen zu Cassandra Python Driver

    Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Cassandra Python Driver.
    • encode/databasesAvatar von encode

      encode/databases

      4,002Auf GitHub ansehen↗

      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
      Auf GitHub ansehen↗4,002
    • mongodb/mongo-python-driverAvatar von mongodb

      mongodb/mongo-python-driver

      4,342Auf GitHub ansehen↗

      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
      Auf GitHub ansehen↗4,342
    • dpkp/kafka-pythonAvatar von dpkp

      dpkp/kafka-python

      5,896Auf GitHub ansehen↗

      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
      Auf GitHub ansehen↗5,896
    • mongodb/motorAvatar von mongodb

      mongodb/motor

      2,530Auf GitHub ansehen↗

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

      Python
      Auf GitHub ansehen↗2,530
    Alle 30 Alternativen zu Cassandra Python Driver anzeigen→

    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.