Skip to main content

Python driver for Cassandra focusing on asyncio users (INCOMPLETE).

Project description

NOTICE

This project has just started.

In order to get the SDLC complete, this project is published on github and pypi.

This is only recommened for people who want

  • to get involved in development,
  • give feedback
  • are happy with it's very limited state

Please check back often, I hope to get this to a generally useful state this year.

Contributions, advice welcome, development coodinated on github

Progress

In case you didn't read the notice, there's quite a limited set of funcationity at the moment.

Things that exist:

  • asyncio interface
  • basic DML query (all results are just bytes at the moment)
  • basic prepared statements

Things that don't exist:

  • any authnetication support
  • any ssl support
  • any connection support other then localhost :)
  • sync support (version 2.0)
  • DDL support
  • full error handling
  • results into native python types
  • ...
  • why are you still reading this.

Goals

  • cassandra client driver for asyncio based applications
  • allow doing anything the wire protocol allows

Implementation

Currently targeting python 3.6 and above

Aims to be:

  • correct
  • fast
  • efficient
  • developer friendly

Todos

  • Tests
  • TLS
  • AUTH
  • typing

Developing

$ cd pysandra $ python3 -m venv venv $ source venv/bin/activate $ pip install -r test-requirements.txt $ pip install -e .

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Pysandra 0.1.1 (2019-11-18)

First Public Version

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pysandra-0.2.2.tar.gz (13.8 kB view hashes)

Uploaded Source

Built Distribution

pysandra-0.2.2-py2.py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page