Skip to main content

Python client library for QCache

Project description

https://travis-ci.org/tobgu/qcache-client.png?branch=master https://badge.fury.io/py/qcache-client.svg http://codecov.io/github/tobgu/qcache-client/coverage.svg?branch=master

Python client library for QCache. Uses consistent hashing to distribute data over multiple nodes.

Installation

pip install qcache-client

Documentation

Available at http://qcache-client.readthedocs.org/en/latest/.

Please see the tests in test_qclient.py for examples of how to use it.

Contributing

Want to contribute? That’s great!

If you experience problems please log them on GitHub. If you want to contribute code, please fork the code and submit a pull request.

If you intend to implement major features or make major changes please raise an issue so that we can discuss it first.

Running tests

The tests requires that you have docker installed since they are executed against a QCache instance running in a docker container.

pip install -r dev-requirements.txt
invoke test

TODO

  • Async interface?

Changelog

0.4.1 (2016-11-11)

  • Include content encoding in the result object.

0.4.0 (2016-09-18)

  • Support for custom headers when running queries. This allows use of the pandas filter engine introduced in QCache 0.6.1.

0.3.2 (2016-04-10)

  • Support Python 3.4 and 3.5.

0.3.1 (2016-01-16)

  • Include CHANGELOG in release.

0.3.0 (2015-12-23)

  • Possible to query using POST instead of GET. Good for very large queries.

  • Additional circuit breakers to avoid infinite repetition of requests in case of errors.

0.2.1 (2015-12-14)

  • SSL and basic auth support

  • Possible to add custom headers when posting data, type information for example

0.2.0 (2015-12-06)

  • Report the unsliced result length as part of the result, nice for pagination for example

  • Use connection pooling

0.1.0 (2015-10-25)

  • First release that actually does something sensible.

0.0.1 (2015-10-15)

  • First release on PyPI.

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

qcache-client-0.4.1.tar.gz (18.4 kB view details)

Uploaded Source

File details

Details for the file qcache-client-0.4.1.tar.gz.

File metadata

File hashes

Hashes for qcache-client-0.4.1.tar.gz
Algorithm Hash digest
SHA256 7c54f0710d7d21481917d3a916dce42c2dd0b841beafe8fdfbe3ed82a776e302
MD5 df225f20c5bfad6b53d43db55526cb15
BLAKE2b-256 92aac3381cf869df10807f683c061e450805993fe7a30f96c65854bec0f8ccfc

See more details on using hashes here.

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