Skip to main content

Redis transport backend for GottWall statistics aggregator

Project description

gottwall-backend-redis is a Redis storage for GottWall metrics aggregation platform

https://secure.travis-ci.org/GottWall/gottwall-backend-redis.png

INSTALLATION

To use gottwall-backend-redis use pip or easy_install:

pip install gottwall-backend-redis

or

easy_install gottwall-backend-redis

USAGE

To configure GottWall with gottwall-backend-redis you need specify backend in GottWall config.

BACKENDS = {
   'gw_backend_redis.RedisBackend': {
     'HOST': "127.0.0.1",
     'PORT': 6379,
     'PASSWORD': None,
     'DB': 2,
     "CHANNEL": "gottwall"},
 }

CONTRIBUTE

We need you help.

  1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. There is a Contributor Friendly tag for issues that should be ideal for people who are not very familiar with the codebase yet.

  2. Fork the repository on Github to start making your changes to the develop branch (or branch off of it).

  3. Write a test which shows that the bug was fixed or that the feature works as expected.

  4. Send a pull request and bug the maintainer until it gets merged and published.

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

gottwall-backend-redis-0.0.1.tar.gz (5.2 kB view details)

Uploaded Source

File details

Details for the file gottwall-backend-redis-0.0.1.tar.gz.

File metadata

File hashes

Hashes for gottwall-backend-redis-0.0.1.tar.gz
Algorithm Hash digest
SHA256 590c7c69b7afe9b10dc09db00b02b8c3110a33c75f31d6e76d6916b2cf399f0b
MD5 6cb276e7f247ed2bdbac6397d821e898
BLAKE2b-256 8634950a4633becea7ea8d8195fe91ecb6113bc874882bf545a4a0ba287226ec

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