https://github.com/driftx/Telephus
Telephus is a connection pooled, low-level client API for Cassandra in Twisted python.
https://github.com/driftx/Telephus
Last synced: 5 months ago
JSON representation
Telephus is a connection pooled, low-level client API for Cassandra in Twisted python.
- Host: GitHub
- URL: https://github.com/driftx/Telephus
- Owner: driftx
- License: mit
- Created: 2009-09-11T17:11:34.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T06:28:48.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T20:51:08.592Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 764 KB
- Stars: 93
- Watchers: 10
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-python-cn - telephus
- awesome-python - Telephus - Twisted based client for Cassandra. (Database Drivers)
- awesome-python - telephus - Twisted based client for Cassandra. (Database Drivers)
- fucking_awesome_python - telephus - Twisted based client for Cassandra. (Database Drivers)
- awesome-python - telephus - Twisted based client for Cassandra. (Database Drivers)
- awesome-python - telephus - Twisted based client for Cassandra. (Database Drivers)
- awesome-python - telephus - Twisted based client for Cassandra. (Database Drivers)
- awesome-python-cn - telephus
- Awesome-Python - telephus - Twisted based client for Cassandra. (Database Drivers)
- Python-Awesome - telephus - Twisted based client for Cassandra. (Database Drivers)
- awesome-python - Telephus - Telephus is a connection pooled, low-level client API for Cassandra in Twisted python. (Awesome Python / Database Drivers)
- awesome-python - Telephus - Twisted based client for Cassandra. (Database Drivers)
- git-github.com-vinta-awesome-python - telephus - Twisted based client for Cassandra. (Database Drivers)
README
Telephus
========
Son of Heracles who loved Cassandra. He went a little crazy, at one point. One
might almost say he was twisted.
Description
-----------
Telephus is a connection pooled, low-level client API for Cassandra in Twisted
(Python).
Installation
------------
Prerequisites:
* Python >= 2.4 (2.5 or later for tests)
* Twisted 8.1.0 or later
* Thrift (latest svn)
Usage
-----
See example.py for an example of how to use the Telephus API.
Unit Tests
----------
To run the unit tests, simply use the Twisted test runner, ``trial``::
$ trial test/