Skip to content

ADBC Driver for Cassandra

An ADBC driver for Apache Cassandra, built on the Apache Cassandra GoCQL Driver.

Installation

Pre-packaged builds are available for various platforms from the Columnar CDN. They can be installed by any tool that supports ADBC Driver Manifests, such as dbc:

dbc install --pre cassandra

Only prerelease versions of the driver are currently available, so --pre is required.

See Building if you would rather build the driver yourself.

Usage

The driver accepts the following URI forms via the uri database option:

  • cassandra://host:9042/keyspace
  • cassandra://user:password@host:9042/keyspace
  • cassandra://host:9042/keyspace?page_size=1000&consistency=ONE

TLS is configured with the enable_tls, tls_ca_path, tls_cert_path, tls_key_path, tls_skip_verify, and tls_hostname_override query parameters. See go/docs/cassandra.md for all connection options, supported features, and type mappings.

Building

See CONTRIBUTING.md.

Contributing

See CONTRIBUTING.md.

About

ADBC Driver for Apache Cassandra

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Contributors

Languages