mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
21 lines
1.1 KiB
ReStructuredText
21 lines
1.1 KiB
ReStructuredText
======================
|
||
ScyllaDB Python Driver
|
||
======================
|
||
|
||
The ScyllaDB Python driver is shard aware and contains extensions for a ``tokenAwareHostPolicy``.
|
||
Using this policy, the driver can select a connection to a particular shard based on the shard’s token.
|
||
As a result, latency is significantly reduced because there is no need to pass data between the shards.
|
||
|
||
Read the `documentation <https://python-driver.docs.scylladb.com/>`_ to get started or visit the Github project `ScyllaDB Python driver <https://github.com/scylladb/python-driver/>`_.
|
||
|
||
As the ScyllaDB Python Driver is a drop-in replacement for DataStax Python Driver, no code changes are needed to use the driver.
|
||
Use the ScyllaDB Python driver for better compatibility and support for ScyllaDB with Python-based applications.
|
||
|
||
|
||
More information
|
||
----------------
|
||
|
||
* `ScyllaDB Python Driver Documentation <https://python-driver.docs.scylladb.com/>`_
|
||
* `ScyllaDB Python Driver on GitHub <https://github.com/scylladb/python-driver/>`_
|
||
* `ScyllaDB University: Coding with Python <https://university.scylladb.com/courses/using-scylla-drivers/lessons/coding-with-python/>`_
|