- Notifications
You must be signed in to change notification settings - Fork567
DataStax Python Driver for Apache Cassandra
License
apache/cassandra-python-driver
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A modern,feature-rich and highly-tunable Python client library for Apache Cassandra (2.1+) andDataStax Enterprise (4.7+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3.
The driver supports Python 3.9 through 3.13.
Note: DataStax products do not support big-endian systems.
- Synchronous andAsynchronous APIs
- Simple, Prepared, and Batch statements
- Asynchronous IO, parallel execution, request pipelining
- Connection pooling
- Automatic node discovery
- Automatic reconnection
- Configurableload balancing andretry policies
- Concurrent execution utilities
- Object mapper
- Connecting to DataStax Astra database (cloud)
- DSE Graph execution API
- DSE Geometric type serialization
- DSE PlainText and GSSAPI authentication
Installation through pip is recommended:
$ pip install cassandra-driver
For more complete installation instructions, see theinstallation guide.
The documentation can be found onlinehere.
A couple of links for getting up to speed:
cqlengine (originally developed by Blake Eggleston and Jon Haddad, with contributions from thecommunity) is now maintained as an integral part of this package. Refer todocumentation here.
SeeCONTRIBUTING.rst.
Please report any bugs and make any feature requests on theCASSPYTHON projectof the ASF JIRA.
If you would like to contribute, please feel free to open a pull request.
You can talk about the driver, ask questions and get help in the #cassandra-drivers channel onASF Slack.
Copyright 2013 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.
About
DataStax Python Driver for Apache Cassandra
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.