Python client with redis transport for GottWall statistics aggregator
Project description
Welcome to stati-redis-python's documentation!
======================================
stati-redis is a python client with redis transport for `GottWall metrics aggregation platform <http://github.com/GottWall/GottWall>`_
.. image:: https://secure.travis-ci.org/GottWall/stati-redis-python.png
:target: https://secure.travis-ci.org/GottWall/stati-redis-python
INSTALLATION
------------
To use gottwall use `pip` or `easy_install`:
``pip install stati-redis``
or
``easy_install stati-redis``
USAGE
-----
.. sourcecode:: python
from stati_redis import RedisClient
private_key = "gottwall_privatekey"
public_key = "project_public_key"
project = "test_gottwall_project"
host = "10.8.9.8"
cli = RedisClient(
private_key=private_key,
public_key=public_key,
project=project, db=2,
host=host)
cli.incr(metric="orders", value=2, filters={"current_status": "Completed"})
CONTRIBUTE
----------
Fork https://github.com/GottWall/stati-redis-python/ , create commit and pull request.
======================================
stati-redis is a python client with redis transport for `GottWall metrics aggregation platform <http://github.com/GottWall/GottWall>`_
.. image:: https://secure.travis-ci.org/GottWall/stati-redis-python.png
:target: https://secure.travis-ci.org/GottWall/stati-redis-python
INSTALLATION
------------
To use gottwall use `pip` or `easy_install`:
``pip install stati-redis``
or
``easy_install stati-redis``
USAGE
-----
.. sourcecode:: python
from stati_redis import RedisClient
private_key = "gottwall_privatekey"
public_key = "project_public_key"
project = "test_gottwall_project"
host = "10.8.9.8"
cli = RedisClient(
private_key=private_key,
public_key=public_key,
project=project, db=2,
host=host)
cli.incr(metric="orders", value=2, filters={"current_status": "Completed"})
CONTRIBUTE
----------
Fork https://github.com/GottWall/stati-redis-python/ , create commit and pull request.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stati-redis-0.0.7.tar.gz
(3.8 kB
view details)
Built Distribution
stati-redis-0.0.7.linux-i686.exe
(69.3 kB
view details)
File details
Details for the file stati-redis-0.0.7.tar.gz
.
File metadata
- Download URL: stati-redis-0.0.7.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c0292f9d9e767a09832b7b5aa1a38b54a016b4f26de78633665526130b495af |
|
MD5 | 3e6c034c7d2ee81cd96105ba56f2c241 |
|
BLAKE2b-256 | 69218ead839161e45b597476208ccf671088a3a2d833d1c50173a48465e78dde |
File details
Details for the file stati-redis-0.0.7.linux-i686.exe
.
File metadata
- Download URL: stati-redis-0.0.7.linux-i686.exe
- Upload date:
- Size: 69.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b13e314399f9770948684903dcd5a654678aa6698f82812ddf8a497536036380 |
|
MD5 | 061e2fddac2222c5c7fc2ca67ae7b773 |
|
BLAKE2b-256 | 1eafc3304a81ac57fcd1e073bdd1f6a5c1d3672c483ddc2290ed0726929d3064 |